NativeScript / firebase

Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
https://docs.nativescript.org/plugins/firebase-core.html
Apache License 2.0
56 stars 50 forks source link

[@nativescript/firebase-admob] Warning on exports #259

Open guillemc23 opened 6 months ago

guillemc23 commented 6 months ago

I'm receiving this warning every time I build my app:

export 'RewardedAdEventType' (imported as 'RewardedAdEventType') was not found in '@nativescript/firebase-admob' (possible exports: AdChoicesPlacement, AdEventType, AdRequest, Admob, AdmobError, AdsConsent, AdsConsentDebugGeography, AdsConsentStatus, BannerAd, BannerAdSize, InterstitialAd, MaxAdContentRating, MediaAspectRatio, MediaContent, MediaView, MuteThisAdReason, NativeAd, NativeAdEventType, NativeAdImage, NativeAdLoader, NativeAdView, RewardedAd, RewardedInterstitialAd, RewardedItem, VideoController, VideoStatus)

Everything works but it's just annoying and I think it should be an easy fix, but I checked the code and saw nothing that caught my eye 😄