[GoogleAuthUtil] [GoogleAuthUtil] error status:UNKNOWN with method:getTokenWithDetails #403
Unanswered
martipello
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am getting an error in my app when trying to authenticate using google auth provider, it happened since resetting my credentials in google cloud console. Since then i hve reset them all back to default but it still isnt working
[GoogleAuthUtil] [GoogleAuthUtil] error status:UNKNOWN with method:getTokenWithDetails
i recently saw an isse raised that was similar and wondered if it might be related
flutter/flutter#155429 (comment)
my auth provider is below, all my SHA1 are registered i have a link to an image showing all my keys for my dev and prod apps
<AuthProvider>[ EmailAuthProvider(), GoogleProvider( clientId: '708883859556-hucl3m4baj11vqgacrqpl85t95oqi2r2.apps.googleusercontent.com', ), ],
https://drive.google.com/file/d/14n8ZseL4rsiZTiG7kx6uKfXy6dI4G5jF/view?usp=sharing
i have also set up my consent form with logos privacy policies and support emails
Beta Was this translation helpful? Give feedback.
All reactions