This release contains breaking changes.
Features
- The Firebase Android BoM (Bill of Materials) has been updated to v29.0.0. Learn how to add SDKs to your app using the Firebase BoM.
- π³ FirebaseUI for Web now uses v9 SDK Great news for devs who want to ship smaller apps easily: the latest FirebaseUI for the web release is built on top of the modular v9 JavaScript SDK. This means that your JavaScript bundler may now only include code from the Authentication SDK in the build when that code is actually used in either FirebaseUI or your app, leading to smaller apps for your users.
- The Firebase Android SDKs for Analytics, Cloud Firestore, Cloud Messaging, Crashlytics, Crashlytics NDK, Dynamic Links, and In-App Messaging have been updated. The Crashlytics Gradle plugin has also been updated. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
- This release contains breaking changes.
- This release contains breaking changes.
- π« ESM module support leads to smaller Admin apps The latest Admin SDK now exposes a series of ES module entry points, just like our v9 JavaScript SDK does. Importing the Admin SDK APIs from these entry points leads to smaller apps, as only the parts of the code you actually use will be loaded. Refer to the migration guide for details on how to update your existing code to use the new ES module entry points.
- πΆβπ«οΈ Sign in to Firebase on iOS with Facebook Limited Login You can now use Facebook Limited Login instead of "classic" Facebook Login to sign in to Firebase Authentication from iOS. When you use Facebook Limited Login, information from logins will not be used to personalize or measure advertising effectiveness. Wanna know more? Check the docs.
This release contains breaking changes.