Android Question Is there a way to use Email and Password Firebase Authentication together with Firebase Storage?

metzeller_2013

Member
Licensed User
Longtime User
Tried the Firebase Storage example by erel and tried integrating the Auth REST API, passing the localId from rest API gives me an error :

(IOException) java.io.IOException: { "error": { "code": 403, "message": "Permission denied. Could not perform this operation" }}
 
Top