How do I get the current email on flutter?
In the following steps, you will be able to build app a get current user.
Read moreHow do I get Firebase auth credentials?
To sign a user into your app, you first get authentication credentials from the user . These credentials can be the user’s email address and password, or an OAuth token from a federated identity provider. Then, you pass these credentials to the Firebase Authentication SDK.
Read more