Skip to content

Instantly share code, notes, and snippets.

@RebeccaBakels
Created March 3, 2021 14:34
Show Gist options
  • Save RebeccaBakels/a481afc9fc6138bc197c72852ac16ac4 to your computer and use it in GitHub Desktop.
Save RebeccaBakels/a481afc9fc6138bc197c72852ac16ac4 to your computer and use it in GitHub Desktop.
App sends the recording straigt to the Bucket instead of making a call to API
Rename before send
Bucket will give back a resource ID which will go at the end of the base URL
`${Base_URL}${file.name}
Then send a request to the API to add that file (url) to the database
MVP is getting to the storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment