I am getting the following error while applying firebase analytics integration
02-21 17:32:59.447 12786-12786/? E/FA: GoogleService failed to initialize, status: 10, Missing google app id value from from string resources with name google_app_id.
02-21 17:32:59.447 12786-12786/? E/FA: Scheduler not set. Not logging error/warn
02-21 17:32:59.535 12786-12837/? E/FA: Missing google_app_id. Firebase Analytics disabled.
Setup Details is as follow:
Base Module:
added google-services.json to base module.
apply plugin: 'com.google.gms.google-services'
api "com.google.firebase:firebase-core:${MOBILE_GMS_LIBRARY_VERSION}"
api 'com.google.gms:google-services:3.0.0'
App Module:
apply plugin: 'com.google.gms.google-services'
Any suggestion please?