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.
Copy file name to clipboardExpand all lines: src/analytics/analytics-common.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
import{LogEventParameter}from"./analytics";
2
2
3
-
exportconstENABLE_ANALYTICS_HINT="Add 'analytics: true' to firebase.nativescript.json and remove the platforms folder";
3
+
exportconstENABLE_ANALYTICS_HINT="⚠️ You're calling an Analytics function but have not enabled it. Please add 'analytics: true' to 'firebase.nativescript.json' and remove the 'node_modules' and 'platforms' folders.";
exportconstENABLE_CRASHLYTICS_HINT="⚠️ You're calling a Crashlytics function but have not enabled it. Please add 'crashlytics: true' to 'firebase.nativescript.json' and remove the 'node_modules' and 'platforms' folders.";
0 commit comments