Firebase storage automatically deleting apk file after upload
When I upload an image in firebase storage it keeps the image but when I upload an apk file its automatically disappears. What is the problem
Download files from Firebase storage if they reach a certain size
I can’t download files located in a folder in Firebase storage after they reach a certain size, is there any solution to this problem?
Firebase Storage Safety
I am confused whether firebase storage is safe as I was building notes app for my institution and I secured my storage to allow only read for authenticated users. Despite doing this I noticed that there was a link when I opened that link on incognito so I was able to view my file how??? Incognito, I was not signed in…
How to revoke access tokens on all files within specific folder/bucket in Firebase Storage
I have Firebase Storage that holds hundreds of files secured by Storage rules. The rules check if user requesting the file (URL) has sufficent permissions in Firestore Database.