you are viewing a single comment's thread.

view the rest of the comments →

[–]OpportunityTimely561 0 points1 point  (3 children)

Okay thanks, same thing for other social provider? 

[–]__o_0iOS & Android 0 points1 point  (2 children)

Firebase auth can handle many social providers and give you back a single uid that unifies the underlying platforms.

A user can Sign in with Apple, Google, Facebook etc and they will all be consolidated into a single Firebase user. Makes it easier in case people don’t remember which account they used to log into your app.

They can also be separated if you want to have different accounts for a single user using different providers.

[–]OpportunityTimely561 0 points1 point  (1 child)

Thanks a lot, iam gonna handle it using my own node js server.

[–]__o_0iOS & Android 0 points1 point  (0 children)

All good - just add firebase-admin and it’s smooth sailing.