You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_ui_auth/doc/providers/email-link.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ See [this doc](https://firebase.google.com/docs/auth/flutter/email-link-auth) fo
39
39
40
40
## Using screen
41
41
42
-
After adding `EmailLinkAuthProvider` to the `FirebaseUIAuth.configureProviders`, `SignInScreen` or `RegisterScren` will have a button that will trigger `EmailLinkSignInAction`, or, if no action provided, will open `EmailLinkSignInScreen` using `Navigator.push`.
42
+
After adding `EmailLinkAuthProvider` to the `FirebaseUIAuth.configureProviders`, `SignInScreen` or `RegisterScreen` will have a button that will trigger `EmailLinkSignInAction`, or, if no action provided, will open `EmailLinkSignInScreen` using `Navigator.push`.
43
43
44
44
```dart
45
45
MaterialApp(
46
-
intiialRoute: '/login',
46
+
initialRoute: '/login',
47
47
routes: {
48
48
'/login': (context) {
49
49
return SignInScreen(
@@ -248,7 +248,7 @@ class _CustomEmailLinkSignInState extends State<CustomEmailLinkSignIn>
248
248
249
249
## Other topics
250
250
251
-
-[EmaiAuthProvider](./email.md) - allows registering and signing using email and password.
251
+
-[EmailAuthProvider](./email.md) - allows registering and signing using email and password.
252
252
-[Email verification](./email-verification.md)
253
253
-[PhoneAuthProvider](./phone.md) - allows registering and signing using a phone number
254
254
-[UniversalEmailSignInProvider](./universal-email-sign-in.md) - gets all connected auth providers for a given email.
0 commit comments