From e8beba2ba0eb0e265559a3c773b17a88784818a8 Mon Sep 17 00:00:00 2001 From: yugank1991 Date: Fri, 27 Sep 2019 15:10:41 +0530 Subject: [PATCH] added analytics option --- firebase.nativescript.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.nativescript.json b/firebase.nativescript.json index eadf10ade..e179da0aa 100644 --- a/firebase.nativescript.json +++ b/firebase.nativescript.json @@ -7,6 +7,7 @@ "authentication": true, "remote_config": false, "messaging": true, + "analytics": true, "crashlytics": true, "crash_reporting": false, "storage": false,