Replies: 1 comment
-
I figured this one myself. In case someone else faces this question: it looks like the steps to fix this are here but in order to call analytics().setConsent, you may need to update react-native-firebase to a version that has the method implemented, in my case I moved from 18.7.3 to the latest version (20.5.0) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, We are getting an issue in GA4 saying: "You may need to update your google analytics for firebase android and ios sdks to a version that supports the required consent signals for eea- based visitors. (android: 21.5.0, ios: 10.17.0)"
Is it possible that we can have the warning go away if we update the react-native-firebase version?
We are currently using
"@react-native-firebase/analytics": "^18.7.3",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-native-firebase/remote-config": "^18.7.3",
Thanks in advance.
PS: is there a way to easily check what android and iOS sdk is each version of react-native-firebase using?
Beta Was this translation helpful? Give feedback.
All reactions