Skip to content

Commit aa8c68c

Browse files
committed
remove whitelist from readme
1 parent 458dbb6 commit aa8c68c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

FirebaseAuthUI/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,14 @@ UINavigationController *authViewController = [authUI authViewController];
192192
```
193193

194194
### Configuring Email Link Sign In
195-
To use email link sign in, you will first need to enable it in the Firebase Console. Additionally, you will also have to enable Firebase Dynamic Links.
196-
197-
You can enable email link sign in by initializing an `FUIEmailAuth` instance with `FIREmailLinkAuthSignInMethod`. You will also need to provide a valid `FIRActionCodeSettings` object with `handleCodeInApp` set to true. Additionally, you need to whitelist the URL you pass to the iniatializer; you can do so in the Firebase Console (Authentication -> Sign in Methods -> Authorized domains).
195+
To use email link sign in, you will first need to enable it in the Firebase Console.
196+
Additionally, you will also have to enable Firebase Dynamic Links.
197+
198+
You can enable email link sign in by initializing an `FUIEmailAuth` instance with
199+
`FIREmailLinkAuthSignInMethod`. You will also need to provide a valid
200+
`FIRActionCodeSettings` object with `handleCodeInApp` set to true. Additionally, you
201+
need to allowlist the URL you pass to the initializer; you can do so in the Firebase
202+
Console (Authentication -> Sign in Methods -> Authorized domains).
198203

199204
```objective-c
200205
// Objective-C

0 commit comments

Comments
 (0)