question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

firebase user provider data?

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AntonioRossicommented, Oct 30, 2016

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.

0reactions
EddyVerbruggencommented, Nov 21, 2016
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found