Posts by dangelo1985 • 1 point
2 posts
-
0
votes2
answers144
viewsA: Error accessing Firebase Storage in Android Studio App
I left the rule clear for everyone firebase service.Storage { match /b/{Bucket}/o { match /{allPaths=**} { allow read, write: if request.auth == null; } } }
-
0
votes2
answers144
viewsQ: Error accessing Firebase Storage in Android Studio App
I have a problem trying to set an image of Storage on ImageView from Android Studio, this error appears in logcat: User does not have permission to access this Object. Code: -13021 Httpresult: 403 ľ…