Skip to content

Commit

Permalink
docs(index.md): fix typo, spellchecker now passes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfenton committed Dec 10, 2023
1 parent 2b326c5 commit d5d466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ For each React Native Firebase module, add the required [Expo Config Plugin](htt

For iOS only, since `firebase-ios-sdk` requires `use_frameworks` please configure [expo-build-properties](https://docs.expo.dev/versions/latest/sdk/build-properties/#pluginconfigtypeios) and add the following entry to their `plugins` array in `app.json`:

Here is an example `app.json` to enable the Firebase App, Auth and Crashlytics modules, the Service Account files for both mobile platforms and setting the applicatio ID to the example value of `com.mycorp.myapp` (change to match your own):
Here is an example `app.json` to enable the Firebase App, Auth and Crashlytics modules, the Service Account files for both mobile platforms and setting the application ID to the example value of `com.mycorp.myapp` (change to match your own):

```json
{
Expand Down

0 comments on commit d5d466e

Please sign in to comment.