lit_firebase_auth icon indicating copy to clipboard operation
lit_firebase_auth copied to clipboard

Lit Firebase Auth simplifies the process of adding Firebase Authentication to a Flutter application.

Results 28 lit_firebase_auth issues
Sort by recently updated
recently updated
newest added

Right now, you can either sign in or sign up. I'd like to be able to check if the email exists already and try to create the account if it...

enhancement

I expected it would wait for the authentication result before returning since that's what happens with`signInWithEmailAndPassword()`. I try to track logins and I need to track them during the login...

Is it possible to add the data that we get back from ` User user = context.getSignedInUser();` to Cloud Firestore. So If we able to get this package to do...

Chrome offers to save the pass, but doesn't detect the user. I'm using a custom EmailTextFormField() and PasswordTextFormField(). _btw. I know I'm creating a lot of issues, but that doesn't...

Specifically, I want to add onSubmitted to trigger the email login

enhancement
good first issue

Hello i'd like to ask if you can add Phone Auth from firebase it's very useful for auth thank you

enhancement

Just came across this package and first of all I'd like to thank you for your great effort and amazing work! I'd like to know what are your plans with...