philmerrell / capacitor-firebase-analytics

Capacitor plugin that integrates Firebase Analytics for Android and iOS
17 stars 22 forks source link

On Android, add google-app-id to strings.xml #9

Open mfestinigmc opened 5 years ago

mfestinigmc commented 5 years ago

Plugin does not work out of the box on Android.

After some analysis I found out that you need to add the app-id that you can retrieve on the Firebase console in the strings.xml with the key google-app-id.

I think this should be added in the installation guide.

<string name="google_app_id">xxxxxxx</string>