We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83696ea commit 2c87eebCopy full SHA for 2c87eeb
packages/app/android/src/reactnative/java/io/invertase/firebase/common/RCTConvertFirebase.java
@@ -98,7 +98,7 @@ public static FirebaseApp readableMapToFirebaseApp(
98
99
if (appConfig.hasKey("automaticDataCollectionEnabled")) {
100
firebaseApp.setDataCollectionDefaultEnabled(
101
- appConfig.getBoolean("automaticDataCollectionEnabled"));
+ Boolean.valueOf(appConfig.getBoolean("automaticDataCollectionEnabled")));
102
}
103
104
if (appConfig.hasKey("automaticResourceManagement")) {
0 commit comments