Replies: 1 comment 1 reply
-
You don't need to explicitly pass |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
final providers = FirebaseUIAuth.providersFor(Firebase.app());
This elusive line lost me a lot of time, the docs only talk about adding the providers in the app init. Sorry in advanced for the lazy post. This code would save people just looking to make a sign-in flow without a headache:
Beta Was this translation helpful? Give feedback.
All reactions