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
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).
0 commit comments