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
constuser=firebase.auth().currentUser;// TODO(you): prompt the user to re-provide their sign-in credentialsconstcredential=promptForCredentials();user.reauthenticateWithCredential(credential).then(()=>{// User re-authenticated.}).catch((error)=>{// An error ocurred// ...});
But what does it mean by prompt the user to re-provide credentials? Does it mean their email and password or...?
The text was updated successfully, but these errors were encountered:
manage.js
hasBut what does it mean by prompt the user to re-provide credentials? Does it mean their email and password or...?
The text was updated successfully, but these errors were encountered: