EddyVerbruggen / nativescript-plugin-firebase

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

AdMob error: TypeError: Cannot set property 'resolve' of undefined #1871

Open aymenelhajayed opened 2 years ago

aymenelhajayed commented 2 years ago

Has anyone this bug when executing showBanner() on android Device :

JS: Error in firebase.admob.showBanner: TypeError: Cannot set property 'resolve' of undefined JS: AdMob error: TypeError: Cannot set property 'resolve' of undefined Firebase conf : { "using_ios": true, "using_android": true, "analytics": true, "firestore": false, "realtimedb": false, "authentication": false, "remote_config": true, "performance_monitoring": true, "external_push_client_only": false, "messaging": false, "in_app_messaging": false, "crashlytics": true, "storage": false, "functions": false, "facebook_auth": false, "google_auth": false, "admob": true, "dynamic_links": true, "ml_kit": true, "ml_kit_text_recognition": true, "ml_kit_barcode_scanning": false, "ml_kit_face_detection": false, "ml_kit_image_labeling": true, "ml_kit_object_detection": true, "ml_kit_automl": true, "ml_kit_custom_model": true, "ml_kit_natural_language_identification": true, "ml_kit_natural_language_translation": true, "ml_kit_natural_language_smartreply": true } My config : "@angular/core": "~13.1.1", "@nativescript/angular": "^13.0.0", "@nativescript/core": "~8.1.1", "@nativescript/firebase": "^11.1.3"

Thanks for help