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: docs/auth/federated-auth.md
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ You can authenticate users in your Android game using Play Games Sign-In.
97
97
98
98
* {Android}
99
99
100
-
Follow the instructions for Google setup on Android, then configure
100
+
Follow the instructions for Google setup on Android, then configure
101
101
[Play Games services with your Firebase app information](https://firebase.google.com/docs/auth/android/play-games#configure-play-games-with-firebase-info).
102
102
103
103
The following will trigger the sign-in flow, create a new credential and sign in the user:
Ensure the "Twitter" sign-in provider is enabled on the [Firebase Console](https://console.firebase.google.com/project/_/authentication/providers)
267
-
with an API Key and API Secret set. Ensure your Firebase OAuth redirect URI (e.g. my-app-12345.firebaseapp.com/__/auth/handler)
286
+
with an API Key and API Secret set. Ensure your Firebase OAuth redirect URI (e.g. my-app-12345.firebaseapp.com/__/auth/handler)
268
287
is set as your Authorization callback URL in your app's settings page on your [Twitter app's config](https://apps.twitter.com/).
269
288
270
289
You also might need to request elevated [API access depending on your app](https://developer.twitter.com/en/portal/products/elevated).
@@ -275,7 +294,7 @@ You also might need to request elevated [API access depending on your app](https
275
294
276
295
* {Android}
277
296
278
-
If you haven't yet specified your app's SHA-1 fingerprint, do so from the [Settings page](https://console.firebase.google.com/project/_/settings/general/)
297
+
If you haven't yet specified your app's SHA-1 fingerprint, do so from the [Settings page](https://console.firebase.google.com/project/_/settings/general/)
279
298
of the Firebase console. Refer to [Authenticating Your Client](https://developers.google.com/android/guides/client-auth) for details on how to get your app's SHA-1 fingerprint.
280
299
281
300
* {Web}
@@ -347,7 +366,7 @@ with the Client ID and Secret are set, with the callback URL set in the GitHub a
347
366
## Yahoo
348
367
349
368
Ensure the "Yahoo" sign-in provider is enabled on the [Firebase Console](https://console.firebase.google.com/project/_/authentication/providers)
350
-
with an API Key and API Secret set. Also make sure your Firebase OAuth redirect URI (e.g. my-app-12345.firebaseapp.com/__/auth/handler)
369
+
with an API Key and API Secret set. Also make sure your Firebase OAuth redirect URI (e.g. my-app-12345.firebaseapp.com/__/auth/handler)
351
370
is set as a redirect URI in your app's Yahoo Developer Network configuration.
352
371
353
372
@@ -358,7 +377,7 @@ is set as a redirect URI in your app's Yahoo Developer Network configuration.
358
377
359
378
* {Android}
360
379
Before you begin, [configure Yahoo Login for Android](/docs/auth/android/yahoo-oauth#before_you_begin).
361
-
380
+
362
381
Don't forget to add your app's SHA-1 fingerprint.
363
382
364
383
* {Web}
@@ -403,7 +422,7 @@ final appleProvider = AppleAuthProvider();
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth/android/src/main/java/io/flutter/plugins/firebase/auth/FlutterFirebaseAuthPlugin.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -639,6 +639,14 @@ public void verifyPhoneNumber(
0 commit comments