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 my users sign in with a federated provider (Google, Facebook, Twitter), I may want to have access to the access token/ id token that is obtained during the sign in flow in order to utilize it to authorize accesses to some of the provider APIs (e.g. Google Drive or Facebook graph API) on behalf of that user.
FirebaseUI should expose such a token if it has been obtained during the sign-in operation.
If multiple credentials are obtained during the sign-in flow (e.g. in case of linking required), all credentials should be returned.