Skip to content
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

feat(ios/android): update the Firebase iOS SDK to 10.25.0 and Android SDK to 22.0.0 #84

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Astrovic
Copy link
Contributor

@Astrovic Astrovic commented May 13, 2024

  • Update Firebase iOS to v.10.25.0
  • Update Firebase Android Analytics to v.22.0.0
  • Added setConsent(parameters) method to set up consent mode for apps
// Set consents
FirebaseAnalytics.setConsent({
   analyticsStorage: true,
   adStorage: true,
   adUserData: true,
   adPersonalization: true
});
Platform Download
iOS firebase.analytics-iphone-10.0.0.zip
Android firebase.analytics-android-5.3.0.zip

@Astrovic Astrovic changed the title feat(ios): update the Firebase iOS SDK to 10.25.0 feat(ios/android): update the Firebase iOS SDK to 10.25.0 and Android SDK to 22.0.0 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant