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
Hi, there is already a method for signing in to firebase: firebase.auth.signInWithProvider(social, token, '') in firestack library.
but That's not all I need, how can i link anonymous account to google/facebook account, like method FirebaseUser.linkWithCredential(credential) do (this method is in android)
The text was updated successfully, but these errors were encountered:
Hi, there is already a method for signing in to firebase: firebase.auth.signInWithProvider(social, token, '') in firestack library.
but That's not all I need, how can i link anonymous account to google/facebook account, like method FirebaseUser.linkWithCredential(credential) do (this method is in android)
The text was updated successfully, but these errors were encountered: