Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f80b1db

Browse files
A note on Analytics being now optional
1 parent d021eb4 commit f80b1db

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/ANALYTICS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<img src="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/analytics.png" height="85px" alt="Analytics"/>
22

33
## Enabling Analytics
4-
This plugin has had enalytics enabled since day 1 to collect usage and behavior data for your app. However, you were not able to push your own events. That changed with version 3.6.0 😃🔥
4+
This plugin has had enalytics enabled since day 1 to collect usage and behavior data for your app,
5+
and since version 3.6.0 you are able to push your own events.
56

6-
_Beware that your Analytics events in the Firebase console dashboards are updated periodically throughout the day, not real-time._
7+
With version 10.0.0 I've been able to make Analytics an optional dependency (because the upstream SDKs made it optional as well),
8+
so if you want to use Analytics then nothing needs to change (enabled by default), but if you don't, you can edit `firebase.nativescript.json`
9+
and add `"analytics": false`, then `rm -rf node_modules platforms`.
710

11+
_Beware that your Analytics events in the Firebase console dashboards are updated periodically throughout the day, not real-time._
812

913
## Functions
1014

0 commit comments

Comments
 (0)