Skip to content

Commit 2d57abe

Browse files
umakantvmikehardy
andauthored
docs: Added steps for Firebase Service ID field in INITIAL_SETUP (#359)
* Added steps for Firebase Service ID field * Update docs/INITIAL_SETUP.md --------- Co-authored-by: Mike Hardy <github@mikehardy.net>
1 parent d45d086 commit 2d57abe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/INITIAL_SETUP.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ For the purpose of demonstration, suppose we created a fresh React Native projec
6060

6161
![complete key registration](images/complete-registration.png)
6262

63+
### Firebase Setup
64+
65+
If you will use `@react-native-firebase/auth` for Social Login with Apple for Apple devices, you must add the Apple app's bundle id in the `Service ID` field in the Firebase Console
66+
67+
Example: Add `org.reactjs.native.example.testAppleButton` in the `Service ID` field
68+
69+
![Firebase Social Login Setup](images/firebase-social-login-setup.png)
6370

6471
### If you're also enabling Android support, a few extra steps are necessary.
6572

66-
Check out [the guide](ANDROID_EXTRA.md) for more information.
73+
Check out [the guide](ANDROID_EXTRA.md) for more information.
196 KB
Loading

0 commit comments

Comments
 (0)