Simple image and audio upload being blocked firebase - java

I am making a music streaming app and I am able to retrieve data from the database to play a song and display the metadata but when I try to upload a song from my emulator it says I do not have permission. My rules are defined as public and I have connected my app to firebase. I even generated a SHA-1 key for the app and synced it to firebase but am stuck with the same error. Do I need to include authentication to remotely upload? Any help is appreciated
here are the rules for my firebase storage

Related

P2P Audio Sharing in Android

I am working on an Android project where I can share audio files to another phone with the same app. The audio file should be playing at the other end. I am using Firebase Storage to upload and play the file.
However, I would like to establish a p2p communication (I still can stick with Firebase but I would like to try this out to share files). I have tried to look up for some tutorials on it but no luck!
Simple advice:
Upload File to Firebase Storage
Write url of uploaded file to Firebase Realtime Database
Listen to Firebase Realtime Database with other device
Get file url and download file to device
Play audio file

Is there any way to save each user app data in android without authentication

Is there any way to save user app data in android without authentication. Actually, I am working on an Android app. In this app user purchase in app coins when the app is reinstalled or app data are cleared the user data is also deleted. I am using Firebase in this app but I want to save user's data without authentication.
Is there any way to do this

is upload image to firebase storage needs permission?how?

I am about to publish my new android java app,
I upload image profile to firebase storage,
Its working,
Without any permissions requests,
I am afraid that my app may not be accepted in app store because of no asking for permission,
So the question is:
is upload image to firebase storage needs permission and how?
If you performed a normal integration of the Cloud Storage SDK for Firebase, then you don't need to do anything special. Your app will have all the required permissions by default.
After added os version M. You need ask Run time permission for access storage.

Saving and retrieving data in google drive from android app

I want to make an android app where user will record a daily life events in the form of text, audio and video. I want to save the data to google drive of a particular user and retrieve the data when needed.
All you need is Google Drive Apis

Uploading SQLite database located on android device to a cloud service(amazon)

I am trying to figure out how I would send a local SQLite database file that is created on runtime of my android app and send that database file to a cloud service so it can have that database in the cloud and I can fetch data from it.
I have already gotten my app to store SQLite database information on the device it self, but now I want to use Amazon Web Services for backing up my database onto those server.
Any tips,help, comments or suggestion are appreciated. Thank you!

Categories