You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After restricting my iOS api key with my bundle id I started receiving error:
flutter: [firebase_auth/web-internal-error] {"error":{"code":403,"message":"Requests from this ios client application <empty> are blocked.","errors":[{"message":"Requests from this ios client application <empty> are blocked.","domain":"global","reason":"forbidden"}],"status":"PERMISSION_DENIED"}}
I did what this issue recommended and migrated my app to new releases:
firebase_core: 0.5.0+1
firebase_auth: 0.18.1+2
But nothing changed.
I also created a test app with new firebase project which just calls verifyPhoneNumber method and got the same result.
Is there something I am missing?
Everything works correctly when the key is not restricted on google cloud platform.
Thanks for help!
Edited:
Turns out it only happens on iOS simulator. On real device it works correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After restricting my iOS api key with my bundle id I started receiving error:
I did what this issue recommended and migrated my app to new releases:
firebase_core: 0.5.0+1
firebase_auth: 0.18.1+2
But nothing changed.
I also created a test app with new firebase project which just calls verifyPhoneNumber method and got the same result.
Is there something I am missing?
Everything works correctly when the key is not restricted on google cloud platform.
Thanks for help!
Edited:
Turns out it only happens on iOS simulator. On real device it works correctly.
Beta Was this translation helpful? Give feedback.
All reactions