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 1190b81 commit abd6f80Copy full SHA for abd6f80
packages/firebase-crashlytics/README.md
@@ -66,7 +66,7 @@ As Crashlytics will be sending certain information regarding the user, users may
66
```ts
67
import { firebase } from '@nativescript/firebase-core';
68
69
-firebase().crashlytics().setCrashlyticsCollectionEnabled(true);
+firebase().crashlytics().setCrashlyticsCollectionEnabled(false);
70
```
71
72
## License
0 commit comments