You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered: