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
I am using Flutter to create a mobile application. I am using Firebase for authentication. My user logs in with Facebook. The user should reauthenticate him/her self when deleting the account. The documentation talks about reauthentication using email and password like this:
Since the user does not have an email and password but rather he is logged in with Facebook, I should reauthenticate the user with Facebook. I searched the documentation for this but I had no luck.
Could some one be kind and tell me how to do that.
I tried to log the user in with Facebook (even though he is already logged in) but was not successful. Her is what I tried:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Flutter to create a mobile application. I am using Firebase for authentication. My user logs in with Facebook. The user should reauthenticate him/her self when deleting the account. The documentation talks about reauthentication using email and password like this:
Since the user does not have an email and password but rather he is logged in with Facebook, I should reauthenticate the user with Facebook. I searched the documentation for this but I had no luck.
Could some one be kind and tell me how to do that.
I tried to log the user in with Facebook (even though he is already logged in) but was not successful. Her is what I tried:
Beta Was this translation helpful? Give feedback.
All reactions