Firebase Analytics
Last updated
Was this helpful?
Last updated
Was this helpful?
This plugin is still in beta stage and may not work as expected. Please submit any issues to the .
Plugin Repo:
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.
For Android you'll have to add in android/app/src/main/AndroidManfiest.xml under <application>
And in the same file, you'll have to add xmlns:tools="http://schemas.android.com/tools"
to your manifest tag.
Android
iOS