create .env
to get started
looks like
API_KEY=
AUTH_DOMAIN=diabetic-retinopathy-blindness.firebaseapp.com
PROJECT_ID=diabetic-retinopathy-blindness
STORAGE_BUCKET=diabetic-retinopathy-blindness.appspot.com
MESSAGING_SENDER_ID=
APP_ID=
DATABASE_URL=https://diabetic-retinopathy-blindness.firebaseio.com
uses signed s3 url to upload images
config in config/server.js
- get_signed_url_path to get s3 signed url,
- upload to signed url
- post to get_results with image name returned when getting signed url
done in screens/uploadscreen.js