You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Since plugin version 8.3.0 you can disable Crashlytics collection by default, and enabled it at runtime.
14
+
15
+
Add [this](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/7418905a22661dfc3bf40d1a67a5e7254c89d54e/demo/app_resources/Android/src/main/AndroidManifest.xml#L32-L34) to your `AndroidManifest.xml`
16
+
and [this](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/7418905a22661dfc3bf40d1a67a5e7254c89d54e/demo/app_resources/iOS/Info.plist#L109-L110) to your `Info.plist`, so it's disabled by default.
17
+
18
+
You can then either pass `crashlyticsCollectionEnabled: true` in `firebase.init()`,
19
+
or call `crashlytics.setCrashlyticsCollectionEnabled(true)` to enabled Crashlytics collection for this user.
20
+
12
21
## Configuration in the Firebase Console
13
22
When setting up Crashlytics, select "This app is new to Crashlytics" and press "Next".
14
23
Then the screen changes to something like "waiting for your first crash report".
0 commit comments