Skip to content

Commit abd6f80

Browse files
authored
docs(crashlytics): clarify code example
ref: NativeScript/docs-v8#89
1 parent 1190b81 commit abd6f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase-crashlytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ As Crashlytics will be sending certain information regarding the user, users may
6666
```ts
6767
import { firebase } from '@nativescript/firebase-core';
6868

69-
firebase().crashlytics().setCrashlyticsCollectionEnabled(true);
69+
firebase().crashlytics().setCrashlyticsCollectionEnabled(false);
7070
```
7171

7272
## License

0 commit comments

Comments
 (0)