Skip to content

Commit

Permalink
Merge pull request #1 from invertase/master
Browse files Browse the repository at this point in the history
docs(app): replace semi-colon with comma (invertase#4841)
  • Loading branch information
benomatis authored Jan 29, 2021
2 parents 51edf96 + a41cf3a commit fff7f7c
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 @@ -138,7 +138,7 @@ cd ..
npx react-native run-ios
```

Once successfully linked and rebuilt, your application will be connected to Firebase using the `@react-native-firebase/app` module. This module does not provide much functionality, therefore to use other Firebase services; each of the modules for the individual Firebase services need installing separately.
Once successfully linked and rebuilt, your application will be connected to Firebase using the `@react-native-firebase/app` module. This module does not provide much functionality, therefore to use other Firebase services, each of the modules for the individual Firebase services need installing separately.

#### Manual Linking

Expand Down

0 comments on commit fff7f7c

Please sign in to comment.