Issue
I used "$schema":"./node_modules/@react-native-firebase/app/firebase-schema.json" in my firebase.json file to use the editor Intellisense. Doing so I noticed that admob_delay_app_measurement_init is expected to be a string. However docs and code tell a different story. Am I missing something?
Project Files
Javascript
Click To Expand
package.json:
firebase.json for react-native-firebase v6:
{
"$schema":"./node_modules/@react-native-firebase/app/firebase-schema.json",
"react-native": {
"admob_delay_app_measurement_init": true
}
}
iOS
Click To Expand
ios/Podfile:
AppDelegate.m:
Android
Click To Expand
Have you converted to AndroidX?
android/build.gradle:
android/app/build.gradle:
android/settings.gradle:
MainApplication.java:
AndroidManifest.xml:
Environment
Click To Expand
react-native info output:
- Platform that you're experiencing the issue on:
react-native-firebase version you're using that has this issue:
Firebase module(s) you're using that has the issue:
- Are you using
TypeScript?
Issue
I used
"$schema":"./node_modules/@react-native-firebase/app/firebase-schema.json"in myfirebase.jsonfile to use the editor Intellisense. Doing so I noticed thatadmob_delay_app_measurement_initis expected to be a string. However docs and code tell a different story. Am I missing something?Project Files
Javascript
Click To Expand
package.json:# N/Afirebase.jsonfor react-native-firebase v6:{ "$schema":"./node_modules/@react-native-firebase/app/firebase-schema.json", "react-native": { "admob_delay_app_measurement_init": true } }iOS
Click To Expand
ios/Podfile:# N/AAppDelegate.m:// N/AAndroid
Click To Expand
Have you converted to AndroidX?
android/gradle.settingsjetifier=truefor Android compatibility?jetifierfor react-native compatibility?android/build.gradle:// N/Aandroid/app/build.gradle:// N/Aandroid/settings.gradle:// N/AMainApplication.java:// N/AAndroidManifest.xml:<!-- N/A -->Environment
Click To Expand
react-native infooutput:react-native-firebaseversion you're using that has this issue:11.4.1Firebasemodule(s) you're using that has the issue:admob, appTypeScript?Y&4.2.4React Native FirebaseandInvertaseon Twitter for updates on the library.