🐛 No access to oauthAccessToken on signInWithIdp request #314
Labels
auth
blocked: customer response
Waiting for customer response, e.g. more information was requested.
oauth
Stale
Issue with no recent activity
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI OAuth Google
What platform(s) does this bug affect?
No response
List of dependencies used.
flutter pub deps -s list
transitive dependencies:
Steps to reproduce
FirebaseAuth.instance.currentUser
only has an idToken, but does not have the accessToken returned fromsignInWithIdp
(viewable from network inspector)Expected Behavior
There should be access to the
accessToken
so I can make api calls to a GCP backend.Actual Behavior
The info is available in the network tab, but not exposed anywhere in the API (afaict), so I have to make some separate call to GoogleSignIn
Additional Information
No response
The text was updated successfully, but these errors were encountered: