firebase user provider data?
See original GitHub issueI could not find it in the documentation, is it possible to get the info of the provider from which the user authentication was authorized?
Let’s say for example something similar to getProviderData()
of the class FirebaseUser
in adroid, analogous to Fireuser.providerData
in the iOS version.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Manage Users in Firebase - Google
Get a user's provider-specific profile information. To get the profile information retrieved from the sign-in providers linked to a user, use the providerData ......
Read more >ios - Firebase Auth - get provider ID - Stack Overflow
providerData gives you the array of providers with each provider having its own uid. The list is sorted by the most recent provider...
Read more >Understanding Firebase Auth Profiles | by Will van der Leij
A record is created within the Firebase Auth database and all that has been ... provider (IDP) then the profile information they hold...
Read more >Firebase Authentication using Provider in Flutter - FlutterDevs
Let's implement firebase auth with the provider and learn how to code better and ... There are two methods that can be used...
Read more >Linking and Unlinking Firebase Authentication Providers
Firebase account linking allows users to sign into the same account using different authentication providers. By linking the user's Facebook and Twitter ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would like to distinguish if a user is authorized by Google or if otherwise he is authorized by Facebook, and even more importantly if he is anonymously authenticated.
See the updated readme