firebase / firebase/firebaseui-web-react

EmailLinkSignIn - retrieve email used

Open
#88 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
246
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.