Firebase Analytics
Firebase Analytics plugin for Cordova and Ionic. Cordova plugin for Firebase Analytics Go to firebase console and export google-services.json and…
Using capacitor?
<meta-data
tools:replace="android:value"
android:name="firebase_analytics_collection_enabled"
android:value="true"/>
<meta-data
tools:replace="android:value"
android:name="google_analytics_automatic_screen_reporting_enabled"
android:value="false"/>Installation
ionic cordova plugin add cordova-plugin-firebase-analytics
npm install @awesome-cordova-plugins/firebase-analyticsSupported Platforms
Further Information
Last updated