EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

AdMob detected by Google, but not configured #1651

Open Dacius opened 4 years ago

Dacius commented 4 years ago

Hi,

I have a warning in the PlayStore: Although I stated, that the app doesn't show ads, they found AdMob in my code. I know AdMob only from installing this firebase-plugin. The stored configuration is

{ "using_ios": true, "using_android": true, "analytics": true, "firestore": false, "realtimedb": false, "authentication": false, "remote_config": false, "performance_monitoring": false, "external_push_client_only": false, "messaging": true, "in_app_messaging": false, "crashlytics": false, "storage": false, "functions": false, "facebook_auth": false, "google_auth": false, "admob": false, "dynamic_links": false, "ml_kit": false }

Any idea where this may come from?