lit_firebase_auth
lit_firebase_auth copied to clipboard
Lit Firebase Auth simplifies the process of adding Firebase Authentication to a Flutter application.
Hi Thanks 4 the App ! Can you please upgrade to the new Firebase Dependencies ?
this package is useful, when will you make it available for null safety ? thank you
Just created a dummy project to try this wonderful package out, seems like it doesn't work with the latest google-fonts package, any suggestions on how to fix this? P.S: It...
I'm not sure where in the lit_firebase_auth this error is coming from (I've been looking for the last 2 hours trying to find the cause), but on version 0.3.0 running...
Fixes https://github.com/funwithflutter/lit_firebase_auth/issues/27
in the _performActionOnAuthFacadeWithEmailAndPassword method of the sign_in_handler_state_notifier.dart class there is a comma missing and i go in console ``` '(', ',', ';' or '=' expected, got '(' 125 '(', '.',
Hello, The import of Flutter's package **in_app_purchase in combination with lit_firebase_auth is not currently possible**. When I try to "pub get" when both dependencies are declared inside pubspec.yaml I get...
Feature: Add UI to notify users they need to confirm their email address before accessing the app's content. Hi! I know this is a planed feature.. Just wanted to create...
Please help me to understand how to ensure that the method `onAuthSuccess` is called for `LitAuth`. I understand from the docs that `LitAuth` is already disposed and so the `onAuthSuccess`...