I use Firebase Storage to upfile. But it does not work THIS IS MY CODE.
upfile
FirebaseStorage storage = FirebaseStorage.getInstance(); StorageReference sto
In my case I had to paste the rule below and publish on my storage.
service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write: if true; } } }