Skip to content

Commit 40e3d51

Browse files
committed
Added steps for Firebase Service ID field
1 parent d45d086 commit 40e3d51

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/INITIAL_SETUP.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,15 @@ 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 using `@react-native-firebase/auth` for Social Login with Apple, for apple devices
66+
To make `auth().signInWithCredential(appleCredential)` to work, add app's bundle id in the `Service ID` field.
67+
68+
Example: Add `org.reactjs.native.example.testAppleButton` in the `Service ID` field
69+
70+
![Firebase Social Login Setup](images/firebase-social-login-setup.png)
6371

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

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

0 commit comments

Comments
 (0)