firebase / firebase/firebaseui-web-react
EmailLinkSignIn - retrieve email used
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.3k
- Forks
- 246
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Is there any way to retrieve the email used to send an email link without implementing a custom function/implementation of the firebaseui react?
i.e. it'd be great to have something similar to the below in the umailLinkSignIn callback:
```
emailLinkSignIn: function(email) {
window.localStorage.setItem('emailForSignIn', email)
}
```
so we can avoid reprompting for the email.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.