question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing google_app_id. Firebase Analytics disabled.

See original GitHub issue

When I fire a log event, I get the following error: 12-30 16:22:03.856: E/FA(17787): Missing google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI

any idea what;s the problem?

Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:23 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
jackvialcommented, Jun 14, 2017

Manually entering the following tag in platforms/android/res/values/string.xml worked for me <string name="google_app_id">1:12345:android:abc123</string> The value to enter will be the value of the mobilesdk_app_id key in google-services.json

4reactions
milanitaliyacommented, Jan 3, 2020

Manually entering the following tag in platforms/android/res/values/string.xml worked for me <string name="google_app_id">1:12345:android:abc123</string> The value to enter will be the value of the mobilesdk_app_id key in google-services.json

thanx you this is the best solution ever

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flutter: Missing google_app_id. Firebase Analytics disabled
The problem is the API Firebase Analytics is not installed so if you need to install it and activate it : You must...
Read more >
AdMob integration without using Firebase, Missing ...
Firebase Analytics disabled. ... Missing google app id value from from string resources with name google_app_id. Missing google_app_id.
Read more >
Configure Analytics data collection and usage - Firebase
Google Analytics offers multiple options for disabling and deactivating Analytics collection. Used together, they support many typical use cases. Temporarily ...
Read more >
Missing google_app_id. Firebase Analytics disabled-kotlin
Coding example for the question Android Kotlin : Missing google_app_id. Firebase Analytics disabled-kotlin.
Read more >
Xamarin Android: Compilation of the google-service.json ...
... app id value from from string resources with name google_app_id. 05-06 11:02:55.212: E/FA(4883): Missing google_app_id. Firebase Analytics disabled.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found