Skip to content

Commit 1162475

Browse files
authored
docs(app, schema): link firebase.json example and schema in docs
Related #5816
1 parent ddf3f5f commit 1162475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app/json-config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ previous: /app/usage
66
---
77

88
You can configure the modules creating a file named `firebase.json` at the root of your project directory.
9+
An example configuration file is available for inspection in our internal test app: [`<repo>/tests/firebase.json`](https://github.com/invertase/react-native-firebase/blob/main/tests/firebase.json)
910

1011
## JSON Schema
1112

12-
Add the Config Schema to your `firebase.json` file to use the Editor Intellisense
13+
Add the [Config Schema](https://github.com/invertase/react-native-firebase/blob/main/packages/app/firebase-schema.json) to your `firebase.json` file to use the Editor Intellisense
1314

1415
```json
1516
{

0 commit comments

Comments
 (0)