Skip to content

Commit bd44462

Browse files
docs: update provider links to help setup for firebase auth
1 parent 8a77bf4 commit bd44462

1 file changed

Lines changed: 12 additions & 24 deletions

File tree

GETTING_STARTED.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,18 @@ dependencies {
3636

3737
## Provider configuration
3838

39-
Some providers need additional setup before you can sign users in.
40-
41-
### Google Sign-In
42-
43-
- Enable Google Sign-in in the Firebase console.
44-
- Add your app's SHA fingerprint in Firebase.
45-
- Download the updated `google-services.json`.
46-
- `AuthProvider.Google(..., serverClientId = null)` can use the `default_web_client_id` generated by the `google-services` Gradle plugin.
47-
48-
### Facebook Login
49-
50-
If you support Facebook Login, add these values to `strings.xml`:
51-
52-
```xml
53-
<resources>
54-
<string name="facebook_application_id" translatable="false">YOUR_FACEBOOK_APP_ID</string>
55-
<string name="facebook_login_protocol_scheme" translatable="false">fbYOUR_FACEBOOK_APP_ID</string>
56-
<string name="facebook_client_token" translatable="false">YOUR_FACEBOOK_CLIENT_TOKEN</string>
57-
</resources>
58-
```
59-
60-
### Other providers
61-
62-
Apple, GitHub, Microsoft, Yahoo, Twitter, and custom OAuth providers are configured in Firebase Authentication. Most of them do not require extra Android-specific resources.
39+
Some providers need additional setup before you can sign users in:
40+
- [Sign in with Google](https://firebase.google.com/docs/auth/android/google-signin)
41+
- [Facebook Login](https://firebase.google.com/docs/auth/android/facebook-login)
42+
- [Sign in with Apple](https://firebase.google.com/docs/auth/android/apple)
43+
- [Sign in with Twitter](https://firebase.google.com/docs/auth/android/twitter-login)
44+
- [Sign in with Github](https://firebase.google.com/docs/auth/android/github-auth)
45+
- [Sign in with Microsoft](https://firebase.google.com/docs/auth/android/microsoft-oauth)
46+
- [Sign in with Yahoo](https://firebase.google.com/docs/auth/android/yahoo-oauth)
47+
48+
### Providers
49+
50+
Apple, GitHub, Microsoft, Yahoo, Twitter and custom OAuth providers are configured in Firebase Authentication. Most of them do not require extra Android-specific resources.
6351

6452
## Sign in
6553

0 commit comments

Comments
 (0)