-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New firebase-ads / google-mobile-ads-sdk incompatible with v11 #5150
Comments
I have a PR up that will pin the dependency directly in our module (#5189) and I'll issue a v12.0.0 release here that will forward port to the new library soon |
With apologies Admob no longer present in v12 as it was removed in upstream SDKs so there are no APIs to wrap any longer - please stay with v11.5 until migration to another project (either from this same code in a new repo - planned, or a different project) |
Hello 👋, to help manage issues we automatically close stale issues.
|
To prevent the bot from closing this issue, I'll wonder: any news on AdMob support by RN-Firebase, or a well-tested advice on an easy migration from [email protected] to a different library? Also, the last time I checked, I understood that Ads were gone from Firebase and this library for good, but checking-in now, and finding this ticket, it reads like a new ads implementation is in-place in Firebase, and potentially will be supported by RN-Firebase library? Can somebody clarify what is going on, and what is the recommended course of action for folks who still depend on [email protected]? |
Hey there! Good catch waking the stale bot up. Status (or, announcements) will be here - #5329 as that has the most traffic.
The holdup is mostly on invertase / my end as I was just personally unavailable for nearly a month and it's been quite a struggle to get back to the leading edge of all my work efforts and really move them forward - apologies for that This comment really sums up the state and we have a discussion open so I'm going to close the issue but hopefully the explanation make it clear what the thinking / plan is |
If you are using
@react-native-firebase/admob
, you must not update to firebase-android-sdk v27.x.x with react-native-firebase v11.x.xIssue
The upcoming 27.0.0 firebase-android-sdk will contain an updated firebase-ads reference (v20 there, previous v19) https://firebase.google.com/support/release-notes/android
That references an updated v20 of google-mobile-ads-sdk - https://developers.google.com/admob/android/migration
react-native-firebase v11.x.x is not compatible with this breaking change (yet), specifically:
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: