Replies: 1 comment 1 reply
-
Hi there! Glad you like the library Those versions, they are antique :-) - you're missing heaps of bugfixes. If you use admob you can't come all the way to current but you should move to 11.5.x at least (last versions with admob) In general though, this is not a question about the module though - it won't result in a change here, in other words. I think this might work better on stackoverflow as a question |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, first of all, thanks for this beautiful library.
I am so confused about this warning:
My app works with RN 0.61.5 now and well, and I use firebase packages of these versions below:
"@react-native-firebase/admob": "^6.7.1", "@react-native-firebase/analytics": "^6.7.1", "@react-native-firebase/app": "^6.7.1", "@react-native-firebase/auth": "^6.7.1", "@react-native-firebase/database": "^6.7.1", "@react-native-firebase/dynamic-links": "^6.7.1", "@react-native-firebase/messaging": "^6.7.1", "@react-native-firebase/storage": "^6.7.1",
So what should I do exactly for adapting my app to iOS 14 rules according to my versions ?
Google says
Prerequisites: Google Mobile Ads SDK 7.64.0 or higher
, which version rnfirebase version includes that ? And how may i know what is my current version ?If package update needed, which version do i need to upgrade and how will arrange the Ad tracking permission ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions