Skip to content

Commit

Permalink
docs: Added steps for Firebase Service ID field in INITIAL_SETUP (#359)
Browse files Browse the repository at this point in the history
* Added steps for Firebase Service ID field

* Update docs/INITIAL_SETUP.md

---------

Co-authored-by: Mike Hardy <[email protected]>
  • Loading branch information
umakantv and mikehardy authored Feb 1, 2025
1 parent d45d086 commit 2d57abe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/INITIAL_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Check out [the guide](ANDROID_EXTRA.md) for more information.
Binary file added docs/images/firebase-social-login-setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d57abe

Please sign in to comment.