I've got such strange problem. I've got properly configured Firebase App with firebase iOS, android and web app. Everything were good and access to storage were without any problems but since something strange happened to billing account inside firebase, something strange started happening.
After everything were reconfigured again with billing account and selecting again Blaze plan I've started to receive such error -> FirebaseError: Firebase Storage: This app does not have permission to access Firebase Storage on this project
Whole error message is below:
FirebaseError: Firebase Storage: This app does not have permission to access Firebase Storage on this project. (storage/unauthorized-app)
{
"error": {
"code": 401,
"message": "Firebase App Check token is invalid."
}
}
This problems occurs on android, iOS and web app. I've another firebase project with the same app for test purposes and there is no problem with that. I'm sure that this isn't problem with rules in storage because I've got the same configuration inside these 2 projects on firebase. Could you help me with resolving this issue? I'm stuck here and I haven't found any answer how to repair it.