Question
How to use Digital Ocean Space
Hello,
Consider I have a android app with number of users . I am using firebase auth.
I want to integrate Digital ocean spaces for storing documents and images.
Is the below scenario possible , if yes , can someone points me to an example or documentation
User app calls a cloud function , cloud function makes some api call to Digital Ocean to generate a token , and then then cloud function returns the token to the user. The user is then able to upload or download file (till the token remains valid).