Skip to content

Commit

Permalink
Update docs/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Jan 23, 2024
1 parent 009fc37 commit 143dea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ Here is an example `app.json` to enable the Firebase App, Auth and Crashlytics m
},
"ios": {
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.mycorp.myapp"
"bundleIdentifier": "com.mycorp.myapp",
"useFrameworks": "static"
},
"plugins": [
"@react-native-firebase/app",
Expand Down

0 comments on commit 143dea9

Please sign in to comment.