You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a use case to help us understand your request in context
upon uploading result files to an S3 bucket, we want to save the metadata to firebase under results collection with fields below:
key: result_name
user_name
datestamp
the aws url where the results are hosted
Solution
Please describe your ideal solution
write a function upload_metadata_to_firebase() in firebaseHandler.
ensure that direct references to specific databases like aws and firebase are modularized.
Alternatives
Please describe any alternatives you've considered, even if you've dismissed them
The text was updated successfully, but these errors were encountered:
Use Case
Please provide a use case to help us understand your request in context
upon uploading result files to an S3 bucket, we want to save the metadata to firebase under results collection with fields below:
Solution
Please describe your ideal solution
write a function
upload_metadata_to_firebase()
infirebaseHandler
.ensure that direct references to specific databases like aws and firebase are modularized.
Alternatives
Please describe any alternatives you've considered, even if you've dismissed them
The text was updated successfully, but these errors were encountered: