6.7.0 • Published 25 days ago

@awesome-cordova-plugins/firebase-analytics v6.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

Firebase Analytics

$ ionic cordova plugin add cordova-plugin-firebase-analytics
$ npm install @ionic-native/plugins/firebase-analytics

Usage Documentation

Plugin Repo: https://github.com/chemerisuk/cordova-plugin-firebase-analytics

Cordova plugin for Firebase Analytics

Go to firebase console and export google-services.json and GoogleService-Info.plist. Put those files into the root of your cordova app folder.

NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project.

Using capacitor?

For Android you'll have to add in android/app/src/main/AndroidManfiest.xml under <application>

<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"/>

And in the same file, you'll have to add xmlns:tools="http://schemas.android.com/tools" to your manifest tag.

Supported platforms

  • Android

    • iOS
6.7.0

25 days ago

6.5.0

5 months ago

6.6.0

5 months ago

6.4.0

10 months ago

6.3.0

1 year ago

6.1.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.2.0

2 years ago

5.46.0

2 years ago

5.45.0

2 years ago

6.0.0-alpha.3

2 years ago

6.0.0-alpha.4

2 years ago

5.43.0

2 years ago

5.44.0

2 years ago

5.42.0

2 years ago

6.0.0-alpha.0

2 years ago

6.0.0-alpha.1

2 years ago

6.0.0-alpha.2

2 years ago

5.41.0

2 years ago

5.40.0

2 years ago

5.39.1

2 years ago

5.37.3

2 years ago

5.38.0

2 years ago

5.39.0

2 years ago

5.37.2

2 years ago

5.37.1

2 years ago

5.37.0

3 years ago

5.36.1

3 years ago

5.36.0

3 years ago