Skip to main content

Firebase JSON Config

You can configure your installed modules by creating a file named firebase.json at the root of your project directory. An example configuration file is available for inspection in our internal test app: <repo>/tests/firebase.json

JSON Schema

Add the Config Schema to your firebase.json file to use the Editor Intellisense

{
"$schema": "./node_modules/@react-native-firebase/app/firebase-schema.json"
}