diff --git a/docs/INITIAL_SETUP.md b/docs/INITIAL_SETUP.md index de213a624..d76517285 100644 --- a/docs/INITIAL_SETUP.md +++ b/docs/INITIAL_SETUP.md @@ -60,7 +60,14 @@ For the purpose of demonstration, suppose we created a fresh React Native projec ![complete key registration](images/complete-registration.png) +### Firebase Setup + +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 + +Example: Add `org.reactjs.native.example.testAppleButton` in the `Service ID` field + +![Firebase Social Login Setup](images/firebase-social-login-setup.png) ### If you're also enabling Android support, a few extra steps are necessary. -Check out [the guide](ANDROID_EXTRA.md) for more information. \ No newline at end of file +Check out [the guide](ANDROID_EXTRA.md) for more information. diff --git a/docs/images/firebase-social-login-setup.png b/docs/images/firebase-social-login-setup.png new file mode 100644 index 000000000..366f9c945 Binary files /dev/null and b/docs/images/firebase-social-login-setup.png differ