Replies: 2 comments
-
Did you resolve this? i run into it also |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure you have updated to the latest version of the Firebase SDK. The FIRConsentTypeAdPersonalization identifier might not be available in older versions. I resolved this issue by installing the latest version of @react-native-firebase/app, and now everything is working smoothly! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I had updated RNFB to the most recent version and got the error: ios/RNFBAnalytics/RNFBAnalyticsModule.m:194:7 Use of undeclared identifier 'FIRConsentTypeAdPersonalization'
"@react-native-firebase/analytics": "^19.1.1",
"@react-native-firebase/app": "^19.1.1",
"@react-native-firebase/crashlytics": "^19.1.1",
"@react-native-firebase/installations": "^19.1.1",
"@react-native-firebase/messaging": "^19.1.1",
On version 17.5 my project works perfectly. I can't find anything about this error on internet
Beta Was this translation helpful? Give feedback.
All reactions