This page provides a changelog that lists new SDK releases and describes updates to the Firebase console and Firebase services. To learn about specific releases, click the links in the changelog below.
Latest versions of Firebase SDKs and versioned tooling
To see detailed release notes for a specific SDK or tool, visit the associated link in the following table:
SDK Version | |
---|---|
iOS | 11.4.0 |
Android | See notes |
JavaScript | 11.0.1 |
Flutter | See notes |
C++ | 12.4.0 |
Unity | 12.4.0 |
Admin Node.js | 12.7.0 |
Admin Java | 9.4.1 |
Admin Python | 6.5.0 |
Admin Go | 4.15.0 |
Admin .NET | 3.0.1 |
Firebase CLI | 13.23.0 |
October 31, 2024
Data Connect
- Gemini in Firebase now provides AI assistance for Data Connect queries and mutations in the Firebase console. Use natural language to describe the query or mutation you want to generate and Gemini in Firebase will provide you with the query or mutation you describe. Learn more at Use AI assistance for queries and mutations.
SDK Releases
- The Firebase SDK for Unity (v12.4.0) is now available. This release includes changes to Analytics, bug fixes in Analytics and Authentication, and other changes.
October 30, 2024
Cloud Storage
Learn more about the Cloud Storage for Firebase changes for pricing plan requirements and default buckets in our FAQs.
A Firebase project must now be on the pay-as-you-go Blaze pricing plan to get started with Cloud Storage for Firebase and provision the project's default bucket. The bucket can optionally use the "Always Free" tier for Google Cloud Storage.
All newly provisioned Cloud Storage for Firebase default buckets will have the name format of
(instead ofPROJECT_ID.firebasestorage.app
). These buckets will follow Google Cloud Storage pricing and usage which provides an "Always Free" tier for buckets inPROJECT_ID.appspot.com
,US-CENTRAL1
, andUS-EAST1
.US-WEST1
All existing
default buckets will experience no changes right now. However, note that by*.appspot.com
October 1, 2025 , all Firebase projects must be on the pay-as-you-go Blaze pricing plan to continue using Cloud Storage for Firebase.The Cloud Storage for Firebase API now provisions default buckets with the name format of
. This API also now requires the pay-as-you-go Blaze pricing plan.PROJECT_ID.firebasestorage.app
The following REST endpoints from the Firebase Management API are now shutdown and will return 404s:
projects.defaultLocation.finalize
projects.availableLocations.list
Instead, use a product-specific API to work with the location of a resource.
October 24, 2024
Crashlytics
- You can now obtain more in-depth AI insights and solutions by providing code and additional context when using Gemini in Firebase with Crashlytics. Learn more at Get AI assistance in Crashlytics.
Cloud Functions for Firebase
- Cloud Functions for Firebase has added two new Auth blocking event
types for Node.js:
beforeSmsSent
andbeforeEmailSent
. These event types, provided for both 2nd and 1st gen, allow you to trigger functions prior to messaging users for cases such as password reset or multifactor authentication. See Auth blocking triggers.
SDK Releases
The Firebase Admin Go SDK (v4.15.0) is now available. The Admin SDK for Go now requires Go 1.21 or higher. This release also comes with improvements in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Node.js SDK (v12.7.0) is now available. This release comes with improvements in the Cloud Functions API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for C++ (v12.4.0) is now available. This release includes new features in Analytics, changes to Authentication, and other changes.
October 23, 2024
SDK Releases
The Firebase Apple SDK (v11.4.2) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase Android SDK for Vertex AI in Firebase has 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.5.1. Learn how to add SDKs to your app using the Firebase BoM.
October 22, 2024
SDK Releases
The Firebase Apple SDK (v11.4.1) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase JavaScript SDK (v11.0.1) is now available. This release includes Vertex AI in Firebase being made Generally Available (GA). For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v13.23.0)
- The latest Firebase CLI (v13.23.0) is now available. To use the Firebase CLI in your development environment, set up or update the CLI.
October 21, 2024
Vertex AI in Firebase
Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps.
Use the Vertex AI in Firebase client SDKs to call the Vertex AI Gemini API directly from your app. They're available for Swift, Android, Web, and Flutter. These client libraries are built specifically for use with mobile and web apps, and they offer important integrations with other Firebase services:
Firebase App Check: Help secure the Gemini API against unauthorized clients.
Firebase Remote Config: Dynamically and conditionally control your prompts, as well as model names, versions, and configurations — all without releasing a new version of your app.
Cloud Storage for Firebase: Send large image, video, audio, and PDF files in your multimodal requests.
If you used the preview version of the library, visit the migration guide to learn about some important updates.
Analytics
- The Google Analytics SDKs for Android and for iOS now support integration with server-side tag manager. Review the implementation steps in the guide to server-side tagging for mobile apps.
SDK Releases
The Firebase Apple SDK (v11.4.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase Android SDKs for Authentication, Cloud Firestore, Cloud Messaging, Crashlytics, Crashlytics NDK, Data Connect, Firebase ML, In-App Messaging, Performance Monitoring, Remote Config, and Vertex AI in Firebase have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.5.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v11.0.0) is now available. This release includes Vertex AI in Firebase being made Generally Available (GA). For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Flutter SDK (BoM v3.0.0) is available.
This release includes the following:
- Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps.
- Firebase Data Connect fixed an issue with auth token refresh.
October 18, 2024
Documentation
- Before releasing your app or a new feature to production, make sure that you've reviewed our updated Firebase launch checklist. You'll find important guidance about general best practices, pricing plans and budget alerts, best practices for your projects and apps, as well as how to prepare specific services for production use.
Crashlytics
- Crashlytics now supports non-U.S. locations for export of Crashlytics data to BigQuery. If you've already set up export to BigQuery, you can optionally change the location for existing data exports.
October 16, 2024
Firebase CLI (v13.22.1)
- The latest Firebase CLI (v13.22.1) is now available. This version includes fixes for the Cloud Functions and Firebase Data Connect emulators. To use the Firebase CLI in your development environment, set up or update the CLI.
October 15, 2024
SDK Releases
- The Firebase Admin Java SDK (v9.4.1) is now available. This release removes a test dependency that was incorrectly scoped. To install this SDK, see Add the Firebase Admin SDK to your server.
October 14, 2024
Firebase console
- Gemini in Firebase now provides messaging campaign summarization and analysis for Firebase Cloud Messaging and In-App Messaging campaigns. Learn more at Get AI insights for messaging campaigns with Gemini in Firebase.
October 10, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.14.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 09, 2024
SDK Releases
- The Firebase Admin Java SDK (v9.4.0) is now available. This release introduces HTTP/2 support and comes with fixes and improvements to the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
October 08, 2024
Firebase CLI (v13.22.0)
- The latest
Firebase CLI (v13.22.0)
is now available.
This version adds
firebase init apphosting
. To use the Firebase CLI in your development environment, set up or update the CLI.
October 07, 2024
Firebase CLI (v13.21.0)
- The latest
Firebase CLI (v13.21.0)
is now available.
This version includes the new
apphosting:rollouts:create
command, support for generating Dart SDKs for Firebase Data Connect, and emulator support for extensions SDKs. To use the Firebase CLI in your development environment, set up or update the CLI.
October 01, 2024
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Messaging, Cloud Storage, Crashlytics, Crashlytics NDK, Data Connect, and Vertex AI in Firebase have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.4.0. Learn how to add SDKs to your app using the Firebase BoM.
September 30, 2024
Performance Monitoring
- The data retention period for Performance Monitoring will change from 90 days to 60 days starting October 30, 2024. To retain your data after 60 days, enable BigQuery export to save your data. For more details on enabling BigQuery, see Export Performance Monitoring data to BigQuery.
Firebase console
- Gemini in Firebase is now included with Gemini Code Assist. Gemini in Firebase is a contextually-aware AI-powered collaborative assistant that accelerates Firebase app development by answering questions about Firebase, generating and troubleshooting code, interpreting errors and suggesting mitigations, and providing AI assistance in Crashlytics. Learn more at Introduction to Gemini in Firebase and Gemini Code Assist overview.
SDK Releases
The Firebase SDK for Unity (v12.3.0) is now available. This release includes bug fixes in FCM and Remote Config, as well as other changes.
The Firebase JavaScript SDK (v10.14.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v12.6.0) is now available. This release comes with a new API to perform administrative queries and mutations on a Firebase Data Connect service. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Apple SDK (v11.3.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v13.20.2)
- The latest Firebase CLI (v13.20.2) is now available. This version includes bug fixes for the Firebase Data Connect emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
September 26, 2024
SDK Releases
- The Firebase SDK for C++ (v12.3.0) is now available. This release includes bug fixes in FCM and Remote Config, an updated Android minSdkVersion, and other changes.
Firebase CLI (v13.20.1)
- The latest Firebase CLI (v13.20.1) is now available. This version includes bug fixes for the Firebase Data Connect emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
September 25, 2024
Firebase CLI (v13.20.0)
- The latest Firebase CLI (v13.20.0) is now available. This version includes many new features for Firebase Data Connect. To use the Firebase CLI in your development environment, set up or update the CLI.
September 23, 2024
Firebase console
- You can now configure your projects' Firebase Authentication password policy using the Firebase console. To do so, open the Password policy tab on the Authentication Settings page.
September 22, 2024
Firebase CLI (v13.19.0)
- The latest Firebase CLI (v13.19.0) is now available. This version includes support for extensions SDKs. To use the Firebase CLI in your development environment, set up or update the CLI.
September 18, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.13.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v13.18.0)
- The latest
Firebase CLI (v13.18.0)
is now available.
This version includes support for
firebase deploy --dry-run
, and fixes forinit firestore
, web frameworks, and Data Connect. To use the Firebase CLI in your development environment, set up or update the CLI.
September 17, 2024
Remote Config
- With the Firebase Admin Node.js SDK 12.5.0, you can now use custom conditions when configuring Remote Config server applications. You can send custom Remote Config parameter values to specific clients based on the conditions you define. Learn more at custom signals.
September 12, 2024
SDK Releases
The Firebase Android SDKs for App Distribution, Crashlytics, Crashlytics NDK, and Vertex AI in Firebase have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.3.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Node.js SDK (v12.5.0) is now available. This release includes a new feature in the Remote Config API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin .NET SDK (v3.0.1) is now available. This release comes with a fix in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
September 11, 2024
Firebase CLI (v13.17.0)
- The latest Firebase CLI (v13.17.0) is now available. This version includes support for encrypted Cloud Firestore backups, and new features for Firebase Data Connect and the Authentication emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
September 10, 2024
SDK Releases
- The Firebase Apple SDK (v11.2.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
September 09, 2024
Cloud Functions
Version v6.0.0 of the Firebase SDK for Cloud Functions contains breaking changes that may affect some apps. Review these release notes carefully to avoid issues or outages.
Additionally, v6.0.0 introduces new features and bug fixes, and starts a
one-year deprecation clock for runtime environment configuration with
functions.config
.
Breaking: Cloud Functions for Firebase now defaults to 2nd gen.
Previously, functions that do not explicitly specify a version when importing the SDK were interpreted as 1st gen. As of v6.0.0, such functions are interpreted as 2nd gen, and if they are written using 1st gen syntax they are likely to fail to deploy.
To work around potential deployment issues, make sure that all 1st gen functions explicitly import the version-specific subpackage
firebase-functions/v1
.However, the recommended solution for all 1st gen functions is to upgrade to 2nd gen as described in Upgrade 1st gen Node.js functions to 2nd gen. 2nd gen functions are based on Cloud Run functions, providing better performance, better configuration, better monitoring, and more.
Runtime environment configuration with
functions.config
is deprecated as of September 5, 2024, and will no longer be supported after the next major version of Cloud Functions. You are strongly recommended to migrate to environment variables.Thanks to enhancements released just prior to v6, the Local Emulator Suite now supports emulation of Firebase alert triggers and task queue functions. See specific guidance on how to interact with Firebase alerts and how to instrument your app for task queue functions emulation.
September 04, 2024
SDK Releases
- The Firebase SDK for Unity (v12.2.1) is now available. This release includes a bug fix in FCM.
September 03, 2024
App Check
- App Check for Google Identity for iOS is now generally available (GA). For more information, see Get started using App Check for Google Sign-in on iOS.
August 29, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.13.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 27, 2024
- The latest Firebase CLI (v13.16.0) is now available. This version includes support for Cloud Tasks in the emulator suite and a new version of the Cloud Firestore emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
August 23, 2024
Test Lab
- The following device has been deprecated and will
be removed on 2024-09-30:
PD1901/28
. If you are currently using this device, consider moving to an Arm virtual device (for example,MediumPhone.arm
).
August 22, 2024
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, and Cloud Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.2.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Node.js SDK (v12.4.0) is now available. This release comes with improvements in the Cloud Functions API. To install this SDK, see Add the Firebase Admin SDK to your server.
August 21, 2024
Firebase CLI (v13.15.4)
- The latest Firebase CLI (v13.15.4) is now available. This version includes bug fixes for Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
August 20, 2024
Firebase CLI (v13.15.3)
- The latest Firebase CLI (v13.15.3) is now available. This version includes security improvements and bug fixes for Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
August 19, 2024
SDK Releases
- The Firebase Apple SDK (v11.1.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
August 15, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.13) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v13.15.2)
- The latest Firebase CLI (v13.15.2) is now available. This version includes improvements for Firebase Data Connect and web frameworks. To use the Firebase CLI in your development environment, set up or update the CLI.
August 09, 2024
Firebase CLI (v13.15.1)
- The latest Firebase CLI (v13.15.1) is now available. This version includes improvements for Firebase Data Connect and Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
August 08, 2024
SDK Releases
- The Firebase Admin Node.js SDK (v12.3.1) is now available. This release comes with fixes and improvements. To install this SDK, see Add the Firebase Admin SDK to your server.
August 07, 2024
SDK Releases
- The Firebase SDK for Unity (v12.2.0) is now available. This release includes changes to FCM and other changes.
August 06, 2024
SDK Releases
- The Firebase SDK for C++ (v12.2.0) is now available. This release includes an update to Firebase iOS SDK dependencies.
August 05, 2024
Cloud Functions for Firebase
Starting July 2024, Cloud Build changed the default behavior for how Cloud Build uses service accounts in new projects. This change is detailed in Cloud Build Service Account Change. As a result of this change, new projects deploying functions for the first time may be using a default Cloud Build service account with insufficient permissions for building a function. If you are affected by this change you can do one of the following:
- Review the Cloud Build guidance on changes to the default service account and opt out of these changes
- Add the Cloud Build Service Account role (
roles/cloudbuild.builds.builder
) to the default Compute Service Account
August 02, 2024
App Hosting
App Hosting now supports Nx-based monorepo apps in the backend setup flow. See Use monorepos with App Hosting.
App Hosting has introduced wildcard subdomains. This allows you to map multiple subdomains to a single backend for use cases such as multi-tenant applications.
The
FirebaseServerApp
class can now be utilized in Next.js middleware, allowing you to protect routes and redirect traffic without adding complexity to your components. For more details, see the Firebase JavaScript SDK Release Notes.The Firebase console now supports the creation of multiple App Hosting backends, for use cases such as maintaining separate staging and production environments (previously only the Firebase CLI provided this capability). See Deploy multiple environments from a codebase.
To learn more about these features and other enhancements to App Hosting, see Firebase App Hosting: July Updates.
August 01, 2024
SDK Releases
The Firebase Android SDK for Vertex AI in Firebase has 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.
The Firebase JavaScript SDK (v10.12.5) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v13.15.0)
- The latest Firebase CLI (v13.15.0) is now available. This version includes CMEK support in Cloud Firestore and bug fixes for Firebase Data Connect and Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
July 30, 2024
Test Lab
The following devices have been deprecated and will be removed at a later date:
Nexus5X/24
,Nexus5X/25
Nexus6/24
,Nexus6/25
Nexus6P/24
,Nexus6P/25
Nexus7_clone_16_9/24
,Nexus7_clone_16_9/25
Nexus9/24
,Nexus9/25
NexusLowRes/24
,NexusLowRes/25
If you're currently using these devices, consider moving to an Arm virtual device (for example,
MediumPhone.arm
).The following devices have been deprecated and will be removed at a later date:
f2q/30
HWMHA/24
vivo_1906/28
If you're currently using these devices, consider moving to a different device.
SDK Releases
- The Firebase Apple SDK (v11.0.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
July 29, 2024
Cloud Firestore
- You can now apply range and inequality filters to multiple fields in a query. This feature is generally available (GA). For more information, see Query with range and inequality filters on multiple fields overview.
July 26, 2024
Firebase CLI (v13.14.2)
- The latest Firebase CLI (v13.14.2) is now available. This version includes bug fixes for Firebase Data Connect. To use the Firebase CLI in your development environment, set up or update the CLI.
July 25, 2024
SDK Releases
- The Firebase Admin Node.js SDK (v12.3.0) is now available. This release comes with fixes in the Firebase Remote Config API and improvements in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v13.14.1)
- The latest Firebase CLI (v13.14.1) is now available. This version includes bug fixes for Firebase Data Connect. To use the Firebase CLI in your development environment, set up or update the CLI.
July 23, 2024
Firebase CLI (v13.14.0)
- The latest Firebase CLI (v13.14.0) is now available. This version includes Firebase alerts events support in the Cloud Functions emulator, new features for Firebase Data Connect, and many other fixes. emulator, new features for Firebase Data Connect, and many other fixes. To use the Firebase CLI in your development environment, set up or update the CLI.
July 18, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.12.4) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
July 15, 2024
Firebase CLI (v13.13.3)
- The latest Firebase CLI (v13.13.3) is now available. This version includes fixes for authentication issues. To use the Firebase CLI in your development environment, set up or update the CLI.
July 11, 2024
SDK Releases
The Firebase Android SDKs for Crashlytics, Crashlytics NDK, and Vertex AI in Firebase have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.1.2. Learn how to add SDKs to your app using the Firebase BoM.
Firebase CLI (v13.13.2)
- The latest Firebase CLI (v13.13.2) is now available. This version includes fixes for authentication issues. To use the Firebase CLI in your development environment, set up or update the CLI.
July 10, 2024
Firebase CLI (v13.13.1)
- The latest Firebase CLI (v13.13.1) is now available. This version includes improvements for {firebase_data_connect}} and Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
July 08, 2024
SDK Releases
- The Firebase Apple SDK (v10.29.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. This release is available via CocoaPods and Swift Package Manager only.
July 03, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.12.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
July 01, 2024
Firebase CLI (v13.13.0)
- The latest Firebase CLI (v13.13.0) is now available. This version includes improvements for {firebase_data_connect}} and Web Frameworks. To use the Firebase CLI in your development environment, set up or update the CLI.
June 27, 2024
SDK Releases
- The Firebase SDK for Unity (v12.1.0) is now available. This release includes new features in Analytics, bug fixes in FCM, and other changes.
Firebase CLI (v13.12.0)
- The latest Firebase CLI (v13.12.0) is now available. This version includes improvements for {firebase_data_connect}} and Hosting. To use the Firebase CLI in your development environment, set up or update the CLI.
June 26, 2024
SDK Releases
- The Firebase SDK for C++ (v12.1.0) is now available. This release includes new features in Analytics, Google Mobile Ads C++ SDK deprecation, bug fixes in FCM, and other changes.
June 24, 2024
SDK Releases
- The Firebase Apple SDK (v10.28.1) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. This release is available via CocoaPods and Swift Package Manager only.
June 21, 2024
Firebase CLI (v13.11.4)
- The latest Firebase CLI (v13.11.4) is now available. This version includes fixes for {firebase_data_connect}} and Crashlytics. To use the Firebase CLI in your development environment, set up or update the CLI.
June 20, 2024
SDK Releases
The Firebase Android SDKs for Analytics, Crashlytics, Crashlytics NDK, and Vertex AI in Firebase 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.1.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Node.js SDK (v12.2.0) is now available. This release comes with fixes and improvements To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v13.11.3)
- The latest Firebase CLI (v13.11.3) is now available. This version includes fixes for {firebase_data_connect}}. To use the Firebase CLI in your development environment, set up or update the CLI.
June 18, 2024
Test Lab
- The following Xcode has been removed: Xcode 15.0. If you have not already done so, please migrate to Xcode 15.3.
June 17, 2024
SDK Releases
- The Firebase Apple SDK (v10.28.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
June 11, 2024
SDK Releases
The Firebase Flutter SDK (BoM v2.1.0) is available.
This release includes the following:
- A new method for creating
AuthCredential
objects from Apple ID tokens. - Type constructor methods for defining function calling schemas in Vertex AI.
- A new method for creating
June 10, 2024
Firebase
- Starting in June, Android Device Streaming, powered by Firebase, has begun billing for usage beyond the first 120 minutes each month. This promotional pricing will be used until February, 2025. See our pricing page for more details.
June 07, 2024
Firebase CLI (v13.11.2)
- The latest Firebase CLI (v13.11.2) is now available. This version includes fixes for {firebase_data_connect}}. To use the Firebase CLI in your development environment, set up or update the CLI.
June 06, 2024
Firebase CLI (v13.11.1)
- The latest Firebase CLI (v13.11.1) is now available. This version includes includes fixes for {firebase_data_connect}}. To use the Firebase CLI in your development environment, set up or update the CLI
June 05, 2024
Firebase CLI (v13.11.0)
- The latest
Firebase CLI (v13.11.0)
is now available.
This version includes support for the Cloud Functions Node 22 runtime,
support for
withAuthContext
function triggers in the Cloud Firestore emulator, and fixes for {firebase_data_connect}}, Crashlytics, and the Pub/Sub emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
June 04, 2024
SDK Releases
The Firebase Flutter SDK (BoM v2.0.0) is available.
This release includes breaking changes to target platform requirements:
- On iOS, the deployment target is now iOS 13.
- On Android,
minSdk
is now 21, except for Authentication, which has aminSdk
of 23.
FCM
For apps using Android Q+ and Google Play services version 19054000 and later, some notifications sent through the HTTP v1 API now are subject to delegation by Google Play services. This means that high-priority notifications that meet certain criteria are displayed by Google Play services on behalf of the app, without any need to start the app.
Note that this feature is currently in Beta, and is subject to change. You can opt out of the Beta program, but we strongly recommend leaving delegation enabled for its benefits to device battery and memory. See Notification delegation with Google Play services to learn about how to opt out, how delegation affects reporting, and more.
May 30, 2024
SDK Releases
The Firebase Android SDKs for Analytics, App Distribution, Crashlytics, Crashlytics NDK, Dynamic Links, and Performance Monitoring have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.1.0. Learn how to add SDKs to your app using the Firebase BoM.
An updated version of the
google-services
plugin for Android (v4.4.2) is now available. For more information, see the Firebase Android SDK Release Notes.The Firebase Admin Go SDK (v4.14.1) is now available. This release also comes with improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
May 29, 2024
- The Firebase Apple SDK (v10.27.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
May 28, 2024
SDK Releases
The Firebase Flutter SDK (BoM v1.1.0) is available.
This release includes the following:
- The Vertex AI in Firebase plugin now supports
UsageMetaData
and more model parameters. In addition, you can now attach user credentials to Vertex requests, which is required for authorization when using Cloud Storage for multi-modal input.
- The Vertex AI in Firebase plugin now supports
Firebase CLI (v13.10.2)
- The latest Firebase CLI (v13.10.2) is now available. This version includes includes fixes for {firebase_data_connect}}. To use the Firebase CLI in your development environment, set up or update the CLI.
May 27, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.12.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 24, 2024
Firebase CLI (v13.10.1)
- The latest Firebase CLI (v13.10.1) is now available. This version includes includes fixes for {firebase_data_connect}}. To use the Firebase CLI in your development environment, set up or update the CLI.
May 21, 2024
SDK Releases
The Firebase Flutter SDK (BoM v1.0.1) is now available.
This release includes the Vertex AI in Firebase SDK (public preview).
The Firebase Admin Node.js SDK (v12.1.1) is now available. This release comes with fixes and improvements To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Java SDK (v9.3.0) is now available. This release updates the
libraries-bom
dependency to the latest version. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v13.10.0)
- The latest Firebase CLI (v13.10.0) is now available. This version includes configurable functions discovery timeouts and fixes for Firebase App Hosting and Firebase Data Connect. To use the Firebase CLI in your development environment, set up or update the CLI.
May 20, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.12.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 14, 2024
App Hosting
- The Firebase App Hosting preview is now available. App Hosting introduces a unified, Google Cloud-based solution for deployment of dynamic Next.js and Angular applications, offering built-in framework support, GitHub integration, and integrations with other Firebase features. Learn more in the new App Hosting documentation.
Firebase Data Connect
- Firebase Data Connect is now available in preview. Data Connect is a relational database service that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. It provides secure schema, query and mutation management using GraphQL technology that integrates well with Firebase Authentication. You can quickly integrate this product into your mobile and web apps with type-safe SDKs. Understand the product workflow by reading the Get started guide, and sign up for the preview!
Genkit
- Firebase Genkit is now available in beta. Genkit is an open-source, code-first framework for building and deploying AI-powered apps. Learn more in the Genkit documentation.
Firebase CLI (v13.9.0)
- The latest Firebase CLI (v13.9.0) is now available. This version adds new commands for Firebase App Hosting and Firebase Genkit. To use the Firebase CLI in your development environment, set up or update the CLI.
May 13, 2024
Vertex AI in Firebase
- Vertex AI in Firebase is now available in preview. Vertex AI in Firebase provides a suite of client SDKs for your favorite languages — Swift, Kotlin, Java, Dart, and JavaScript — so you can securely access the Vertex AI Gemini API directly from your mobile and web apps. Using the power of the latest Gemini models, you can add AI personalization to your app, build an AI chat experience, create AI-powered optimizations and automation, and much more! Learn more in the Vertex AI in Firebase documentation.
Firebase console
- Gemini in Firebase is now generally available. Gemini in Firebase is an AI-powered collaborative assistant that accelerates Firebase app development by answering questions about Firebase, generating and troubleshooting code, interpreting errors and suggesting mitigations, and providing AI assistance in Crashlytics. Learn more at Introduction to Gemini in Firebase.
Crashlytics
- AI assistance in Crashlytics is now generally available. Provided as part of Gemini in Firebase, AI assistance in Crashlytics provides actionable insights into your Android and Apple crashes and Android ANRs, helping you speed up triage and resolution by providing possible causes, debugging instructions, actionable next steps, and best practices. Learn more at Get AI assistance in Crashlytics.
SDK Releases
The Firebase Apple SDK (v10.26.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. This release is available via Swift Package Manager only.
The Firebase Android SDK for Vertex AI in Firebase (public preview) is now available. 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.
The Firebase JavaScript SDK (v10.12.0) is now available. This release includes a preview version of the Vertex AI in Firebase SDK. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Initial release of the Vertex AI in Firebase SDK (public preview) is now available. Learn how to get started with the SDK in your app.
May 09, 2024
SDK Releases
- The Firebase SDK for Unity (v12.0.0) is now available. This release includes changes to Authentication and Remote Config, as well as other changes.
Firebase CLI (v13.8.2)
- The latest Firebase CLI (v13.8.2) is now available. This version includes bug fixes for the Cloud Firestore emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
May 08, 2024
SDK Releases
- The Firebase Admin .NET SDK (v3.0.0) is now available. Starting from this release, the Admin SDK requires you to use .NET Framework 4.6.2+ or .NET 6.0+. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v13.8.1)
- The latest Firebase CLI (v13.8.1) is now available. This version includes bug fixes for Cloud Functions and Hosting. To use the Firebase CLI in your development environment, set up or update the CLI.
May 07, 2024
SDK Releases
The Firebase Flutter SDK is now versioned using a bill-of-materials (BoM) scheme. Each BoM version groups together compatible versions of individual Firebase Flutter libraries, and every library in the BoM uses the same native Firebase SDK version for a given target platform.
The Firebase SDK for C++ (v12.0.0) is now available. This release includes breaking changes in Authentication, a bug fix in Cloud Storage, and updated Android and iOS minimums.
May 02, 2024
SDK Releases
The Firebase Android SDKs for A/B Testing, Analytics, App Check, Authentication, Cloud Firestore, Cloud Functions, Cloud Messaging, Cloud Storage, Crashlytics, Crashlytics NDK, Dynamic Links, In-App Messaging, Installations, Firebase ML, Performance Monitoring, Realtime Database, and Remote Config have been updated. The App Distribution Gradle plugin and Crashlytics Gradle plugin have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v33.0.0. Learn how to add SDKs to your app using the Firebase BoM.
Crashlytics
The latest release of the Crashlytics Gradle plugin is a major version (v3.0.0) and modernizes the SDK by dropping support for lower versions of Gradle and the Android Gradle plugin. Additionally, the changes in this release resolve issues with AGP v8.1+ and improve support for native apps and customized builds.
To learn more, see Upgrade to Crashlytics Gradle plugin v3.
May 01, 2024
Firebase CLI (v13.8.0)
- The latest
Firebase CLI (v13.8.0)
is now available.
This version updates
firebase init functions
to use the latest versions of dependencies. To use the Firebase CLI in your development environment, set up or update the CLI.
April 30, 2024
Firebase
- Android Device Streaming, powered by Firebase, is now available in preview. Android Device Streaming lets you interact with and test your apps across multiple API levels and form factors in Google's secure data centers within Android Studio, including rotating and folding the device. Learn more at Android Device Streaming, powered by Firebase.
SDK Releases
- The Firebase Apple SDK (v10.25.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
April 25, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.11.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
April 23, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release includes the following:
- The FCM plugin now provides a privacy manifest on Apple platforms
for its use of
NSUserDefaults
.
- The FCM plugin now provides a privacy manifest on Apple platforms
for its use of
Firebase CLI (v13.7.4)
- The latest Firebase CLI (v13.7.4) is now available. This version includes bug fixes for the Cloud Firestore and Pub/Sub emulators. To use the Firebase CLI in your development environment, set up or update the CLI.
April 18, 2024
SDK Releases
- The Firebase SDK for Unity (v11.9.0) is now available. This release includes bug fixes in App Check and Cloud Storage, as well as other changes.
Remote Config
- Firebase Remote Config now supports server-side configuration through the Firebase Admin Node.js SDK v12.1.0 or higher, letting you update server-side application behavior and configuration without changing your code. Learn more at Use Remote Config in server environments.
Test Lab
On April 23 2024, the logcat output from Android tests will follow the adb threadtime format. This change will be rolled out gradually to users over the course of a week. The change will affect the logcat output file in GCS and logcat displayed in the Firebase Console.
To learn more, see Detailed test results.
April 17, 2024
SDK Releases
- The Firebase SDK for C++ (v11.10.0) is now available. This release includes changes to Google Mobile Ads and Cloud Storage, as well as other changes.
Remote Config
- You can now use Remote Config rollouts to gradually and safely launch new features and monitor success using Crashlytics and Google Analytics. Rollouts are now available in the Firebase console and are supported in the Firebase Android BoM v32.6.0+ and Firebase Apple SDK v10.24.0+. Learn more at Remote Config rollouts.
Test Lab
- The following devices have been removed:
- ipad5: 15.4
- ipadmini4: 15.4
- iphone13pro: 15.2
Firebase CLI (v13.7.3)
- The latest Firebase CLI (v13.7.3) is now available. This version includes minor internal improvements. To use the Firebase CLI in your development environment, set up or update the CLI.
April 16, 2024
SDK Releases
The Firebase Admin Node.js SDK (v12.1.0) is now available. This release comes with server-side Remote Config support. To install this SDK, see Add the Firebase Admin SDK to your server.
A new release of the Firebase Flutter SDK is available.
This release includes the following:
- Adds support for local-only Cloud Firestore listeners.
April 11, 2024
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, Crashlytics, Crashlytics NDK, and In-App Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.8.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v10.11.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v13.7.2)
- The latest Firebase CLI (v13.7.2) is now available. This version includes fixes for Cloud Firestore and Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
April 10, 2024
SDK Releases
- The Firebase Admin Go SDK (v4.14.0) is now available. The Admin SDK for Go now requires Go 1.20 or higher. This release also comes with improvements in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
Test Lab
- Xcode 15.3 is now available. If you have not already done so, please migrate to Xcode 15.3.
April 09, 2024
SDK Releases
The Firebase SDK for Cloud Functions (Node.js v4.9.0 and Python v0.3.0) introduces authentication context for 2nd gen Cloud Firestore triggers on Node.js and Python. See Access user authentication information for detail on new event types. Users migrating from triggers without authentication context can change the trigger type of affected functions to prevent data loss.
The Firebase Apple SDK (v10.24.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Test Lab
- The following devices have been removed:
- hammerhead: 23
- dreamlte: 28
April 08, 2024
Firebase console
- Gemini in Firebase is now in public preview. Gemini in Firebase is an AI-powered collaborative assistant that accelerates Firebase app development by answering questions about Firebase, generating and troubleshooting code, interpreting errors and suggesting mitigations, and more. Learn more at Introduction to Gemini in Firebase.
April 5, 2024
Cloud Firestore
- You can now use the Firebase console to create and delete named databases in your projects that support multiple databases. See our guide on managing multiple databases.
Firebase CLI (v13.7.1)
- The latest Firebase CLI (v13.7.1) is now available. This version fixes an issue with runtime detection in the functions emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
April 04, 2024
SDK Releases
- The Firebase Admin .NET SDK (v2.4.1) is now available. This release comes with changes in the Cloud Messaging API and deprecates support for .NET Framework 4.6.1. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v13.7.0)
- The latest Firebase CLI (v13.7.0) is now available. This version support for 2nd gen Cloud Firestore triggered functions with Authentication context. To use the Firebase CLI in your development environment, set up or update the CLI.
April 02, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release includes the following:
- Adds support for Cloud Firestore queries with range and inequality filters on multiple fields.
Firebase CLI (v13.6.1)
- The latest Firebase CLI (v13.6.1) is now available. This version includes bug fixes for Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
March 29, 2024
SDK Releases
- The Firebase SDK for Unity (v11.8.1) is now available. This release includes a bug fix in Cloud Firestore.
March 28, 2024
SDK Releases
The Firebase Apple SDK (v10.23.1) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. This release is available via CocoaPods and Swift Package Manager only.
The Firebase JavaScript SDK (v10.10.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 27, 2024
Cloud Firestore
- Cloud Firestore now supports using range and inequality filters on multiple fields in a single query. For more information, see Query with range and inequality filters on multiple fields.
Cloud Firestore
Query Explain allows you to submit Cloud Firestore queries and receive detailed query plan, billing and performance statistics on backend query execution in return. It helps you understand how your queries are executed, showing you inefficiencies.
It functions like the
EXPLAIN [ANALYZE]
operation in many relational database systems.For more information, see the guide for Query Explain.
March 26, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release includes the following:
- Adds support for Consent Mode v2 when using Analytics.
- Adds a custom auth domain setter to
FirebaseAuth
. - Migrates the Analytics, App Installations, Realtime Database, Performance Monitoring,
and Remote Config libraries to
dart:js_interop
to enable Wasm as a build target.
Firebase CLI (v13.6.0)
- The latest Firebase CLI (v13.6.0) is now available. This version includes new versions of the Pub/Sub and Cloud Firestore emulators. To use the Firebase CLI in your development environment, set up or update the CLI.
March 21, 2024
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, Crashlytics, Crashlytics NDK, and In-App Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.8.0. Learn how to add SDKs to your app using the Firebase BoM.
March 19, 2024
SDK Releases
- The Firebase Apple SDK (v10.23.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v13.5.2)
- The latest Firebase CLI (v13.5.2) is now available. This version includes fixes for Hosting rewrites. To use the Firebase CLI in your development environment, set up or update the CLI.
March 14, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.9.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v13.5.1)
- The latest Firebase CLI (v13.5.1) is now available. This version includes early support for multiple Cloud Firestore databases in the Emulator UI. To use the Firebase CLI in your development environment, set up or update the CLI.
March 13, 2024
SDK Releases
The Firebase SDK for C++ (v11.9.0) is now available. This release includes changes to Authentication and updated dependencies.
The Firebase SDK for Unity (v11.8.0) is now available. This release includes new features in Authentication, changes to Authentication and Dynamic Links, and other changes.
Firebase CLI (v13.5.0)
- The latest Firebase CLI (v13.5.0) is now available. This version includes fixes for Cloud Functions and the Cloud Firestore emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
March 12, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release migrates the App Check library to
dart:js_interop
to enable Wasm as a build target.
March 11, 2024
SDK Releases
- The Firebase Admin Python SDK (v6.5.0) is now available. This release comes with improvements to the Authentication API and a new API to enqueue functions with Cloud Tasks. To install this SDK, see Add the Firebase Admin SDK to your server.
March 8, 2024
Test Lab
- The following devices have been deprecated and will be removed on 2024-04-07: ipad5/15.4, Iphone13pro/15.2, ipadmini4/15.4. If you are currently using these devices, please move to a different device.
March 07, 2024
SDK Releases
The Firebase Apple SDK (v10.22.1) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase Android SDKs for Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.7.4. Learn how to add SDKs to your app using the Firebase BoM.
Firebase CLI (v13.4.1)
- The latest Firebase CLI (v13.4.1) is now available. This version includes fixes for Cloud Functions and the Cloud Firestore emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
March 04, 2024
SDK Releases
- The Firebase Apple SDK (v10.22.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
February 28, 2024
SDK Releases
The Firebase JavaScript SDK (v10.8.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Cloud Firestore, Realtime Database, and Remote Config have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.7.3. Learn how to add SDKs to your app using the Firebase BoM.
A new release of the Firebase Flutter SDK is available.
This release migrates the Cloud Functions library to
dart:js_interop
to enable Wasm as a build target.
February 27, 2024
Firebase CLI (v13.4.0)
- The latest Firebase CLI (v13.4.0) is now available. This version adds new commands for managing and restoring from Cloud Firestore backups. To use the Firebase CLI in your development environment, set up or update the CLI.
February 21, 2024
Crashlytics
The Release Monitoring dashboard is now available (beta). This is a single dashboard in the Firebase console that's powered by Crashlytics, and it allows you to monitor the most recent production release of your mobile app. The dashboard updates in near real time and gives you a high-level view of the most important release metrics, including crash-free metrics, version uptake, comparisons to previous releases, and any new issues for the release.
Learn more about the dashboard and the requirements to display data from your latest build in Monitor the stability of your latest app release.
Firebase CLI (v13.3.1)
- The latest Firebase CLI (v13.3.1) is now available. This version includes preview support for Datastore Mode in the Cloud Firestore emulator and bug fixes. To use the Firebase CLI in your development environment, set up or update the CLI.
February 19, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release migrates the Cloud Storage library to
dart:js_interop
to enable Wasm as a build target.
February 14, 2024
Firebase CLI (v13.3.0)
- The latest Firebase CLI (v13.3.0) is now available. This version includes support for Python 3.12 functions and bug fixes. To use the Firebase CLI in your development environment, set up or update the CLI.
February 13, 2024
SDK Releases
- The Firebase SDK for Unity (v11.7.0) is now available. This release includes changes to Analytics, a bug fix in Authentication, and other changes.
February 08, 2024
SDK Releases
The Firebase Android SDKs for A/B Testing, Analytics, App Check, App Distribution, Cloud Firestore, Cloud Messaging, Crashlytics, Crashlytics NDK, Firebase ML, Performance Monitoring, and Remote Config have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.7.2. Learn how to add SDKs to your app using the Firebase BoM.
An updated version of the
google-services
plugin for Android (v4.4.1) is now available. For more information, see the Firebase Android SDK Release Notes.
App Distribution
- App Distribution now provides a smoke testing capability via the Automated tester (beta) feature for Android apps. This beta feature allows you to run tests on your Android apps, using virtual and physical devices, at different API levels. To learn how to run an automated smoke test, see Run an automated test for Android apps.
February 07, 2024
Firebase CLI (v13.2.1)
- The latest Firebase CLI (v13.2.1) is now available. This version fixes issues with App Distribution commands. To use the Firebase CLI in your development environment, set up or update the CLI.
February 06, 2024
SDK Releases
- The Firebase Apple SDK (v10.21.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v13.2.0)
- The latest Firebase CLI (v13.2.0) is now available. This version adds support for email enumeration protection in the Authentication emulator and automated tester (beta) support for App Distribution. To use the Firebase CLI in your development environment, set up or update the CLI.
February 02, 2024
Test Lab
- The following device has been deprecated and will be removed on 2024-03-03: HWCOR/27. If you are currently using this device, please move to a different device.
February 01, 2024
SDK Releases
- The Firebase JavaScript SDK (v10.8.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Crashlytics
We've improved Crashlytics to provide more and better crash-free metrics:
Crashlytics now provides crash-free sessions data. Sessions without crashes indicate overall reliability of an app and build user confidence.
Crash-free users is now more granular when you select to view data for the last 24 hours.
Also, you can now get velocity alerts and crash-free users (as well as the new crash-free sessions!) without the Firebase SDK for Google Analytics; all these features are now powered by Crashlytics-only data.
Get these improvements and features by updating your app to use the latest version of the Crashlytics SDK. Learn more in Understand crash-free metrics.
Note that for Unity, all these improvements and features are available starting February 20, 2024 (with the Unity SDK v11.7.0 release).
January 31, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for Play Games and Game Center sign-in, and migrates the Authentication, Cloud Firestore, and FCM libraries to
dart:js_interop
to enable Wasm as a build target.
January 24, 2024
Firebase CLI (v13.1.0)
- The latest Firebase CLI (v13.1.0) is now available. This version includes bug fixes for web frameworks, Cloud Functions, and the Authentication emulator. To use the Firebase CLI in your development environment, set up or update the CLI.
Test Lab
The following devices have been deprecated and will be removed at a later date:
NexusLowRes/23
Nexus4/21
,Nexus4/22
Nexus5/21
,Nexus5/22
,Nexus5/23
,Nexus5X/23
Nexus6/21
,Nexus6/22
,Nexus6/23
,Nexus6P/23
Nexus7/21
,Nexus7/22
,Nexus7_clone_16_9/23
Nexus9/21
,Nexus9/22
,Nexus9/23
,Nexus10/21
,Nexus10/22
If you are currently using these devices, please
consider moving to an Arm virtual device (i.e. MediumPhone.arm
).
January 23, 2024
SDK Releases
The Firebase SDK for C++ (v11.8.0) is now available. This release includes a bug fix in FCM on Android, deprecation of Dynamic Links, and dependency updates.
The Firebase Admin Python SDK (v6.4.0) is now available. This release comes with improvements and fixes in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
January 18, 2024
SDK Releases
The Firebase Android SDKs for Authentication, Cloud Firestore, Crashlytics, Crashlytics NDK, and Firebase ML have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.7.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v10.7.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 17, 2024
Crashlytics
- Crashlytics now shows a chart within each row of the issue list to help you understand how issues are trending over time.
January 16, 2024
SDK Releases
- The Firebase Apple SDK (v10.20.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
January 11, 2024
Test Lab
- The following Xcodes have been removed: Xcode 14.2 and Xcode 14.3. If you have not already done so, please migrate to Xcode 15.0.
January 07, 2024
Firebase CLI (v13.0.3)
- The latest Firebase CLI (v13.0.3) is now available. This version includes bug fixes for Cloud Functions. To use the Firebase CLI in your development environment, set up or update the CLI.
January 04, 2024
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for
sum
andaverage
aggregated queries in Cloud Firestore, and on-device conversion measurement using Analytics.The Firebase SDK for C++ (v11.7.0) is now available. This release includes changes to Analytics and Google Mobile Ads, a bug fix in Authentication, and other changes.
The Firebase SDK for Cloud Functions (v4.6.0) includes updated peer dependencies for
firebase-admin
12.0.0 and the addition of trace context for callable functions. Trace context provides easier logging and debugging, fixing issue (#1487).
Test Lab
- The following device has been deprecated and will be removed on 2024-02-05: hammerhead/23. If you are currently using this device, please move to a different device.
December 17, 2023
Firebase CLI (v13.0.2)
- The latest Firebase CLI (v13.0.2) is now available. This version includes bug fixes for web frameworks. To use the Firebase CLI in your development environment, set up or update the CLI.
December 15, 2023
Cloud Firestore
- In the Firebase console, the Query Builder for Cloud Firestore now supports
assembly and execution of
sum()
andavg()
queries. Having all supported aggregations in the console expands your ability to perform useful ad hoc queries.
December 13, 2023
SDK Releases
- The Firebase Apple SDK (v10.19.1) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. This version is available via Swift Package Manager only.
December 07, 2023
SDK Releases
The Firebase Android SDKs for Cloud Firestore and Cloud Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.7.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Node.js SDK (v12.0.0) is now available. This release deprecates support for Node.js 14 and comes with improvements in Cloud Firestore. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v13.0.1)
- The latest Firebase CLI (v13.0.1) is now available. This version includes bug fixes for web frameworks and Cloud Functions To use the Firebase CLI in your development environment, set up or update the CLI.
December 06, 2023
Firebase CLI (v13.0.0)
- The latest Firebase CLI (v13.0.0) is now available. This version adds support for Node 20, drops support for Node 16, and includes improvements for Cloud Storage deployments, web frameworks, and more. To use the Firebase CLI in your development environment, set up or update the CLI.
December 05, 2023
SDK Releases
The Firebase Apple SDK (v10.19.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase Admin Python SDK (v6.3.0) is now available. This release deprecates support for Python 3.7 and comes with improvements in the Authentication API along with a fix in the App Check API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v10.7.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 28, 2023
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for custom Authentication domains.
November 27, 2023
SDK Releases
- The Firebase JavaScript SDK (v10.7.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 23, 2023
SDK Releases
The Firebase Admin Go SDK (v4.13.0) is now available. This release comes with improvements in the Authentication API along with a fix in the Cloud Storage API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Node.js SDK (v11.11.1) is now available. This release includes dependency updates in Cloud Firestore. To install this SDK, see Add the Firebase Admin SDK to your server.
November 16, 2023
SDK Releases
The Firebase Android SDKs for Authentication, Crashlytics, Crashlytics NDK, Performance Monitoring, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.6.0. Learn how to add SDKs to your app using the Firebase BoM.
November 15, 2023
Firebase CLI (v12.9.1)
- The latest Firebase CLI (v12.9.1) is now available. This version fixes an issue with project selection when initializing Hosting. To use the Firebase CLI in your development environment, set up or update the CLI.
November 14, 2023
SDK Releases
The Firebase Apple SDK (v10.18.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
A new release of the Firebase Flutter SDK is available.
This release adds support for custom Analytics parameters and Windows support for Google Sign-in.
Firebase CLI (v12.9.0)
- The latest Firebase CLI (v12.9.0) is now available. This version includes improvements for Hosting deployments and other bug fixes. To use the Firebase CLI in your development environment, set up or update the CLI.
November 09, 2023
SDK Releases
- The Firebase JavaScript SDK (v10.6.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 07, 2023
Cloud Functions for Firebase
- The Cloud Functions for Firebase Python SDK is now released to general availability. This release provides the same set of features and triggers as 2nd gen Node.js. You can find detailed Python guidance throughout the documentation, including the guide to getting started with Cloud Functions for Firebase and the detailed API reference.
October 31, 2023
Firebase CLI (v12.8.0)
- The latest Firebase CLI (v12.8.0) is now available. This version includes cold start improvements for Firestore-triggered functions. To use the Firebase CLI in your development environment, set up or update the CLI.
October 30, 2023
Analytics
- The Analytics SDK now supports in-app purchase logging in Swift apps using the Apple StoreKit 2 API. Review implementation steps in our guide to measuring in-app purchases.
SDK Releases
The Firebase Apple SDK (v10.17.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. The Swift extension SDKs are deprecated in this version of Firebase. See the migration guide for more details.
The Firebase Android SDK for Analytics has 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.5.0. Learn how to add SDKs to your app using the Firebase BoM.
October 26, 2023
SDK Releases
The Firebase JavaScript SDK (v10.5.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for App Check, Cloud Firestore, Cloud Messaging, Crashlytics, and Firebase ML have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.4.1. Learn how to add SDKs to your app using the Firebase BoM.
October 24, 2023
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds Windows support for Cloud Storage.
October 23, 2023
Remote Config
A/B Testing experiments no longer depend on Google Optimize. They now use frequentist inference to calculate the statistical significance of a variant's "lift" based on the frequency of observed results. Experiment results are calculated daily.
This change affects all newly-started experiments; existing running and completed experiments that depend on Google Optimize will continue to show Bayesian-based results. Learn more at About Firebase A/B Tests.
October 19, 2023
SDK Releases
The Firebase SDK for Unity (v11.6.0) is now available. This release includes a bug fix in App Check and other changes.
A new release of the Firebase Flutter SDK is available.
This release adds Windows support for Cloud Firestore filters.
October 18, 2023
SDK Releases
The Firebase Android SDKs for Analytics, App Check, App Distribution, Authentication, Cloud Firestore, Cloud Functions, Cloud Messaging, Cloud Storage, Crashlytics, Crashlytics NDK, Dynamic Links, In-App Messaging, Installations, Firebase ML, Performance Monitoring, Realtime Database, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.4.0. Learn how to add SDKs to your app using the Firebase BoM.
October 17, 2023
Test Lab
- Test Lab now gives you access to faster Test Lab emulators that run on faster Arm hosts. These new emulators are estimated to perform most tasks three to six times faster, and they support GPU-heavy tasks in hardware, like user interface rendering, up to 100 times faster. To learn more, see Start testing with Android Virtual Devices.
SDK Releases
The Firebase SDK for C++ (v11.6.0) is now available. This release includes the User Messaging Platform SDK and support for OR queries in Cloud Firestore.
A new release of the Firebase Flutter SDK is available.
This release adds support for developing Flutter apps on Windows that use Cloud Firestore and Authentication, and now uses Android Gradle Plugin 8.
October 12, 2023
- The Firebase JavaScript SDK (v10.5.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Test Lab
- Test Lab has added the Google Pixel 8 and Pixel 8 Pro to the Test Lab device catalog! To test your apps on these new devices, go to the Test Lab page on the Firebase console and select the Google Pixel 8 or the Pixel 8 Pro. To learn more, see Available devices in Test Lab.
October 11, 2023
Firebase CLI (v12.7.0)
- The latest Firebase CLI (v12.7.0) is now available. This version adds support for setting point-in-time recovery (PITR) on Cloud Firestore databases. To use the Firebase CLI in your development environment, see Set up or update the CLI.
October 04, 2023
Firebase CLI (v12.6.2)
- The latest Firebase CLI (v12.6.2) is now available. This version includes bug fixes for Cloud Functions deployments. To use the Firebase CLI in your development environment, see Set up or update the CLI.
October 03, 2023
SDK Releases
- The Firebase Apple SDK (v10.16.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
October 01, 2023
Firebase project management
Firebase now offers more support for Terraform, including the following:
Install and update Firebase Extensions (see a sample
.tf
config file for Extensions).For Authentication, configure blocking functions and authorized domains (see a sample
.tf
config file for Authentication).
September 28, 2023
SDK Releases
- The Firebase Admin Node.js SDK (v11.11.0) is now available. This release comes with improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
September 27, 2023
Firebase CLI (v12.6.1)
- The latest Firebase CLI (v12.6.1) is now available. This version includes bug fixes for Cloud Functions deployments. To use the Firebase CLI in your development environment, see Set up or update the CLI.
September 26, 2023
Firebase CLI (v12.6.0)
- The latest Firebase CLI (v12.6.0) is now available. This version includes performance and reliability improvements for Cloud Functions deployments. To use the Firebase CLI in your development environment, see Set up or update the CLI.
September 25, 2023
Test Lab
- The following devices have been removed:
- iphone11pro/16.5
- iphone14pro/16.5
- iphone8/16.5
SDK Releases
- The Firebase Admin Go SDK (v4.12.1) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
September 21, 2023
SDK Releases
- The Firebase SDK for Unity (v11.5.0) is now available. This release includes new features in Analytics as well as miscellaneous changes and fixes.
September 19, 2023
SDK Releases
The Firebase SDK for C++ (v11.5.0) is now available. This release includes Authentication Emulator support, a new feature in Analytics on iOS, and other changes and fixes.
A new release of the Firebase Flutter SDK is available.
This release adds the following:
- Support for reCAPTCHA Enterprise as an App Check provider.
Breaking change:
initializeAppCheck()
now requires you to specify the attestation provider you want to use.A
getSessionId()
method for Analytics on Android and Apple platforms.Windows support for Authentication.
September 15, 2023
SDK Releases
The Firebase Android SDKs for Authentication, Crashlytics, Crashlytics NDK, Cloud Firestore, and In-App Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.3.1. Learn how to add SDKs to your app using the Firebase BoM.
September 14, 2023
SDK Releases
The Firebase Android SDKs for Crashlytics, Crashlytics NDK, Cloud Firestore, and In-App Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.3.0. Learn how to add SDKs to your app using the Firebase BoM.
An updated version of the
google-services
plugin for Android (v4.4.0) is now available. For more information, see the Firebase Android SDK Release Notes.The Firebase JavaScript SDK (v10.4.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 12, 2023
SDK Releases
- The Firebase Apple SDK (v10.15.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v12.5.4)
- The latest Firebase CLI (v12.5.4) is now available. This version includes bug fixes for the Cloud Firestore emulator. To use the Firebase CLI in your development environment, see Set up or update the CLI.
September 08, 2023
Hosting
- The user flow for adding and setting up a custom domain and managing preview channels have been improved. To learn more, see Connect a custom domain.
Firebase CLI (v12.5.3)
- The latest Firebase CLI (v12.5.3) is now available. This version includes bug fixes for Extensions deploys and fixes issues when installing the CLI from firebase.tools. To use the Firebase CLI in your development environment, see Set up or update the CLI.
August 31, 2023
- The Firebase JavaScript SDK (v10.3.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 30, 2023
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for TOTP as a second factor when using Firebase Authentication with Identity Platform.
August 28, 2023
Test Lab
- The following device has been deprecated and will be removed on 2023-9-25: iphone14pro/16.5. If you currently use this device, please move to iphone14pro/16.6.
Remote Config
- You can now delete Remote Config templates directly from Firebase console. For more information, see Remote Config Templates and Versioning.
Test Lab
- Test Lab now indicates devices that have reported higher rates of inconclusive test results for prolonged period with the Reduced Stability label in the Firebase console and the Google Cloud CLI. This indicator can help you choose which test devices are right for your testing use case.
August 24, 2023
Firebase CLI (v12.5.2)
- The latest Firebase CLI (v12.5.2) is now available. This version fixes a issue that caused functions to behave unexpectedly. To use the Firebase CLI in your development environment, see Set up or update the CLI.
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Crashlytics, Crashlytics NDK, and Performance Monitoring 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.2.3. Learn how to add SDKs to your app using the Firebase BoM.
August 23, 2023
Firebase CLI (v12.5.1)
- The latest Firebase CLI (v12.5.1) is now available. This version fixes a bug where mixed deploys of 1st and 2nd gen functions would fail. To use the Firebase CLI in your development environment, see Set up or update the CLI.
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for multiple Realtime Database instances and a
revokeTokenWithAuthorizationCode()
method for revoking Apple sign-in tokens.
August 22, 2023
SDK Releases
The Firebase Apple SDK (v10.14.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase JavaScript SDK (v10.3.0) is now available. This release fixes a regression in v10.0.0, and applying this release may cause breaking changes for some users. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v12.5.0)
- The latest Firebase CLI (v12.5.0) is now available. This version includes reliability improvements for Cloud Functions deploys and bug fixes for the Extensions emulator and web frameworks. To use the Firebase CLI in your development environment, see Set up or update the CLI.
August 17, 2023
Crashlytics
- For ANRs, when we see that the stack trace follows a common pattern, we display an insight to help you debug the issue faster. No action is required to activate this feature.
Test Lab
- The following devices have been deprecated and will be removed on 2023-9-14: iphone11pro/16.5 and iphone8/16.5. If you currently use these devices, please move to these devives: iphone11pro/16.6 and iphone8/16.6.
SDK Releases
The Firebase SDK for Unity (v11.4.0) is now available. This release includes a bug fix in Authentication and other changes.### SDK Releases
The Firebase JavaScript SDK (v10.2.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 16, 2023
Crashlytics
- Crashlytics now supports symbolicating Flutter applications on
Apple platforms which are built with the
and--split-debug-info
flags. This is in addition to the existing support for Flutter apps on Android. Learn more about this feature for Apple platforms and for Android.--obfuscate
Test Lab
- Test Lab now offers Robo tests for iOS+ (Beta). To learn how to run these tests, see Run a Robo test.
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for limited-use App Check tokens when using callable Cloud Functions and adds support for
Set
objects to the Cloud Firestore ODM query generator.
August 15, 2023
Firebase CLI (v12.4.8)
- The latest Firebase CLI (v12.4.8) is now available. This version includes bug fixes for Cloud Functions and web frameworks. To use the Firebase CLI in your development environment, see Set up or update the CLI.
August 10, 2023
Remote Config
- Remote Config improved capabilities related to deleting personalizations.
August 09, 2023
SDK Releases
- The Firebase SDK for C++ (v11.4.0) is now available. This release includes new features in Cloud Firestore, a bug fix in Google Mobile Ads, and other changes.
August 03, 2023
SDK Releases
The Firebase Android SDKs for App Distribution, Authentication, Cloud Messaging, In-App Messaging, Installations, and Firebase ML 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.2.2. Learn how to add SDKs to your app using the Firebase BoM.
August 02, 2023
Firebase CLI (v12.4.7)
- The latest Firebase CLI (v12.4.7) is now available. This version includes bug fixes for Cloud Functions secrets and Extensions updates. To use the Firebase CLI in your development environment, see Set up or update the CLI.
August 01, 2023
SDK Releases
- The Firebase Apple SDK (v10.13.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
July 26, 2023
Test Lab
- The iOS 16.3 API has been removed. If you are using devices on the older API, update to the newer API version (16.5). To learn more, see Deprecated devices and versions.
July 25, 2023
Firebase CLI (v12.4.6)
- The latest Firebase CLI (v12.4.6) is now available. This version includes bug fixes for extensions and web frameworks. To use the Firebase CLI in your development environment, see Set up or update the CLI.
July 20, 2023
SDK Releases
The Firebase JavaScript SDK (v10.1.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase SDK for Unity (v11.3.0) is now available. This release includes bug fixes in Authentication and Remote Config, as well as other changes and fixes.
July 19, 2023
Firebase CLI (v12.4.5)
- The latest
Firebase CLI (v12.4.5)
is now available.
This version includes bug fixes for
functions:set:secret
, deploys of Cloud Firestore rules, and web frameworks. To use the Firebase CLI in your development environment, see Set up or update the CLI.
July 18, 2023
SDK Releases
- The Firebase SDK for C++ (v11.3.0) is now available. This release includes bug fixes in Authentication and Remote Config, and other changes and fixes.
July 14, 2023
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds an API to access Firebase objects from C++, and introduces several new Cloud Storage widgets to Firebase UI.
July 13, 2023
SDK Releases
The Firebase Android SDKs for App Distribution, Authentication, Cloud Firestore, Cloud Messaging, Crashlytics, Performance Monitoring, and Remote Config 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.2.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Node.js SDK (v11.10.1) is now available. This release addresses an issue in
v11.10.0
that caused an incompatibility in Realtime Database types. To install this SDK, see Add the Firebase Admin SDK to your server.
July 12, 2023
SDK Releases
The Firebase Admin Node.js SDK (v11.10.0) is now available. This release comes with improvements in the Cloud Storage, Cloud Firestore, Cloud Functions APIs along with fixes in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Go SDK (v4.12.0) is now available. This release comes with changes in the Cloud Messaging APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin .NET SDK (v2.4.0) is now available. This release comes with changes in the Cloud Messaging APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase CLI (v12.4.4)
- The latest
Firebase CLI (v12.4.4)
is now available.
This version includes bug fixes for
database:list
and the Cloud Functions emulator. To use the Firebase CLI in your development environment, see Set up or update the CLI.
July 11, 2023
SDK Releases
- The Firebase Apple SDK (v10.12.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
July 06, 2023
SDK Releases
- The Firebase JavaScript SDK (v10.0.0) is now available. This release contains some breaking changes. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI (v12.4.3)
- The latest Firebase CLI (v12.4.3) is now available. This version includes preview support for emulating multiple Cloud Firestore database instances. To use the Firebase CLI in your development environment, see Set up or update the CLI.
June 28, 2023
Firebase CLI (v12.4.2)
- The latest Firebase CLI (v12.4.2) is now available. This version includes bug fixes for Cloud Functions and Extensions. To use the Firebase CLI in your development environment, see Set up or update the CLI.
June 27, 2023
Test Lab
- Test Lab now supports the new Google Pixel Fold. You can run your tests on your standalone physical devices. To learn more about Test Lab devices, see Test on available devices.
Firebase CLI (v12.4.1)
- The latest Firebase CLI (v12.4.1) is now available. This version includes Cloud Firestore emulator v1.18.1 and other bug fixes. To use the Firebase CLI in your development environment, see Set up or update the CLI.
June 26, 2023
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds support for replay protection (limited-use tokens) to App Check and includes a new Firebase UI
StorageImage
widget.
June 23, 2023
SDK Releases
- The Firebase SDK for Unity (v11.2.0) is now available. This release includes bug fixes in Remote Config and other changes.
June 22, 2023
SDK Releases
The Firebase Admin Python SDK (v6.2.0) is now available. This release comes with changes in the FCM APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Java SDK (v9.2.0) is now available. This release comes with changes in the FCM and Cloud Firestore APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.23.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 21, 2023
SDK Releases
- The Firebase SDK for C++ (v11.2.0) is now available. This release includes changes to Google Mobile Ads, bug fixes in App Check and Remote Config, and other changes.
June 20, 2023
Test Lab
- Test Lab now supports the new Google Pixel Tablet. You can run your tests on your standalone physical devices. To learn more about Test Lab devices, see Test on available devices.
June 16, 2023
Crashlytics
You can now filter Android app events by device category. Use the device filter in the Crashlytics dashboard to see the events from TVs, phones, watches, tablets, or Chromebooks.
June 15, 2023
SDK Releases
The Firebase Android SDKs for Cloud Storage and Performance Monitoring 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.1.1. Learn how to add SDKs to your app using the Firebase BoM.
Firebase CLI (v12.4.0)
- The latest Firebase CLI (v12.4.0) is now available. This version adds new commands to manage Firebase App Distribution groups. To use the Firebase CLI in your development environment, see Set up or update the CLI
June 13, 2023
SDK Releases
- The Firebase Apple SDK (v10.11.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
June 08, 2023
SDK Releases
- The Firebase JavaScript SDK (v9.22.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 06, 2023
Firebase CLI (v12.3.1)
- The latest Firebase CLI (v12.3.1) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
June 01, 2023
SDK Releases
- The Firebase SDK for Unity (v11.1.0) is now available. This release includes changes to Authentication; bug fixes in Authentication, Realtime Database, Cloud Firestore, and Cloud Storage; and other changes and fixes.
Firebase CLI (v12.3.0)
- The latest Firebase CLI (v12.3.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 31, 2023
SDK Releases
- The Firebase SDK for C++ (v11.1.0) is now available. This release includes new features in Cloud Firestore; changes to Google Mobile Ads; bug fixes in Realtime Database, Cloud Firestore, and Cloud Storage; and other changes and fixes.
May 30, 2023
SDK Releases
The Firebase Admin Node.js SDK (v11.9.0) is now available. This release comes with improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
A new release of the Firebase Flutter SDK is available.
This release adds debug logging for Cloud Firestore.
May 25, 2023
SDK Releases
The Firebase JavaScript SDK (v9.22.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Analytics, App Check, Cloud Firestore, Cloud Functions, and Realtime Database have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.1.0. Learn how to add SDKs to your app using the Firebase BoM.
May 24, 2023
Firebase CLI (v12.2.1)
- The latest Firebase CLI (v12.2.1) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 23, 2023
SDK Releases
- The Firebase Apple SDK (v10.10.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v12.2.0)
- The latest Firebase CLI (v12.2.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 19, 2023
Firebase CLI (v12.1.0)
- The latest Firebase CLI (v12.1.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 18, 2023
Test Lab
- Test Lab now supports Google Pixel Watch. You can run tests on your standalone Wear app on Google Pixel Watches. To learn more about Test Lab devices, see Test on available devices.
May 16, 2023
Firebase CLI (v12.0.1)
- The latest Firebase CLI (v12.0.1) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 12, 2023
SDK Releases
- The Firebase JavaScript SDK (v9.22.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 11, 2023
SDK Releases
A new release of the Firebase Flutter SDK is available.
This release adds Flutter 3.10 compatibility and a
TaskProgressIndicator
Firebase UI widget for Storage.
May 10, 2023
Remote Config
- Real-time Remote Config is now available for C++, Unity, and Flutter, in addition to existing support for Android and Apple platforms. See Understand real-time Remote Config.
Cloud Functions for Firebase
Cloud Functions for Firebase (2nd gen) is now released to general availability with support for the enhanced 2nd gen feature set, including concurrency, Eventarc integration, and new background trigger types. See the version comparison and the upgrade guide for more information.
The public preview of the Cloud Functions for Firebase Python SDK is now open. This release provides preview-level support for the same set of features and triggers as 2nd gen Node.js. You can find detailed Python guidance throughout the documentation, including the guide to getting started with Cloud Functions for Firebase and the detailed API reference.
Hosting
With the new
pinTag
feature, you can now ensure that each function for generating your site's dynamic content is kept in sync with your static Hosting resources and Hosting config. Also, you can now preview your rewrites to functions on Hosting preview channels.The
pinTag
feature is available for Cloud Functions for Firebase (2nd gen). If you usepinTag
within a rewrite to a function, then the "pinned" function will be deployed along with your static Hosting resources and configuration, even when running
. If you roll back a version of your site, the "pinned" function is also rolled back.firebase deploy --only hosting You can also use the
pinTag
feature with Hosting rewrites to Cloud Run.
Firebase Extensions
- You can now build your own extensions and publish them on Extensions Hub (extensions.dev). Take a look at the extension publisher docs to get started.
Crashlytics
If you use App Quality Insights in Android Studio, you can now navigate from a Crashlytics stack trace to the relevant code—specifically, the version of the code in which the crash happened. Learn more about this version control system (VCS) integration in the Android Studio documentation.
To use the new VCS integration, you'll need the following:
- Android Studio Hedgehog Canary 3
- Android Gradle plugin (AGP) 8.2.0-alpha03+
- Firebase Crashlytics SDK v18.3.7+ (or the Firebase BoM v32.0.0+)
- In your
gradle.properties
file, theandroid.enableVcsInfo
flag set totrue
May 09, 2023
SDK Releases
The Firebase SDK for Unity (v11.0.0) is now available. This release includes support for App Check, Remote Config real-time updates, new features in Cloud Firestore, breaking deprecations in Authentication, and other changes.
The Firebase SDK for C++ (v11.0.1) is now available. This release includes a bug fix in Authentication.
Firebase CLI (v12.0.0)
- The latest Firebase CLI (v12.0.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 04, 2023
SDK Releases
The Firebase SDK for C++ (v11.0.0) is now available. This release updates the minimum supported C++ standard to C++14 and includes support for App Check and real-time config updates in Remote Config, new features in Cloud Firestore, breaking changes caused by deprecations in Authentication, removal of the deprecated AdMob SDK, and other changes.
The Firebase Admin Node.js SDK (v11.8.0) is now available. This release comes with new improvements in the Firebase App Check API. To install this SDK, see Add the Firebase Admin SDK to your server.
A new release of the Firebase Flutter SDK is available.
This release adds an upload button widget for Storage to Firebase UI.
May 03, 2023
Firebase CLI (v11.30.0)
- The latest Firebase CLI (v11.30.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
May 01, 2023
SDK Releases
The Firebase Android SDKs for App Check, Authentication, Cloud Firestore, Cloud Functions, Cloud Storage, Crashlytics, Crashlytics NDK, In-App Messaging, Performance Monitoring, Realtime Database, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v32.0.0. Learn how to add SDKs to your app using the Firebase BoM.
April 27, 2023
SDK Releases
- The Firebase JavaScript SDK (v9.21.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 26, 2023
Firebase CLI (v11.29.1)
- The latest Firebase CLI (v11.29.1) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
April 25, 2023
Crashlytics
- We've further improved the way Crashlytics groups events to help you quickly identify the root cause! We're introducing variants within issues – each variant is a sub-group of events in an issue that have the same failure point and a similar stack trace. With variants, you can debug the most common stack traces within an issue and determine if different root causes are leading to the failure. To learn more, check out our blog post about all our recent improvements for event-grouping.
SDK Releases
- The Firebase Apple SDK (v10.9.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v11.29.0)
- The latest Firebase CLI (v11.29.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
April 21, 2023
Realtime Database
- Realtime Database requires that the
firebasedatabase.googleapis.com
service (Firebase Realtime Database API) be enabled for provisioning new databases. The Realtime Database setup flow in the Firebase console has been updated to prompt for explicit permission to enable the API in certain use cases.
April 18, 2023
SDK Releases
The Firebase JavaScript SDK (v9.20.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v11.7.0) is now available. This release comes with new improvements in the Authentication API and changes in the FCM APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
A new release of the Firebase Flutter SDK is available.
This release adds support for Windows apps and upgrades to Dart 3-compatible dependencies.
Firebase CLI (v11.28.0)
- The latest Firebase CLI (v11.28.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
April 13, 2023
SDK Releases
The Firebase Apple SDK (v10.8.1) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app. This release is available via Swift Package Manager only.
The Firebase Android SDKs for Analytics, App Distribution, Authentication, Cloud Firestore, and Realtime Database 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.5.0. Learn how to add SDKs to your app using the Firebase BoM.
Firebase CLI (v11.27.0)
- The latest Firebase CLI (v11.27.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
April 12, 2023
Crashlytics
- Crashlytics has improved stack trace symbolication for Swift
apps. We now more accurately convert
<compiler-generated>
Swift frames to a file and line number so that it’s easier to understand stack traces and debug issues.
April 11, 2023
SDK Releases
- The Firebase Apple SDK (v10.8.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
Firebase CLI (v11.26.0)
- The latest Firebase CLI (v11.26.0) is now available. To use the Firebase CLI in your development environment, see Set up or update the CLI.
April 07, 2023
Crashlytics
- Crashlytics has improved the quality of IL2CPP stack traces. In addition, we enhanced stack trace accuracy by no longer creating synthetic filenames; instead, we now include the class name as part of the symbol.
April 06, 2023
SDK Releases
The Firebase Admin Go SDK (v4.11.0) is now available. This release adds support for
TOTP
as a multifactor option in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.The Firebase Admin Node.js SDK (v11.6.0) is now available. This release adds support for
TOTP
as a multifactor option in the Authentication API and deprecates the legacy FCM APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
April 05, 2023
Crashlytics
For Android apps, Crashlytics can now help you debug crashes caused by native memory errors by collecting GWP-ASan reports. These memory-related errors can be associated with memory corruption within your app, which is the leading cause of app security vulnerabilities.
You can view this data in a new "Memory stack traces" tab when you click into an issue's details in the Crashlytics dashboard.
You can also use the new "GWP-ASan report" signal and filter to quickly view all issues with this data.
To take advantage of these new features, make sure your app has GWP-ASan explicitly enabled and uses the latest Crashlytics SDK for NDK (v18.3.6+ or Firebase BoM v31.3.0+).
March 31, 2023
SDK Releases
- The Firebase JavaScript SDK (v9.19.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 30, 2023
SDK Releases
The Firebase JavaScript SDK (v9.19.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase SDK for Unity (v10.7.0) is now available. This release includes changes to FCM and other changes.
A new releases of the Firebase Flutter SDK is available.
This release adds the
Filter
class and support for theOR
query to Cloud Firestore, support for gen2 Cloud Functions, anonConfigUpdated
listener to Remote Config, and other enhancements and fixes.The
ChangeNotifier
mixin has been removed in this release, which might be a breaking change for Remote Config users.
Crashlytics
For Android apps built with Unity and using IL2CPP, Crashlytics can now help you debug crashes caused by native memory errors by collecting GWP-ASan reports. These memory-related errors can be associated with memory corruption within your app, which is the leading cause of app security vulnerabilities.
You can view this data in a new "Memory stack traces" tab when you click into an issue's details in the Crashlytics dashboard.
You can also use the new "GWP-ASan report" signal and filter to quickly view all issues with this data.
To take advantage of these new features, make sure your app uses the latest Crashlytics SDK for Unity (v10.7.0+) and has GWP-ASan explicitly enabled (requires you to modify your Android App Manifest).
March 28, 2023
SDK Releases
The Firebase Android SDKs for Authentication have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.4.0. Learn how to add SDKs to your app using the Firebase BoM.
App Distribution
- Tester search is now available in App Distribution. You can now search for testers in your Firebase project by name or email address. You can also add testers from the search results. To learn more, see Add, remove, and search for testers in App Distribution.
SDK Releases
- The Firebase SDK for C++ (v10.7.0) is now available. This release includes new features and miscellaneous changes.
March 24, 2023
Remote Config
- You can now use real-time Remote Config within your app to
automatically fetch new Remote Config versions from the backend as soon
as they're published. To use real-time Remote Config updates, implement
the new APIs in Apple platform SDK v10.7.0+ or Android SDK v21.3.0+
(Firebase BoM v30.3.0+). Note that existing
fetch
andactivate
APIs are not affected. To learn more about real-time updates, see Firebase Remote Config.
SDK Releases
The Firebase Android SDKs for Analytics, App Distribution, Cloud Firestore, Crashlytics, Crashlytics NDK, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.3.0. Learn how to add SDKs to your app using the Firebase BoM.
March 23, 2023
Test Lab
On Android tests, the following output files have been renamed as follows:
- ANR traces files have been renamed in the output bucket to
traces_{count}_{package_name}.txt
. - Tombstones files have been renamed in the output bucket to
tombstones_{count}_{package_name}.txt
.
To learn more, see Detailed test results.
- ANR traces files have been renamed in the output bucket to
March 22, 2023
Test Lab
- To better support your testing needs, Test Lab has updated the iOS default device to iphone13pro 15.7. To learn more about our devices, see Available devices in Test Lab. Want to request a new device? See Requesting a device in Firebase Test Lab.
March 21, 2023
SDK Releases
- The Firebase Apple SDK (v10.7.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
March 16, 2023
SDK Releases
- The Firebase JavaScript SDK (v9.18.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 13, 2023
Firebase project management
Firebase is beginning to support Terraform. If you're on a team that wants to automate and standardize creating Firebase projects with specific resources provisioned and services enabled, then using Terraform with Firebase can be a good fit for you.
You can programmatically accomplish tasks like:
- Create new Firebase projects, and upgrade them to the Blaze pricing plan.
- Register all the platform variants of your app in the Firebase project.
- Enable Firebase Authentication sign-in providers that you want to use with your app.
- Create Cloud Storage buckets or database instances and deploy their Firebase Security Rules.
To get started, check out our initial release documentation for Firebase + Terraform, which includes a generalized workflow, a comprehensive list of Firebase resources with Terraform support, and even sample config files for common use cases.
March 09, 2023
SDK Releases
- The Firebase SDK for Unity (v10.6.0) is now available. This release includes miscellaneous changes.
March 08, 2023
Crashlytics
Crashlytics now symbolicates more ANR threads that contain native app frames. Specifically, we've improved support for capturing
BuildId
s on Android 11+ devices. To start using this feature, do the following for your app:- Upgrade to the Crashlytics Android SDK v18.3.5+ (Firebase BoM v31.2.2+) and the Crashlytics Gradle plugin v2.9.4+.
- Upload your native symbols.
March 07, 2023
SDK Releases
- The Firebase SDK for C++ (v10.6.0) is now available. This release includes miscellaneous changes.
March 06, 2023
App Distribution
- App Distribution now supports in-app feedback for Android (Beta), a feature that makes it easy for testers to send developers feedback about their apps (including screenshots). In-app feedback streamlines the tester workflow and helps developers get higher quality bug reports. To learn how to implement in-app feedback, see Collect feedback from testers.
March 02, 2023
SDK Releases
The Firebase Android SDKs for App Check, App Distribution, Cloud Firestore, Cloud Messaging, In-App Messaging, and Installations have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.2.3. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.17.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 28, 2023
SDK Releases
- The Firebase Apple SDK (v10.6.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
February 23, 2023
Remote Config
- You can now review the changes you make to Remote Config parameters in the Firebase console before you publish. When you click Publish changes, you'll see a list of all updated conditions, parameters, and groups, as well as their corresponding state change (created, deleted, modified). To learn more about creating and editing parameters from the Firebase console, see Set up a Firebase Remote Config project.
February 16, 2023
SDK Releases
The Firebase SDK for Unity (v10.5.0) is now available. This release includes miscellaneous changes.
A new releases of the Firebase Flutter SDK is available. This release includes Trusted Types support in web apps.
Test Lab
- To help you identify and locate your tests in the Firebase console, Test Lab now lets you assign a custom label to your test matrices using the Firebase console and Google Cloud CLI. To learn how to label your test matrices, see Get started with Firebase Test Lab from the Firebase console for Android and Apple, and Start testing with the gcloud CLI for Android and Apple.
February 15, 2023
SDK Releases
The Firebase Android SDKs for Crashlytics, Crashlytics NDK, and Installations have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.2.2. Learn how to add SDKs to your app using the Firebase BoM.
February 14, 2023
SDK Releases
The Firebase SDK for C++ (v10.5.0) is now available. This release includes miscellaneous changes.
A new release of the Firebase Flutter SDK is now available. This release includes a new Hebrew localization for Firebase UI, adds support for
FieldPath
keys to Cloud Firestore'supdate()
method, and comes with fixes for Cloud Firestore and Authentication.
February 10, 2023
SDK Releases
- The Crashlytics Gradle plugin has 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.
February 09, 2023
SDK Releases
The Firebase Android SDKs for A/B Testing, Cloud Firestore, Crashlytics, Crashlytics NDK, and Installations 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.2.1. Learn how to add SDKs to your app using the Firebase BoM.
February 08, 2023
SDK Releases
- A new release of the Firebase Flutter SDK is now available. This release fixes warnings when using Flutter 3.8 and comes with fixes for Cloud Firestore, Performance Monitoring, and Remote Config.
February 07, 2023
Test Lab
- You can now view Test Lab device capacity information using the Google Cloud CLI. This feature can inform your test decisions by letting you view the number of online devices in the Test Lab catalog. To learn more, see device capacity information for Android and iOS.
SDK Releases
- The Firebase Apple SDK (v10.5.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
February 03, 2023
SDK Releases
- The Firebase JavaScript SDK (v9.17.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 02, 2023
SDK Releases
The Firebase Admin Python SDK (v6.1.0) is now available. This release comes with a new feature in Cloud Firestore and changes in the Firebase ML API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.17.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 31, 2023
Remote Config
- You can now target a range of users when configuring a User in
random percentage condition. From the Firebase console condition
dialog, use the slider to set a range between 0 and 100. When publishing a
Remote Config using the Firebase console or the REST API, you can use
the
between
operator. For more information, see Condition rule types and Conditional expression reference.
January 30, 2023
Test Lab
- To better support your testing needs, Test Lab added iOS 16.2 to our device inventory. To learn more about our devices, see Available devices in Test Lab. Want to request a new device? See Requesting a device in Firebase Test Lab.
January 26, 2023
Crashlytics
- We’ve improved the way Crashlytics groups events into issues and how issues are displayed. This change is rolling out for all new issues. Learn more.
Crashlytics
- Crashlytics for Unity games (using SDK v10.4.0+) now allows you to control whether uncaught exceptions are reported as fatal or not. Reporting them as fatal events means that they'll count in your crash-free user statistics and towards velocity alerts. Visit the customize crash reports documentation to learn how to implement this behavior in your Unity project.
Test Lab
- To ensure that we're in sync with real-world devices, and to help you identify bugs, we updated our x86 Android Virtual Device image for API level 30 to the latest images, which the Android team made available to us. Physical devices and ARM virtual devices are not affected. To learn more, see Virtual device updates.
SDK Releases
- The Firebase SDK for Unity (v10.4.0) is now available. This release includes support for tvOS, new features in Analytics and Crashlytics, as well as miscellaneous changes.
January 24, 2023
SDK Releases
- The Firebase SDK for C++ (v10.4.0) is now available. This release includes new features in Analytics, a fix for macOS sandbox mode, and other changes.
January 23, 2023
Crashlytics
- You can now sort your issues list by either event or user count in the Issues table of the Crashlytics dashboard. This lets you better prioritize issues that are affecting large numbers of your users.
January 19, 2023
SDK Releases
The Firebase Android SDKs for App Check, Cloud Firestore, Cloud Functions, Crashlytics, Crashlytics NDK, In-App Messaging, Firebase ML, Performance Monitoring, and Remote Config have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.2.0. Learn how to add SDKs to your app using the Firebase BoM.
An updated version of the
google-services
plugin for Android (v4.3.15) is now available. For more information, see the Firebase Android SDK Release Notes.A new release of the Firebase Flutter SDK is now available. This release comes with fixes for Crashlytics.
The Firebase Admin Node.js SDK (v11.5.0) is now available. This release adds support for initializing the SDK with service account impersonation and includes bug fixes in the Cloud Firestore API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.16.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
App Distribution
- App Distribution now offers links to new releases from the Firebase CLI, Gradle plugin, and fastlane plugin. These links help you manage binaries and ensure that testers and other developers have the right release. Learn more about using release links in the Firebase CLI (Android, iOS), fastlane (Android, iOS), and Gradle.
January 17, 2023
SDK Releases
- The Firebase Apple SDK (v10.4.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
January 13, 2023
Crashlytics
- Crashlytics data is available in Android Studio! Use the new App Quality Insights (AQI) window to view and debug your top crashes — directly alongside your code. Update to Electric Eel (stable) or Flamingo (beta) to access the latest AQI features. Learn more in the Android Studio documentation.
January 12, 2023
SDK Releases
- A new release of the Firebase Flutter SDK is now available. This release comes with a new Hungarian localization for Firebase UI, along with fixes for Crashlytics, Performance Monitoring, and Firebase UI.
January 11, 2023
Test Lab
- You can now suggest a device to be added to the Test Lab catalog! To learn more, see Requesting a device in Firebase Test Lab, or fill out the form directly.
January 10, 2023
Test Lab
- Test Lab Android Virtual Devices (AVD)s with an
.arm
or (ARM) suffix now support a shard limit of 100 shards. To learn more about using Test Lab ARM devices, see Start testing with Android Virtual Devices.
January 6, 2023
Cloud Firestore
- The Firestore indexes pages in the Google Cloud and Firebase
consoles now show the
__name__
field in each composite index definition. This field is added by default to each index definition and affects the sorting of results. The__name__
field was always part of each index definition but was previously hidden by the console.
December 22, 2022
SDK Releases
- The Firebase Admin Node.js SDK (v11.4.1)
is now available. This release updates the
jsonwebtoken
package tov9.0.0
. To install this SDK, see Add the Firebase Admin SDK to your server.
December 19, 2022
Realtime Database
- You can now monitor your Realtime Database with a full suite of Cloud Audit logs. Track performance and behavior on many Realtime Database access, read and write operations, like connects and disconnects, data reads and listens, operations occurring on disconnects, and more. These logs extend performance testing you can run with the Realtime Database profiler.
December 15, 2022
SDK Releases
- The Firebase Admin Node.js SDK (v11.4.0) is now available. This release comes with a new feature in Cloud Firestore along with other changes and improvements. To install this SDK, see Add the Firebase Admin SDK to your server.
December 13, 2022
SDK Releases
- The Firebase SDK for C++ (v10.3.0) is now available, with updated dependencies.
December 08, 2022
SDK Releases
The Firebase Android SDKs for Cloud Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.1.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.15.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 6, 2022
Remote Config
You can now target users in Remote Config, A/B Testing, and personalization based on the first time they open your app, using the Google Analytics
first_open
event for iOS and Android clients.To learn more, see Target by first open time.
Remote Config now provides a Personalization list view, where you can search, sort, and access detailed personalization results.
For more information, see Understand personalization results.
December 5, 2022
SDK Releases
- The Firebase Apple SDK (v10.3.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
November 30, 2022
SDK Releases
- The Firebase SDK for Unity (v10.2.0) is now available. This release includes miscellaneous changes.
November 29, 2022
SDK Releases
- The Firebase SDK for C++ (v10.2.0) is now available. This release includes a fix to the Linux x86 build, and updates to the SDK's Android and iOS dependencies.
November 17, 2022
SDK Releases
The Firebase Android SDKs for Cloud Functions, Cloud Firestore, and Performance Monitoring have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.1.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Node.js SDK (v11.3.0) is now available. This release comes with a new Extensions API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for Unity (v10.1.1) is now available. This release includes a bug fix in Crashlytics and other changes.
November 15, 2022
SDK Releases
- The Firebase Apple SDK (v10.2.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
November 11, 2022
SDK Releases
The Firebase Android SDKs for Crashlytics and Crashlytics NDK have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.0.3. Learn how to add SDKs to your app using the Firebase BoM.
November 10, 2022
SDK Releases
The Firebase JavaScript SDK (v9.14.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v11.2.1) is now available. This release includes fixes in Cloud Messaging and Cloud Firestore APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Java SDK (v9.1.1) is now available. This release fixes an issue in the Authentication API to correctly set credentials when using the Firebase emulator suite. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Go SDK (v4.10.0) is now available. This release includes emulator support in the Realtime Database API and comes with a new App Check API. To install this SDK, see Add the Firebase Admin SDK to your server.
November 9, 2022
Test Lab
- Test Lab now maintains the Flank open source project. To learn how you can use Flank as a massively parallel Android and iOS test runner for Test Lab, see the Flank GitHub documentation.
November 7, 2022
SDK Releases
- The Firebase SDK for Unity (v10.1.0) is now available. This release includes changes to Cloud Firestore, a bug fix in Crashlytics, and other changes.
November 3, 2022
App Distribution
- App Distribution now provides best practices to help you make your Android and Apple pre-release testing workflows sustainable and repeatable in a CI/CD environment. To learn more, see Best practices for distributing Android apps to QA testers using CI/CD and Best practices for distributing Apple apps to QA testers using CI/CD and fastlane.
November 1, 2022
SDK Releases
- The Firebase SDK for C++ (v10.1.0) is now available. This release includes changes to Cloud Firestore and other changes.
October 27, 2022
SDK Releases
The Firebase Apple SDK (v10.1.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
The Firebase Android SDKs for Firebase ML have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.0.2. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.13.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 20, 2022
SDK Releases
The Firebase Android SDKs for Crashlytics and Crashlytics NDK have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.0.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase SDK for Unity (v10.0.1) is now available. This release includes a bug fix in Crashlytics.
October 17, 2022
SDK Releases
The Firebase Admin Node.js SDK (v11.2.0) is now available. This release includes dependency updates in Cloud Firestore and new features in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v6.0.1) is now available. This release comes with a fix in the App Check API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Java SDK (v9.1.0) is now available. This release updates
libraries-bom
dependency to the latest version. To install this SDK, see Add the Firebase Admin SDK to your server.The Firebase SDK for Unity (v10.0.0) is now available. This release includes changes to Authentication and Remote Config, as well as other changes.
Cloud Firestore
- Cloud Firestore now supports a
count()
aggregation query that allows you to determine the number of documents in a collection. The server calculates the count, and transmits only the result, a single integer, back to your app, saving on both billed document reads and bytes transferred, compared to executing the full query. This feature is available as a developer preview, so the functionality might change in backward-incompatible ways.
Crashlytics
- Crashlytics now supports symbolicating Flutter applications on
Android which are built with the
and--split-debug-info
flags. Learn more about this feature for Android.--obfuscate
October 14, 2022
App Distribution
App Distribution now lets you set up advanced alerting to third-party services using Cloud Functions for Firebase. For example, you can write a function that captures an alert event for the registration of a new Apple device and posts the alert information to a third-party service, like Discord, Slack, or Jira.
To learn more about App Distribution alerts, see Receive alerts, and check out an example of handling an App Distribution alert event.
Crashlytics
Crashlytics now lets you set up customized alerting to third-party services using Cloud Functions for Firebase. For example, you can write a function that captures an alert event for velocity alerts and posts the alert information to a third-party service, like Discord, Slack, or Jira.
In comparison to the console-configured integrations with Slack, Jira, or PagerDuty, with this advanced alerting mechanism you can fully customize the information sent to the third-party service. For example, you can include custom fields, helpful deep-links into the Firebase console, or add company-specific troubleshooting information.
To learn more about advanced alerts, see Set up advanced alerting to third-party services, and check out an example of handling a Crashlytics alert event.
Cloud Firestore
- Cloud Firestore client apps for Apple platforms (SDK version 9.6.0), Android (SDK version 24.1.0), and web (SDK version 9.9.2) can load local query index configurations to speed up offline queries, exactly as server-side indexes do for online queries. This feature is available as a developer preview, so the functionality might change in backward-incompatible ways.
Performance Monitoring
Performance Monitoring now lets you set up alerting to third-party services using Cloud Functions for Firebase. For example, you can write a function that captures an alert event for slow app start time and posts the alert information to a third-party service, like Discord, Slack, or Jira.
To learn more about advanced alerts, see Set up advanced alerting to third-party services, and check out an example of handling a Performance Monitoring alert event.
Cloud Functions for Firebase
The Firebase SDK for Cloud Functions v4.0.0 includes enhancements, new feature support, and deprecations/removals of support for some features. Some of these updates can be considered breaking changes for some apps.
Deprecated
allowInvalidAppCheckToken
option. Instead useenforceAppCheck
.App Check enforcement on callable functions is disabled by default in v4. Requests containing invalid App Check tokens won't be denied unless you explicitly enable App Check enforcement using the new
enforceAppCheck
option. Furthermore, when enforcement is enabled, callable functions will deny all requests without App Check tokens.Dropped support for Node.js versions 8, 10, and 12.
Dropped support for Admin SDK versions 8 and 9. Update with
npm install firebase-admin@latest --save
.Dropped support for Firebase Test SDK for Cloud Functions version 2. Update with
npm install firebase-functions-test@latest --save
.Removed the
functions.handler
namespace.Removed
__trigger
object on function handlers. See PR 1150.The Realtime Database
DataSnapshot
passed to the Realtime Database trigger now matches theDataSnapshot
returned by the Admin SDK, with null values removed. See PR #926.Logs created with the
functions.logger
package in 2nd gen functions are now annotated with each request's trace ID, making it easy to correlate log entries with the incoming request. Trace IDs are especially useful for cases where 2nd gen's concurrency feature permits a function to handle multiple requests at any given time. See Correlate log entries to learn more.functions.logger.error
now always outputs an error object and is included in Google Cloud Error Reporting. See PR #1141.The logging severity of Auth/App Check token validation has changed from
info
todebug
level.Event parameters for 2nd generation functions are now strongly typed, permitting stronger TypeScript types for matched parameters.
Reorganized source code location. This affects only apps that directly import files instead of using the recommend entry points specified in the package exports. See PR 1149.
Reworked the
apps
library and Removedlodash
as a runtime dependency. See PR 1144.This release introduces 2nd-gen beta support for these background triggers:
This release introduces parameterized configuration for environment configuration, providing strongly typed configuration that is available both at runtime and deploy time.
This release introduces mechanisms to help resolve potential conflicting function configuration. See Set runtime options.
October 13, 2022
Test Lab
- Test Lab has added the recently released Google Pixel 7 and Pixel 7 Pro to the Test Lab device catalog! To test your apps on these new devices, go to the Test Lab page on the Firebase console and select the Google Pixel 7 or the Pixel 7 Pro. To learn more, see Available devices in Test Lab.
SDK Releases
- The Firebase SDK for C++ (v10.0.0) is now available. This release includes changes to AdMob, Authentication, and Google Mobile Ads, as well as other changes.
October 12, 2022
SDK Releases
The Firebase Android SDKs for A/B Testing, Analytics, App Check, App Distribution, Authentication, Cloud Firestore, Cloud Functions, Cloud Messaging, Cloud Storage, Crashlytics, Crashlytics NDK, Dynamic Links, In-App Messaging, Installations, Firebase ML, Performance Monitoring, Realtime Database, and Remote Config have been updated. The Performance Monitoring 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.
The Firebase Android BoM (Bill of Materials) has been updated to v31.0.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.12.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 11, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.12.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 10, 2022
SDK Releases
- The Firebase Apple SDK (v10.0.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
October 07, 2022
Firebase Local Emulator Suite
- The Realtime Database, Cloud Firestore, Hosting, Cloud Storage and Authentication emulators are now released to general availability (no longer in beta). The Cloud Functions, Pub/Sub, and Extensions emulators are still beta products, and might be changed in backward-incompatible ways.
October 06, 2022
SDK Releases
The Firebase Admin Node.js SDK (v11.1.0) is now available. This release includes dependency updates in Cloud Firestore and Cloud Storage. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Go SDK (v4.9.0) is now available. The Admin SDK for Go now requires Go 1.17 or higher. This release also includes bug fixes in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v6.0.0) is now available. This release drops support for Python 3.6 and comes with a new App Check API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.11.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 27, 2022
SDK Releases
- The Firebase SDK for Unity (v9.6.0) is now available. This release includes miscellaneous changes.
September 22, 2022
SDK Releases
The Firebase SDK for C++ (v9.6.0) is now available. This release includes changes to Google Mobile Ads and other changes.
The Firebase Admin Python SDK (v5.4.0) is now available. This release deprecates support for Python 3.6 and contains bug fixes in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase Security Rules
- You can now access Firestore documents from Firebase Security Rules for Cloud Storage
to define more complex security rules. The Rules language now supports
two brand new functions,
firestore.get()
andfirestore.exists()
. See the latest Firebase Security Rules Release Notes.
September 21, 2022
Crashlytics
- When your Apple platform app is missing a required dSYM file, you can now be notified via email, Slack, Jira, or PagerDuty. To configure how you receive this alert, visit your project integrations settings in the Firebase console.
September 19, 2022
Test Lab
- You can now view device capacity information on the Test Lab device selection page in the Firebase console. This feature can inform your test decisions by letting you view the inventory level of device types in the Test Lab catalog. To learn more, see device capacity documentation for Android and iOS.
Cloud Storage for Firebase
- We have made an important security improvement to Cloud Storage for Firebase. To enhance security, each project using Cloud Storage for Firebase now must have a unique service account. If your app is experiencing issues or you simply want to learn more, check this FAQ.
September 15, 2022
SDK Releases
The Firebase Android SDKs for Installations, App Check, App Distribution, Crashlytics Gradle plugin, and Cloud Firestore have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.5.0. Learn how to add SDKs to your app using the Firebase BoM.
An updated version of the
google-services
plugin for Android (v4.3.14) is now available. For more information, see the Firebase Android SDK Release Notes.The Firebase JavaScript SDK (v9.10.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 13, 2022
SDK Releases
- The Firebase Apple SDK (v9.6.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
September 12, 2022
SDK Releases
- The Firebase SDK for Unity (v9.5.0) is now available. This release includes a bug fix in Crashlytics and other changes.
September 08, 2022
SDK Releases
- The Firebase SDK for C++ (v9.5.0) is now available. This release includes miscellaneous changes.
September 06, 2022
SDK Releases
The Firebase Android SDKs for App Check have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.4.1. Learn how to add SDKs to your app using the Firebase BoM.
Cloud Functions for Firebase
- "Logs" and "Health" tabs for Cloud Functions for Firebase are no longer available in the Firebase console. To learn how to view logs in the Cloud console, see Viewing logs and Analyzing logs.
September 01, 2022
SDK Releases
The Firebase Android SDKs for A/B Testing, Analytics, App Check, Authentication, Cloud Firestore, Cloud Functions, Cloud Messaging, Cloud Storage, Crashlytics, Crashlytics NDK, Dynamic feature modules support, Dynamic Links, In-App Messaging, Installations, Firebase ML, Performance Monitoring, Realtime Database, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.4.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.9.4) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 25, 2022
SDK Releases
- The Firebase Admin Python SDK (v5.3.0) is now available. This release comes with asynchronous Cloud Firestore APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
August 24, 2022
Remote Config
You can now download and publish Remote Config templates directly from the Firebase console.
Download Remote Config templates to integrate them into your source control and build systems, synchronize parameters and values across multiple projects, and efficiently promote tested configs through each environment in your development workflow.
To learn more, see Download and publish Remote Config templates.
August 23, 2022
SDK Releases
- The Firebase Apple SDK (v9.5.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
August 18, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.9.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 17, 2022
Test Lab
Test Lab now gives you access to faster Test Lab emulators that run on faster hosts. These new emulators are estimated to perform most tasks three to six times faster, and they support GPU-heavy tasks in hardware, like user interface rendering, up to 100 times faster.
Look for the beta release of
SmallPhone.arm
,MediumPhone.arm
, andPixel2.arm
in the Firebase console. To learn more, see Start testing with Android Virtual Devices.
August 10, 2022
SDK Releases
- The Firebase SDK for Unity (v9.4.0) is now available. This release includes miscellaneous changes.
August 9, 2022
SDK Releases
- The Firebase SDK for C++ (v9.4.0) is now available. This release includes changes to Google Mobile Ads and general fixes.
August 8, 2022
SDK Releases
- The Firebase Apple SDK (v9.4.1) is now available. For more details, see the Firebase Apple SDK release notes. This release is available via Swift Package Manager only.
August 05, 2022
SDK Releases
The Firebase Android SDKs for Authentication, Cloud Firestore, and Cloud Messaging have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.3.2. Learn how to add SDKs to your app using the Firebase BoM.
August 04, 2022
Remote Config
Previously, Remote Config personalizations optimized user experience based on the number of times a custom or built-in Google Analytics event triggered (event count). Now, you can choose whether to use event count or, if the parameter value contains data in
int
,double
, orfloat
format, you can optimize for the aggregated sum of the event parameter value you specify.For example, for a custom Analytics event like
spend_virtual_currency
, you can configure a Remote Config personalization that optimizes for the total amount spent instead of the number of times a user spends virtual currency.For more information, see Configure parameter personalization in the Firebase console.
Performance Monitoring
- Performance Monitoring replaced the Top Issues field with Recent alerts in the Performance card on Project home. This is a follow-up to our recent introduction of alerts, which automatically notify you when the thresholds you configured are exceeded. To learn about alerts, see Set up alerts for performance issues.
SDK Releases
- The Firebase JavaScript SDK (v9.9.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 02, 2022
SDK Releases
- The Firebase Apple SDK (v9.4.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
July 28, 2022
SDK Releases
- The Firebase Admin Node.js SDK (v11.0.1) is now available. This release comes with bug fixes and improvements. To install this SDK, see Add the Firebase Admin SDK to your server.
July 26, 2022
SDK Releases
- The Firebase SDK for Unity (v9.3.0) is now available. This release includes general fixes.
Firebase CLI v11.4.0
Adds the ability for the Firebase CLI to automatically detect the region for Cloud Functions rewrites in Firebase Hosting. See Direct requests to a function for more information.
Fixes bug where function timeout couldn't be configured in the Cloud Functions Emulator. (GitHub #4745)
Adjusts CLI's API calls to test IAM permissions to use the users' project's quota.
Fixes issue where
storage
anddatabase
targets forfirebase deploy
were not being recognized. (GitHub #4752)
July 25, 2022
Crashlytics
We rolled out the first of several improvements for the Issues table of the Crashlytics dashboard. We moved the event type into a new metadata line just above the issue's title and added an icon for each type. With this change, you can more quickly distinguish the different types of issues affecting your app.
Keep an eye out for more announcements about improvements for issues — and even bigger benefits — with some exciting new frontend and backend features shipping soon!
SDK Releases
The Firebase Android SDKs for Crashlytics and Crashlytics NDK have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.3.1. Learn how to add SDKs to your app using the Firebase BoM.
July 22, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.9.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
July 20, 2022
A/B Testing
You can now view your A/B Testing experiments in a compact, paginated list view. In addition to filtering by name and experiment status, you can now sort by any column.
Experiments can be edited and duplicated from the Experiments list; start, stop, and other management features are available on the Experiment overview page.
Authentication
Firebase Authentication with Identity Platform is a new, optional, upgrade that adds several features to upgraded projects:
- Multi-factor authentication with SMS
- Synchronous auth functions that let you customize requirements to sign up or sign in
- Support for SAML and custom OpenID Connect providers
- Improved logging
- Enterprise level support, which includes a dedicated team with SLAs
See the Authentication docs for details.
SDK Releases
- The Firebase SDK for C++ (v9.3.0) is now available. This release includes general fixes.
July 15, 2022
SDK Releases
The Firebase Android SDKs for Analytics, Firebase ML, Cloud Firestore, Dynamic feature modules support, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.3.0. Learn how to add SDKs to your app using the Firebase BoM.
July 14, 2022
SDK Releases
- The Firebase SDK for Unity (v9.2.0) is now available. This release includes new features in Cloud Firestore, as well as bug fixes in Crashlytics, Realtime Database, and FCM.
July 12, 2022
SDK Releases
- The Firebase Apple SDK (v9.3.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
July 7, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.9.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 30, 2022
Firebase CLI v11.2.0
Cloud Functions deployment now stores container images on Google Cloud Artifact Registry instead of Container Registry. See Cloud Functions pricing for more information on this change.
This release adds better error messaging for cases when the Emulator UI fails to start. (GitHub #3781).
June 28, 2022
SDK Releases
The Firebase SDK for C++ (v9.2.0) is now available. This release includes a new Google Mobile Ads SDK, new features in Cloud Firestore, deprecation of the older AdMob SDK, bug fixes in Realtime Database and FCM, and other changes.
An updated version of the
google-services
plugin for Android (v4.3.13) is now available. For more information, see the Firebase Android SDK Release Notes.
June 27, 2022
Firebase console
- You can now focus your Firebase console experience by customizing your navigation. The console auto-creates shortcuts at the top of the sidebar to help you quickly find the products that you use most. Access a walk-through of these dynamic features by clicking Learn more at the bottom of the console's sidebar.
June 23, 2022
SDK Releases
The Firebase Android SDKs for Authentication, Cloud Firestore, and Cloud Messaging have been updated. The Crashlytics Gradle plugin have 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.
An updated version of the
google-services
plugin for Android (v4.3.12) is now available. For more information, see the Firebase Android SDK Release Notes.The Firebase Android BoM (Bill of Materials) has been updated to v30.2.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.8.4) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 21, 2022
SDK Releases
- The Firebase Apple SDK (v9.2.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
June 16, 2022
SDK Releases
The Firebase Admin Node.js SDK (v11.0.0) is now available. Starting from this release, the Admin SDK requires Node.js 14 or higher. This release comes with dependency upgrades including Cloud Firestore and Cloud Storage dependencies. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Java SDK (v9.0.0) is now available. Starting from this release, the Admin SDK requires Java 8 or higher. This release also updates Cloud Firestore and Cloud Storage dependencies to the latest versions. To install this SDK, see Add the Firebase Admin SDK to your server.
June 15, 2022
Performance Monitoring
- Performance Monitoring has a newly redesigned, centralized UI to improve how you troubleshoot issues. This new UI displays the most relevant information for your app in one place, helping you to quickly identify and address performance issues affecting your app. To learn more about troubleshooting with Performance Monitoring, see View more data for a specific trace.
Remote Config
- Remote Config Parameters and Conditions pages now display the last modification date, time, and last editor for each individual parameter and condition in the Firebase console. Parameters can be sorted by last modified time.
June 10, 2022
SDK Releases
- The Firebase SDK for Unity (v9.1.0) is now available. This release includes new features in Analytics and Cloud Functions, and general fixes.
June 9, 2022
SDK Releases
The Firebase Admin Node.js SDK (v10.3.0) is now available. This release deprecates support for Node.js 12 and comes with bug fixes and improvements. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.8.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 7, 2022
Test Lab
Test Lab now offers detailed documentation for Robo scripts, including new features like
adb
shell commands and assertions. You can use Robo scripts to automate manual QA tasks for mobile apps, and to enable continuous integration (CI) and pre-launch testing strategies.To learn more, see Run a Robo script and Robo scripts reference guide.
App Distribution
- App Distribution now lets you share links to specific releases with your testers. To learn how to use direct links, see instructions about distributing your app to testers with Android and iOS.
June 6, 2022
SDK Releases
- The Firebase SDK for C++ (v9.1.0) is now available. This release includes new features in Analytics and Cloud Functions, changes to Cloud Firestore, and general fixes.
June 02, 2022
SDK Releases
- The Firebase Admin Java SDK (v8.2.0) is now available. This release deprecates support for Java 7 and comes with new imrpovements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
May 27, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.8.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 26, 2022
Performance Monitoring
- Performance Monitoring has changed default percentiles in the Firebase console to align with Android, Apple, and Web standards. Default percentiles are now 90th for Android and Apple, and 75th for Web apps. We recommend that you monitor your performance at these percentiles to optimize for the majority of your users. To learn more, see Track key metrics in your dashboard.
SDK Releases
The Firebase Android SDKs for App Distribution, Authentication, Crashlytics, Crashlytics NDK, and Performance Monitoring have been updated. The App Distribution Gradle plugin and Crashlytics Gradle plugin have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.1.0. Learn how to add SDKs to your app using the Firebase BoM.
May 24, 2022
SDK Releases
- The Firebase Apple SDK (v9.1.0) is now available. For more details, see the Firebase Apple SDK release notes. To install this SDK, see Add Firebase to your app.
May 19, 2022
SDK Releases
The Firebase Android SDKs for Cloud Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.0.2. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase SDK for Unity (v9.0.0) is now available. This release changes the minimum supported Unity editor to 2018, adds support for Apple silicon chips, and makes other changes.
May 18, 2022
Firebase CLI v11.0.0
Breaking: Drops support for running the Firebase CLI on Node.js 12.
Breaking: Moves standalone builds to Node.js 16.
Breaking: Removes support for running the emulators with Java versions prior to 11.
Breaking: Removes the
params
flag fromext:install
,ext:update
, andext:configure
commands. This functionality is replaced by the Extensions manifest.Breaking: Removes
ext:dev:emulators:start
andext:dev:emulators:exec
preview commands. Instead useemulators:start
.Fixes missing
connection
header in Realtime Database emulator REST streaming API (GitHub #3329).Fixes error messaging for apps in interactive/non-interactive modes (GitHub #4007).
Fixes an issue where the Extensions emulator would not work on Windows (GitHub #4554).
Removes unused dependency.
Updates
fs-extra
dependency.Updates
tmp
dependency.
May 16, 2022
Crashlytics
- You can now drag and drop your dSYM files directly into the Crashlytics dashboard. Visit the dSYMs tab in the Firebase console to learn more and try it out.
May 12, 2022
SDK Releases
The Firebase Android SDKs for Authentication have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.0.1. Learn how to add SDKs to your app using the Firebase BoM.
May 11, 2022
App Distribution
- App Distribution is now generally available! In addition to our original set of key capabilities, we've added simplified group access, release auto deletion, and bulk tester management to the Firebase console and our public API. To help you find the information you need, we reorganized documentation to support your user journeys. And to ensure that your testers are testing the latest version of your app, we now offer both Android and iOS SDKs, which let you notify users directly in the app when a new version is available. To learn more, see the App Distribution documentation.
Crashlytics
- You can now filter your Android app's crash reports by Google Play track directly in the Crashlytics dashboard. This allows you to better focus your dashboard on specific builds. To take advantage of this feature, make sure your app is published to a Google Play track and you enable the Crashlytics integration for Google Play linking.
Firebase project management
- To help you develop and test your app without impacting your users or teammates, we've published high-level guidance about setting up and managing Firebase projects for each constituent environment of your development workflow. We recommend checking out all the general best practices, but the key takeaway is that Firebase recommends using a separate Firebase project for each environment in your development workflow.
Cloud Functions for Firebase
You can now enqueue functions with Cloud Tasks to help your app run time-consuming, resource-intensive, or bandwidth-limited tasks asynchronously.
The new
codebase
property lets you manage large collections of functions across multiple repositories or sub-packages within a single repository monorepo. See Organize multiple functions.
SDK Releases
- The Firebase SDK for Cloud Functions v2 public preview introduces next-generation functionality built on Cloud Run and Eventarc. This beta release introduces concurrency and configurable CPU as well as new trigger types including Firebase Alerts triggers, custom event triggers for Firebase extensions, and task queue functions. See Cloud Functions for Firebase v2 documentation for a detailed description of new features and a list of limitations during public preview.
May 10, 2022
SDK Releases
- The Firebase SDK for C++ (v9.0.0) is now available. This release includes changes to AdMob, Analytics, and Cloud Storage; a bug fix in Realtime Database; and other changes.
May 09, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.8.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 06, 2022
SDK Releases
The Firebase JavaScript SDK (v9.8.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Analytics, App Check, Cloud Firestore, Cloud Functions, Realtime Database, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v30.0.0. Learn how to add SDKs to your app using the Firebase BoM.
May 05, 2022
SDK Releases
- The Firebase Admin Node.js SDK (v10.2.0) is now available. This release comes with a new feature in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
May 04, 2022
SDK Releases
The Firebase iOS SDK (v9.0.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for Unity (v8.10.1) is now available. This release fixes an issue when building with mainTemplate.gradle.
May 02, 2022
SDK Releases
- The Firebase SDK for Unity (v8.10.0) is now available. This release is built against Unity 2019.
April 28, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.7.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
April 27, 2022
SDK Releases
- The Firebase Android SDKs for Crashlytics and Crashlytics NDK have 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.
April 26, 2022
Remote Config
You can now use the REST API or the Remote Config page in the Firebase console to download default Firebase Remote Config parameters and their values in XML, property list (plist), and JSON formats. Use this feature to integrate Remote Config default values into your apps to keep them in sync with your Remote Config backend configuration.
To learn more, see Download Remote Config template defaults.
April 21, 2022
SDK Releases
The Firebase SDK for C++ (v8.11.0) is now available. This release includes changes to Realtime Database and Cloud Firestore.
The Firebase Admin Node.js SDK (v10.1.0) is now available. This release comes with multiple dependency upgrades including Cloud Firestore and Cloud Storage dependencies. To install this SDK, see Add the Firebase Admin SDK to your server.
April 15, 2022
Test Lab
- Test Lab's default device has been updated from Blueline (Pixel 3) to Redfin (Pixel 5), and the default version has been updated from API level 28 to 30.
April 14, 2022
SDK Releases
The Firebase Android SDKs for App Check, App Distribution, Cloud Firestore, and Cloud Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.3.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.6.11) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
April 12, 2022
SDK Releases
- The Firebase iOS SDK (v8.15.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
April 11, 2022
Release Notes Roundup
Even as the updates to Firebase for Google I/O are getting finished all around us, there are still many non-I/O launches coming out, too. Here are some of our favorites from the past few weeks:
- 🧾 Connect to Merchant Center to improve ecommerce reporting
In the latest releases of our Analytics SDKs for Apple and Android platforms, you can integrate Google Merchant Center with Analytics from your ecommerce app. This is especially important when tracking conversion events that result from organic-search clicks, so upgrade today. - 🗂 Faster offline queries with Firestore
The Firestore SDKs for Android and JavaScript now use a different format for the local cache that is used for offline queries, which increases the performance of local document lookups. This requires updating the existing cached data, which happens automatically upon the first run of the app with the upgraded SDK. You can also clear the cache before you enable disk persistence, to then have it rebuild with the new format from scratch. - 🕹 Games SDKs now retry file uploads to Cloud Storage on desktop
Our SDKs for Unity and C++ now automatically retry uploading files to Cloud Storage if the upload fails on desktop platforms. Get this feature just by upgrading to the latest SDK version.
To learn more about other recent releases, check out Firebase Release Notes March 2022: Faster TTFB in Hosting, faster Android startup, and more Flutter!
April 06, 2022
SDK Releases
The Firebase Admin Go SDK (v4.8.0) is now available. The Admin SDK for Go now requires Go 1.15 or higher. This release also includes improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for Unity (v8.9.0) is now available. This release includes new features in Cloud Storage, a bug fix in Remote Config, and other changes and fixes.
March 27, 2022
SDK Releases
- The Firebase SDK for C++ (v8.10.0) is now available. This release includes new features in Cloud Storage, a bug fix in Remote Config, and other fixes.
March 25, 2022
Release Notes Roundup
We're working on some big releases for Google I/O, but we still have lots of other updates going out every week. The highlights from the past weeks are:
- 🏃 Fix for "IDBIndex is not defined runtime exception"
Our JavaScript SDKs used a version of IDB that doesn't support ESM outside of browser environments. In version 9.6.9 of our JavaScript SDKs, we replaced that dependency with in-house code to fix this issue in Analytics, App Check, Cloud Messaging, Performance Monitoring, and Remote Config. - 🚰 Improved memory usage of Android Auth SDK
We addressed an issue in our Android SDK for Firebase Authentication that was causing memory issues for some users. This was a pretty involved rewrite, so upgrade today and keep an eye out for any regression problems. - 🔐 Improved security rules API in emulator suite
We've improved the handling of security rules in our emulator for Cloud Storage to allow specifying multiple rules files. You can always check for the latest updates to our emulators in the list of releases on GitHub.
To learn more about other recent releases, check out Firebase Release Notes March 2022: Faster TTFB in Hosting, faster Android startup, and more Flutter!
March 24, 2022
SDK Releases
The Firebase Android SDKs for Analytics, App Check, Authentication, and Cloud Firestore have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.3.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin .NET SDK (v2.3.0) is now available. This release comes with new additions to the Cloud Messaging API that allow further customization of notifications that target Android devices. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.6.10) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 22, 2022
SDK Releases
- The Firebase iOS SDK (v8.14.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 17, 2022
SDK Releases
The Firebase Android SDKs for Analytics and Cloud Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.2.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v9.6.9) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 16, 2022
Performance Monitoring
Performance Monitoring has been updated to include powerful new alerts. You can easily set up and customize alerts for the most critical parts of your app. Now, you can discover when your users are having speed or latency issues faster than ever before.
To learn more about how to set up and customize these new alerts, see Set up alerts for performance issues.
March 11, 2022
Release Notes Roundup
For those of us in the Northern Hemisphere, spring will start soon, and the Firebase team has already been pushing out some great updates in anticipation:
- 📦 Simplified permission management for App Distribution
We've simplified how you manage release permissions in App Distribution for your tester groups. Read the release note below for more on this 👇. - 🏎 Performance Monitoring Android SDK launch time improvement
We've reduced the impact of using Firebase Performance Monitoring on Android application startup time by more than 35% (42ms -> 26 ms). Read all about it in this blog post. - 📑 Explicitly type Cloud Firestore documents in Swift
You can now explicitly specify the type forDocumentReference.getDocument(as:)
andDocumentSnapshot.data(as:)
calls in Swift to simplify mapping between documents and objects in your code. For more details, see Issue #9101 in the GitHub repo.
To learn more about other recent releases, check out Firebase Release Notes Feb ‘22: More Flutter languages, Firestore performance visualization, & more!
March 10, 2022
SDK Releases
The Firebase Android SDKs for A/B Testing, Authentication, Cloud Firestore, Cloud Functions (client), Cloud Messaging, Crashlytics, Crashlytics NDK, Dynamic Links, In-App Messaging, installations, Firebase ML, Performance Monitoring, Realtime Database, Remote Config, and Cloud Storage have been updated. The App Distribution Gradle plugin has also been updated.
This release also includes the initial beta releases of the App Distribution Android SDK.
For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Android BoM (Bill of Materials) has been updated to v29.2.0. Learn how to add SDKs to your app using the Firebase BoM.
App Distribution
- App Distribution now offers a simplified way to manage release permissions with tester groups. When a tester is added to a group, they will now gain access to all releases that the group has been granted access to. When a tester is removed from a group, their access is now revoked from all releases to which they had access exclusively through that group. To learn more, see Add and remove testers from a group.
March 08, 2022
SDK Releases
- The Firebase iOS SDK (v8.13.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 04, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.6.8) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 25, 2022
Release Notes Roundup
So many great updates have been coming out in the past few weeks, and these are some of our favorites:
- 🛑 Regressed issues are now labeled in Crashlytics
The Crashlytics dashboard now shows a red label for issues that were previously closed but have re-occurred, making it easy for you to filter and prioritize these regression issues in your apps. - 🌍 Faster time to first byte in Firebase Hosting
We changed our infrastructure to use additional origin servers in Europe and Asia, which speeds up lookups from the edge caches that serve most content. This resulted in a 50% reduction in the time-to-first-byte for users who request fresh content. - 🙈 More secure headless sign-in flow for Firebase CLI
In version 10.2 of the CLI we implemented a new flow for signing in from a remote machine, a virtual machine, or in a cloud-hosted IDE with the--no-localhost
flag, leading to more secure sign-ins and a more Firebase-branded experience.
To learn more about other recent releases, check out Firebase Release Notes Feb ‘22: More Flutter languages, Firestore performance visualization, & more!
February 18, 2022
App Distribution
- App Distribution now allows a maximum of 1,000 releases per app. When your app reaches the 1,000 app release limit, App Distribution will automatically delete the oldest releases above the limit. For more information, see How long are app releases available?.
February 17, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.6.7) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 15, 2022
Crashlytics
- Regression signals are now available. We're adding signals to all your issues that have re-occurred and we've re-opened. Learn more about how Crashlytics identifies regressions.
February 14, 2022
- Cloud Functions for Firebase v3.18.0 has added support for dotenv file-based loading of environment variables. This includes emulator support for configuring a local testing environment, and integration with Google Cloud Secret Manager to securely store sensitive configuration information. See Environment variables.
February 11, 2022
SDK Releases
The Firebase Android SDKs for Analytics, Crashlytics, Crashlytics NDK, Firebase ML, and Performance Monitoring have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.1.0. Learn how to add SDKs to your app using the Firebase BoM.
BigQuery
- BigQuery now supports region selection outside the United States for Google Analytics, Predictions, Performance Monitoring, and Cloud Messaging. To learn more, see Enable BigQuery export and Link BigQuery to Firebase.
February 10, 2022
Firebase CLI v10.2.0
Improved the experience for
firebase login --no-localhost
. (GitHub #4147)Added support to Cloud Functions for Firebase for specifying environment variables of functions using
dotenv
. (GitHub #4149)
February 09, 2022
SDK Releases
- The Firebase iOS SDK (v8.12.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Performance Monitoring
- You can now customize how the success rate is calculated for network requests by counting certain error codes as successful, expected responses.
February 03, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.6.6) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 31, 2022
SDK Releases
- The Firebase SDK for Unity (v8.8.0) is now available. This release includes new features in Cloud Storage, changes to Crashlytics, a bug fix in Remote Config, and other fixes.
January 28, 2022
Release Notes Roundup
The engineering teams have been busy these past few weeks and releasing lots of great updates. These are some of our favorites:
📏 Receive email alerts for more app performance problems
In addition to alerts about app start time, you can now receive email alerts about performance problems in your app for network requests, page loading, and custom traces.🌁 Access Firestore in your Virtual Private Cloud
You can now use Virtual Private Cloud to define a perimeter around Firestore , so that it can only be accessed from networks and devices that you configure. This reduces the risk that bad actors can access your database and other resources in your project.💰 Improvements to budget setup in the Firebase console
When you upgrade your Firebase project to the paid plan, you're now prompted to immediately set up budget alerts. Budget alerts help you avoid surprises on your bill, so doing this right away is a Good Thing™️.
To learn more about other recent releases, check out Firebase Release Notes January ‘22: Flutter initialization, secure file storage & VPC for Firestore
SDK health metrics
- Firebase SDK health metrics are now published in our documentation! The first set of published metrics are SDK sizes for Firebase iOS SDKs, Android SDKs, and JavaScript SDKs.
SDK Releases
- An emergency security update for the older v8 version of the Firebase JavaScript SDK (v8.10.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 27, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.6.5) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 25, 2022
SDK Releases
- The Firebase SDK for C++ (v8.9.0) is now available. This release includes miscellaneous changes and fixes.
January 24, 2022
Test Lab
Test Lab now offers a unified view of test matrix results to save you time debugging test failures. This new test case-centric view lets you:
- See at a glance which test cases failed, were flaky, or skipped
- Search, filter, and easily navigate between test cases that were run on different devices or that ran multiple times
To use the new test results view, go to the Test Lab page in the Firebase console, open a project and then open a test result. To see test matrix results, you need to have recently run tests. This feature doesn't appear for Robo and Game Loop tests.
January 21, 2022
SDK Releases
- The Firebase Admin Node.js SDK (v10.0.2)
is now available. This release comes with a version update to the
node-forge
dependency. To install this SDK, see Add the Firebase Admin SDK to your server.
January 20, 2022
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Crashlytics, and Crashlytics NDK have been updated. The App Distribution Gradle plugin and Performance Monitoring Gradle plugin have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.0.4. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase Admin Go SDK (v4.7.1) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.6.4) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 19, 2022
Performance Monitoring
Performance Monitoring now supports even more email alerts for your app's performance metrics. In addition to app start time, you can also configure the following alerts:
- Custom code traces (duration) for all app types
- Network request traces (response time and success rate) for iOS+/Android apps
- Network request traces (response time) for web apps
- Page load traces (first input delay and first contentful paint) for web apps
Visit Set up alerts for performance issues to learn more about what triggers these alerts, configuring them, and setting your alert preferences.
January 14, 2022
Release Notes Roundup
Happy new year everyone! We look forward to a year full of big and small releases from Firebase. Some highlights from the past few weeks:
🔐 Auto-expiring security rules for Cloud Storage for Firebase
When you create a new Cloud Storage bucket in a Firebase project, the default security rules for test mode now only grant access to untrusted clients for a month. This is the same policy we already had in place for Firestore and Realtime Database security rules, and should reduce the number of files that are accidentally left unprotected.💙 New translations for FirebaseUI for Flutter
The latest release of the FlutterFire libraries adds Spanish, French, and Arabic resource strings to the Authentication UI widgets. There are also many other fixes in this FlutterFire release, so be sure to upgrade.👷 Improved auth persistence in web workers
Version 9.6.2 of our JavaScript SDK for Authentication fixes an issue in the compatibility layer of our v9 JavaScript client. With this fix the client now persists your users' auth credentials when you signed them in via a web worker script.
To learn more about 2021's late-year releases, including details about Crashlytics Kotlin support, check out Firebase Release Notes December 2021, Crashlytics Kotlin, Firestore App Check&FCM delivery data.
January 13, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.6.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 07, 2022
SDK Releases
- The Firebase JavaScript SDK (v9.6.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 24, 2021
Release Notes Roundup
This is the final roundup of 2021! Thanks everyone for keeping up with our releases for the past year. Here's to many more updates to Firebase in 2022. 🥂
- 🐞 Better crash attribution to Kotlin code in Crashlytics
Crashes are now correctly attributed to.kt
files, if your app uses R8 with obfuscation turned on along with Android Gradle 4.2.0+. During this transition, you might see.kt
issues that are duplicates of existing.java
issues. - 🎟 Deploying Cloud Functions now cleans artifacts in more cases
Version 9.23.1 of the Firebase CLI corrects a bug where containers in Artifact Registry would not be deleted if a function has an uppercase character in its name.
And version 10 of the CLI is also out, and with this release, the Cloud Functions runtime defaults to Node.js 16. - 👌 Fixed NullPointerException in Analytics
We updated to newer versions ofplay-services-base
andplay-services-tasks
to solve an issue withNullPointerException
s when handlingTask<Void>
results in Kotlin code. Upgrade to BoM v29.0.3 to get this fix, and others.
And don't forget to watch this video with more releases from December, including additional details on the Crashlytics Kotlin support, and much more in Firebase Release Notes December 2021, Crashlytics Kotlin, Firestore App Check&FCM delivery data.
January 18, 2022
SDK Releases
- The Firebase iOS SDK (v8.11.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
December 16, 2021
SDK Releases
The Firebase Android SDK for Analytics has 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.0.3. Learn how to add SDKs to your app using the Firebase BoM.
December 15, 2021
SDK Releases
The Firebase Admin Go SDK (v4.7.0) is now available. This release comes with support for using the authorization code flow with OpenID Connect (OIDC) providers. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v5.2.0) is now available. This release comes with support for using the authorization code flow with OpenID Connect (OIDC) providers. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Node.js SDK (v10.0.1) is now available. This release comes with fixes in Cloud Firestore and Authentication APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for Unity (v8.7.0) is now available. This release includes a bug fix in Crashlytics and other fixes.
Firebase CLI v10.0.0
BREAKING Drops support for running the Firebase CLI on Node 10.
BREAKING Replaces all usages of
-y
,--yes
, or--confirm
with-f
and--force
.BREAKING Function deploys now upload source to the deployed region instead of
us-central1
.The Cloud Functions emulator now requires
firebase-functions
v3.13.1 or later. (GitHub #3851)Updates default functions runtime to Node.js 16.
December 10, 2021
SDK Releases
The Firebase Android SDKs for Analytics, Crashlytics, and Crashlytics NDK have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.0.2. Learn how to add SDKs to your app using the Firebase BoM.
December 09, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.6.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 08, 2021
Crashlytics
- We’re rolling out better Kotlin support for Crashlytics.
Crashes are now correctly attributed to
.kt
files (as appropriate) if your app uses R8 with obfuscation turned on along with Android Gradle 4.2.0+. Note that during this transition, you might see.kt
issues that are duplicates of existing.java
issues.
December 02, 2021
SDK Releases
The Firebase SDK for C++ (v8.8.0) is now available. This release includes bug fixes in Authentication, Cloud Firestore, FCM, and Remote Config, as well as other changes and fixes.
The Firebase JavaScript SDK (v9.6.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 01, 2021
SDK Releases
- The Firebase iOS SDK (v8.10.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
November 30, 2021
SDK Releases
The Firebase Android SDKs for App Check, Crashlytics, Crashlytics NDK, Firebase ML, Performance Monitoring, and Realtime Database 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.
The Firebase Android BoM (Bill of Materials) has been updated to v29.0.1. Learn how to add SDKs to your app using the Firebase BoM.
November 26, 2021
Release Notes Roundup
With the Firebase Summit well in our rear-view mirror, we are back to releasing a steady stream of updates. Here are some of our favorites from the past few weeks:
- 🗄 Download bytes and files in JavaScript from Cloud Storage securely
In JavaScript code, you could always get a file from Storage through a download URL, which makes the file readable to everyone with that URL. Since JavaScript SDK version 9.5, you can also get the data with the newgetBytes()
,getStream()
andgetBlob()
methods, allowing you to control access through security rules. - ⛽️ Understanding aggregated FCM delivery data
When you use Firebase Cloud Messaging, understanding message delivery is key to running effective re-engagement campaigns. In this article , a Firebase engineer explains strategies and common patterns when you look at the aggregated delivery data from FCM. - 🏛 App Analytics as part of Cloud Design Patterns
We shipped a content pack "Faster Time-To-Value with Design Patterns" for Cloud customers to unlock the value of data projects at their organizations. Find out more about that here: video, blog post
And don't forget to watch this video with more releases from November, including a rapid fire roundup of the releases from the Firebase Summit in Firebase Release Notes November ‘21: Firebase Summit updates, Firestore text search, & more Flutter!
November 19, 2021
SDK Releases
- The Firebase SDK for Unity (v8.6.2) is now available. This release includes changes to FCM.
November 18, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.5.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 12, 2021
Release Notes Roundup
We just finished the Firebase Summit this week with a keynote on Wednesday that was chock full of updates. If you prefer reading all the news, check out the blog post. But we have even more updates that didn't get into the keynote or blog! Read about those releases here 👇:
- 💙 Get started with Flutter and Firebase with just a browser
It's now easier than ever to get started building beautiful, serverless, cross-platform apps with Firebase and Flutter. Thanks to DartPad (Flutter's online editor), you can skip the setup and get started by opening dartpad.dev and importing the Firebase packages. Or check out this simple chat app. - 🤫 Securely store secrets for Firebase Extensions
If Extensions use configuration values that should stay secret, such as third-party API keys and passwords, they can now store those in Cloud Secret Manager. We're migrating all our official extensions to use secrets for their sensitive parameters. - 🔍 Search Firestore with an Elastic App Search extension
This extension launched at Cloud Next and indexes and syncs the documents from a Cloud Firestore collection to an Elastic App Search deployment. See the product/installation page, or the code for more info. - 📪 Unaccepted invitations from App Distribution expire after 30 days
Invitations to test releases that are sent from App Distribution will now automatically expire if they are not accepted within 30 days. This declutters the Firebase console for your project, and frees up slots for other testers. - 📺 Personalize content with Remote Config (beta)
The personalization feature in Remote Config that we announced at Google I/O is now in beta. Personalization automatically optimizes individual user experiences to maximize your app's results through the power of machine learning.
See anything you like? Know of something that would make your app development experience even better? Let us know on Twitter by tagging @firebase.
November 11, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.4.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 09, 2021
- The Firebase SDK for Unity (v8.6.1) is now available. This release includes a fix for Crashlytics pinning to the wrong Android dependency version.
November 08, 2021
Crashlytics
- Crashlytics for Android now collects and reports ANRs. Just update to v18.2.4+ of the SDK, and we'll start displaying ANRs from your app in the Firebase console (for devices running Android 11+). You can also export ANRs to BigQuery alongside your other crash data.
SDK Releases
The Firebase SDK for Unity (v8.6.0) is now available. This release includes Cloud Firestore iOS and Android releasing to general availability (no longer in beta), fixes in FCM, improved reporting in Crashlytics, and other bug fixes.
The Firebase JavaScript SDK (v9.4.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 04, 2021
SDK Releases
The Firebase SDK for C++ (v8.7.0) is now available. This release includes Cloud Firestore iOS and Android releasing to general availability (no longer in beta), Analytics support on tvOS, bug fixes, and other changes.
The Firebase Admin Go SDK (v4.6.1) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v5.1.0) is now available. This release comes with the ability to unlink providers from a user record. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.3.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 02, 2021
SDK Releases
- The Firebase iOS SDK (v8.9.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 29, 2021
Release Notes Roundup
Just one more week until the Firebase Summit keynote, so the releases are pouring in already. Here are some of the highlights from the past few weeks:
💳 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.📫 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.
And don't forget to watch this video with more releases from October and the chance at a Firebase T-shirt in Firebase Release Notes October ‘21: Flutter Realtime Database on Web, FCM, and t-shirt give-away!
SDK Releases
This release contains breaking changes.
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.
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.
October 28, 2021
Crashlytics
- Crashlytics now supports bulk management of your issues. In the issues table of the Crashlytics dashboard, you can close/mute/open multiple issues with just one click!
SDK Releases
- The Firebase JavaScript SDK (v9.2.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 27, 2021
Google Analytics
- Google Analytics for Firebase has a new, yet familiar look! Changes introduced with Google Analytics 4 are now available in the Analytics section of Firebase. This update brings elements of Google Analytics 4 to Firebase to create a similar experience between interfaces. See the Analytics help center for more details on what's new.
Crashlytics
- Crashlytics is improving Apple platform support! This update lets you view and filter crashes by tvOS, macOS, watchOS, iOS, and iPadOS within the same Firebase Crashlytics app. No SDK updates are needed on your end to get started. You will need SDK v8.9.0+ for crash-free users, breadcrumb logs, and velocity alerts on macOS and tvOS apps.
SDK Releases
The Firebase iOS SDK (v8.9.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for Unity (v8.5.0) is now available. This release includes fixes to Cloud Firestore, and updates the version of Xcode used to build the iOS libraries.
October 14, 2021
SDK Releases
The Firebase Admin Node.js SDK (v10.0.0) is now available. This release drops support for Node.js 10 and comes with a new set of ES module entry points. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v9.1.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 13, 2021
SDK Releases
- The Firebase SDK for Unity (v8.4.0) is now available. This release includes fixes in to Cloud Firestore, and Android x86_64 (Chrome OS) support.
October 8, 2021
Release Notes Roundup
As we're ramping up towards the Firebase Summit, many big and small releases are coming out for Firebase. Here are some of our favorites:
- 🏷 Analytics labels for messaging campaigns
You can now attach a label for any notification sent via the Firebase Cloud Messaging API as well as for a messaging campaign in the Firebase console. In Google Analytics you can then use these to track all events related to your notifications beyond just counting sent ones, which we've always done by default. Read the blog post for all details. - 🎚 Parameter data type support for Remote Config in Node and Java Admin SDKs
You can now specify a data type for each parameter, and RC then validates all server-side values against that type before a template update. The data type is stored and returned on agetRemoteConfig
request. See the recent releases of the Admin SDKs for Node.js and Java for updated calls. - ⚡️ FlutterFire now supports Realtime Database for Web
The latest release of our binding libraries for Flutter now supports writing web applications that use the Realtime Database. You can now target iOS, Android and Web applications from a single code-base. See the release notes here. - 🧪 Manage app testers through Gradle
Since BoM 28.4.1 of the Android SDK you can manage testers in your project from Gradle using theappDistributionAddTesters
andappDistributionRemoveTesters
commands. Refer to the command output for instructions on how to use these features. - 🚦 Crashlytics Signals - easily spot interesting issues in your app
You can now see Signals appearing in the Crashlytics console to indicate that certain issues have interesting characteristics that may be more important to your app health. We’re launching three Signals to start:- "Fresh issue" - new issues within the last week.
- "Early crashes" - the majority of these crashes happened near app start.
- "Repetitive crashes" - crashes your users are encountering over and over.
And check out this video with more big and small releases from September in Firebase Release Notes September ‘21: V9 JS SDK, Apple platforms, Audit Logs for Firestore and more!
October 07, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.1.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 06, 2021
Crashlytics
- Signals for Crashlytics issues are now available. We're analyzing crashes and labeling issues with specific signals to help you better prioritize them. This launch has three signals: "Fresh issue", "Repetitive crashes", and "Early crashes". Keep an eye on your dashboard for these signals on your issues.
October 05, 2021
SDK Releases
- The Firebase SDK for C++ (v8.6.0) is now available. This release includes changes to FCM, a bug fix in Authentication, and M1 Mac (ARM) support on desktop.
October 04, 2021
SDK Releases
The Firebase Android SDKs for Analytics, App Check, Cloud Firestore, Crashlytics, Crashlytics NDK, and Performance Monitoring have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.4.2. Learn how to add SDKs to your app using the Firebase BoM.
October 01, 2021
SDK Releases
- The Firebase iOS SDK (v8.8.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
September 30, 2021
Performance Monitoring
- Performance Monitoring now supports email alerts for app start time. All your apps that use Performance Monitoring are automatically opted-in, and project members will receive an alert if app start time exceeds a defined threshold. Visit the documentation to learn more about what triggers these alerts, configuring them, and setting your alert preferences.
SDK Releases
- The Firebase JavaScript SDK (v9.1.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 28, 2021
SDK Releases
The Firebase iOS SDK (v8.8.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Node.js SDK (v9.12.0) is now available. This release comes with Parameter value data types support in the Firebase Remote Config API and a fix in the Realtime Database API.
Firebase project management
You now have more granular control over Firebase links to Google Play. Before this change, all apps in your project had to be linked to the same Google Play developer account and all integrations were enabled by default.
Linking is now at the app-level, so each Android app in your project can be linked to its applicable Google Play developer account.
For each linked Android app, you can now choose to enable specific integrations with Google Play, including App Distribution and Google Analytics.
Learn more in the Link to Google Play documentation.
September 24, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.1.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 23, 2021
SDK Releases
The Firebase Admin Java SDK (v8.1.0) is now available. This release comes with Parameter value data types support in the Firebase Remote Config API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v5.0.3) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
September 21, 2021
SDK Releases
- The Firebase SDK for Unity (v8.3.0) is now available. This release includes changes to Cloud Firestore and bug fixes in FCM.
September 15, 2021
SDK Releases
- The Firebase SDK for C++ (v8.5.0) is now available. This release updates dependencies and fixes an issue with Proguard file generation.
September 13, 2021
SDK Releases
The Firebase Android SDKs for Cloud Functions and Realtime Database have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.4.1. Learn how to add SDKs to your app using the Firebase BoM.
September 10, 2021
Release Notes Roundup
The engineering teams have been busy these past few weeks, releasing many big and small updates to Firebase. Here are some of our favorites:
- 🍎 Apple platform support matrix in docs
With contributions from our developer community, we've expanded the list of Apple platforms that Firebase supports, including iOS, macOS, Catalyst, tvOS, and watchOS. You can find the full list in the documentation. - 🥶 Set min-instances to reduce cold starts of Cloud Functions
You can now control the scaling behavior of your Cloud Functions for Firebase. Reduce the number of cold starts by setting a minimum number of instances, and set a maximum number of instances to guard against excessive scale-ups/costs. Read about it here. - 🧞♂️Personalized recommendations in documentation
When you go to firebase.google.com you might see a carousel of recommendations at the bottom of the page. These recommendations are personalized and dynamic, meaning they are different for each of us, and they change automatically to display the most up-to-date and relevant content. - 🎯 Enhanced audiences for targeting features, like A/B Testing and Cloud Messaging
You can now use both pre-populated and predictive audiences from Google Analytics for targeting features in Firebase, like A/B Testing and Cloud Messaging! If you've already upgraded your Firebase project to the full Google Analytics experience, this new feature is enabled by default and you can start using the new audiences right away. More info here.
To stay up to date on all our releases keep reading below, or follow @FirebaseRelease on Twitter.
September 9, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.0.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 8, 2021
SDK Releases
- The Firebase iOS SDK (v8.7.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
September 7, 2021
SDK Releases
- The Firebase SDK for Unity (v8.2.0) is now available. This release includes changes to Crashlytics and Cloud Firestore and bug fixes in FCM.
August 30, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.0.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 27, 2021
Release Notes Roundup
We had some major releases and many small ones in the past few weeks. These are some of the highlights:
- 📦 New modular JavaScript SDKs can make app bundles up to 80% smaller
Version 9 of our JavaScript SDKs adopts a module first format that allows bundlers to eliminate unused code and reduces the Firebase library code in JavaScript bundles, up to 80% in some scenarios.
Read all about it in the blog post, upgrade guide, and the new documentation on using module bundlers with Firebase. - 💿 Emulator UI imports to Realtime Database no longer trigger Cloud
Functions
Since release 9.16 of the Firebase CLI, importing JSON data into the Realtime Database through its UI by default doesn't trigger Cloud Functions anymore.
This release took some iterating to get right—so be sure to use the latest patch (9.16.6 at the moment). - 📰 Uncover your optimal ads strategy with Admob + Firebase
When you link AdMob, Firebase, and Google Analytics you get a streamlined solution to experiment with ads, and make smarter decisions based on app and ad performance insights. Check our new AdMob and Firebase landing page to learn how to maximize your app revenue without negatively impacting user retention.
And check out our YouTube channel for more big and small releases from the past month in Firebase Release Notes August ‘21: Cloud Functions in Asia, FCM delivery metrics on iOS, and more!
SDK Releases
The Firebase iOS SDK (v8.6.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project. This release is available via CocoaPods and Swift Package Manager only.
The Firebase SDK for C++ (v8.4.0) is now available. This release includes new features in Cloud Firestore and miscellaneous changes.
App Distribution fastlane plugin v0.3.1
Added support to manage testers in your project from fastlane using the
firebase_app_distribution_add_testers
andfirebase_app_distribution_remove_testers
actions. Use thefastlane action
command to see the available options.Increased the time that we poll for a new release after uploading a binary to 5 minutes.
August 25, 2021
SDK Releases
- The Firebase JavaScript SDK (v9.0.0) is now available. This release introduces the new modular API, and includes breaking changes. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 20, 2021
SDK Releases
The Firebase Android SDKs for Analytics and In-App Messaging have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.4.0. Learn how to add SDKs to your app using the Firebase BoM.
August 19, 2021
SDK Releases
The Firebase JavaScript SDK (v8.10.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v9.11.1) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
August 17, 2021
SDK Releases
- The Firebase iOS SDK (v8.6.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 13, 2021
SDK Releases
The Firebase Admin Python SDK (v5.0.2) is now available. This release comes with fixes in the Cloud Messaging and Authentication APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Java SDK (v8.0.1) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
August 10, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.9.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 09, 2021
SDK Releases
- An updated version of the
google-services
plugin for Android (v4.3.10) is now available. For more information, see the Firebase Android SDK Release Notes.
August 06, 2021
Release Notes Roundup
We've had lots of releases in the past month. Keep scrolling to catch the notes for all releases, or check out these recent highlights:
- 💰 Optimize your app's ad revenue using AdMob and Firebase
If you're curious how to better monetize your app without compromising user experience, check out some new step-by-step guidance. In addition to the video series Optimize Your App Revenue, we published two new solutions guides in our documentation: Test adoption of new AdMob ad formats using Firebase and Optimize AdMob ad frequency using Firebase - 📈 Create a unified analytics platform for digital natives
Based on our work with several digital native customers, we created a solution where you can combine data from Google Analytics, Crashlytics, Firestore and Google Sheets into BigQuery though FiveTran, and then use Looker to gain immediate insights. Check out the blog post, reference guide, and video to get started. - 🍎 Test and prototype in-app messages and async/await support on iOS
Since version 8.5 of our SDK for iOS you can now more easily unit test with in-app message data objects, and you can prototype custom in-app message views in SwiftUI (#8351). We also improved our auto-generated async/await APIs, and we'd love to hear your feedback on them (#8289).
And check out this video with more big and small releases from the past month in Firebase Release Notes July ‘21: Cloud Functions clean up, App Check on iOS, and Firestore for games
August 05, 2021
SDK Releases
The Firebase Android SDKs for Crashlytics, Crashlytics NDK, and Remote Config have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.3.1. Learn how to add SDKs to your app using the Firebase BoM.
An updated version of the
google-services
plugin for Android (v4.3.9) is now available. For more information, see the Firebase Android SDK Release Notes.The Firebase JavaScript SDK (v8.9.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
August 03, 2021
SDK Releases
- The Firebase iOS SDK (v8.5.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 02, 2021
AdMob documentation
Published two new solution guides to help you optimize your app's ad revenue using AdMob and Firebase:
July 29, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.8.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
July 27, 2021
SDK Releases
- The Firebase SDK for C++ (v8.3.0) is now available. This release adds initial support for tvOS, and includes changes to Cloud Firestore and other changes.
July 22, 2021
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Crashlytics, Crashlytics NDK, Dynamic Links, and Realtime Database have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v23.3.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.8.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
July 20, 2021
SDK Releases
- The Firebase iOS SDK (v8.4.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 19, 2021
SDK Releases
- The Firebase SDK for Unity (v8.1.0) is now available. This release includes changes to Cloud Firestore and bug fixes in Realtime Database.
July 15, 2021
SDK Releases
- The Firebase Admin Node.js SDK (v9.11.0)
is now available. This release comes with support for configuring the
TTL
of custom Firebase App Check tokens. To install this SDK, see Add the Firebase Admin SDK to your server.
July 14, 2021
SDK Releases
- The Firebase SDK for C++ (v8.2.0) is now available. This release includes changes to Cloud Firestore and other changes.
July 12, 2021
SDK Releases
- The Firebase iOS SDK (v8.3.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project. This release is available via Swift Package Manager only.
July 09, 2021
SDK Releases
The Firebase Android SDKs for App Check, Cloud Firestore, and Performance Monitoring have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.2.1. Learn how to add SDKs to your app using the Firebase BoM.
July 08, 2021
SDK Releases
The Firebase iOS SDK (v8.3.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v8.7.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
- Requests Monitor Rules lets you inspect requests made to your local Firestore Emulator in real-time, including the request method, path, and how Security Rules were evaluated. Check out this blog post for more detail. It's available in the Emulator Suite that shipped in the Firebase CLI v9.16.0.
July 02, 2021
App Check
- App Check now supports App Attest for iOS apps. To learn more or to get started, visit the App Check with App Attest documentation.
July 01, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.7.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 30, 2021
SDK Releases
The Firebase Admin Java SDK (v8.0.0) is now available. This release updates Cloud Firestore and Cloud Storage dependencies to the latest versions. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for C++ (v8.1.0) is now available. This release includes changes to Cloud Firestore.
June 25, 2021
Firebase Weekly Roundup
In the month since Google I/O, we've had many updates to Firebase. Let's look at some highlights:
🧹 Firebase CLI now deletes storage artifacts after Functions deployment
When you deploy Cloud Functions, it runs a build process that temporarily creates files in a Cloud Storage bucket in your project. The CLI now cleans up those artifacts once the deploy is completed, meaning you'll no longer see (typically $0.0x) charges from them on your Firebase bill.☎️ Accelerate your app development with 4 new Firebase Extensions
We released new Extensions to easily analyze sentiment in comments, to search Firestore content through Algolia, to manage marketing with Mailchimp, and to send messages to your users wherever they are with MessageBird.🕹 Load data from content bundles into Firestore for your C++ game
You can assemble data bundles from common query results on the backend using the Firebase Admin SDK, serve these pre-computed blobs cached on a CDN, and now load them in the C++ SDK cache with the newFirestore::LoadBundle
method.
And check out this video with more big and small releases from the past month in Firebase Release Notes: June 2021 - iOS Codable API for Database, all about Auth tokens, and more!
June 23, 2021
SDK Releases
The Firebase Admin Node.js SDK (v9.10.0) is now available. This release comes with a new API for deleting Firebase Installation IDs (FIDs). To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase iOS SDK (v8.2.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDKs for Crashlytics and Crashlytics NDK have been updated. The App Distribution Gradle plugin and Crashlytics Gradle plugin have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.2.0. Learn how to add SDKs to your app using the Firebase BoM.
June 18, 2021
SDK Releases
- The Firebase SDK for C++ (v8.0.0) is now available. This release includes new features in Cloud Firestore; changes to AdMob, Analytics, Instance ID, and Remote Config; a bug fix in Remote Config; removal of STLPort support on Android; and other changes and fixes.
June 17, 2021
SDK Releases
The Firebase Admin .NET SDK (v2.2.0) is now available. This release comes with support for using the authorization code flow with OpenID Connect (OIDC) providers and a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v5.0.1) is now available. This release comes with a fix in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for Unity (v8.0.0) is now available. This release includes changes to Cloud Firestore, Analytics, Instance ID, and Remote Config; bug fixes in Cloud Firestore and Remote Config; and other changes and fixes.
The Firebase JavaScript SDK (v8.6.8) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 11, 2021
SDK Releases
- The Firebase iOS SDK (v8.1.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Documentation
- Repurposed the existing "Libraries" page to be the landing page for the "Supported platforms & frameworks" section of the documentation.
June 10, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.6.7) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 04, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.6.5) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 03, 2021
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Crashlytics, Crashlytics NDK, Dynamic Links, and Performance Monitoring 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.
The Firebase Android BoM (Bill of Materials) has been updated to v28.1.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.6.4) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
June 02, 2021
SDK Releases
- The Firebase Admin Go SDK (v4.6.0) is now available. This release comes with several new improvements in the Authentication, Realtime Database and Cloud Messaging APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
June 01, 2021
SDK Releases
- The Firebase iOS SDK (v8.1.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Firebase CLI v9.12.1
Fixes a regression where
timeZone
for scheduled Cloud Functions was alwaysAmerica/Los_Angeles
. (GitHub #3425)Fixes an issue where a provided
CHANNEL_ID
would be ignored when creating a Firebase Hosting channel. (GitHub #3417)Fixes a regression where HTTPS functions could not be called from
functions:shell
andemulators:start
. (GitHub #3426)
May 28, 2021
Firebase Weekly Roundup
With I/O just over, we have a lot of updates. Here are some highlights, both from I/O and updates that we couldn't cover there:
🏎 New Performance Monitoring dashboard
The Firebase Performance Monitoring dashboard now has completely updated metrics views and a brand new table where you can view and sort performance traces for your apps.
Performance data now also shows up within minutes, giving you much faster insight into how your users are experiencing your app.🌏 Realtime Database in Singapore
We've launched Realtime Database in Singapore, which should significantly reduce latency for our large user base across Asia. Realtime Database multi-region is now marked as Generally Available, meaning all three regions (US, Europe, and Asia) are ready for production workloads.📦 Swift Package Manager for iOS SDKs
Support for Swift Package Manager was the most requested feature across all of our GitHub repos (#6528). With version 8.0 of our iOS SDK, Swift Package Manager is out of beta and Geenerally Available.💻 Local Emulator Suite: Support for Cloud Storage and emulating Cloud Functions in multiple regions
CLI 9.11 added support for Cloud Storage for Firebase to the emulator suite. And CLI 9.12 now allows running functions in multiple regions in the emulator.
And check out our YouTube channel for more big and small releases from the past month in Firebase Release Notes: May '21 - Google I/O, Realtime DB in Asia, faster custom domains, and more!
May 27, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.6.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 26, 2021
SDK Releases
- The Firebase Admin Node.js SDK (v9.9.0) is now available. This release comes with support for configuring the authorization code flow for OIDC providers and a fix in the Authentication API. Starting from this release, the Admin SDK requires Node.js 10.13.0 or higher. To install this SDK, see Add the Firebase Admin SDK to your server.
Firebase project management
- Manually enabling the Firebase Management
API
(
firebase.googleapis.com
) now requires you to accept the Firebase Terms of Service (instead of the Google Cloud ToS). No user action is required due to this change.
Firebase CLI v9.12.0
Enable running functions in multiple regions in the emulator. (GitHub #3364)
Adds the deployed version to the output when deploying to Hosting. (GitHub #3157)
Updates the configured runtime for functions generated by
firebase init functions
from Node.js 12 to 14. (GitHub #3399)Releases Firestore Emulator v1.12.0: supports clearing data partially. (GitHub #3402)
Adds support for setting user labels on scheduled functions. (GitHub #3408)
Fixes manually setting download tokens in Cloud Storage for Firebase. (GitHub #3396)
Fixes deleting custom metadata in Cloud Storage for Firebase. (GitHub #3385)
Fixes errors when calling
makePublic()
with Cloud Storage for Firebase. (GitHub #3394)Fixes mishandling of bytes when uploading two files with the same name in the Cloud Storage for Firebase. (GitHub #3406)
May 20, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.6.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 18, 2021
App Check
- App Check works alongside other Firebase services to help protect your backend resources from abuse. To learn more or to get started, see the App Check Documentation.
May 17, 2021
Firebase CLI v9.11.0
Added support for the Cloud Storage for Firebase emulator. (GitHub #1738)
Added support for Hosting deploys with no
public
directory when dynamic rewrites or redirects are present. (GitHub #3349)Fixed error where Hosting would get into an undeployable state due to the hash cache having incorrect entries. (GitHub #2126)
Improved error handling for the throttler queue, to better diagnose Hosting deploys that fail during the file upload step. (GitHub #2126)
May 14, 2021
SDK Releases
- An updated version of the
google-services
plugin for Android (v4.3.8) is now available. For more information, see the Firebase Android SDK Release Notes.
May 13, 2021
SDK Releases
The Firebase Android SDKs for Authentication 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.
An updated version of the
google-services
plugin for Android (v4.3.7) is now available. For more information, see the Firebase Android SDK Release Notes.The Firebase Android BoM (Bill of Materials) has been updated to v28.0.1. Learn how to add SDKs to your app using the Firebase BoM.
May 12, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.6.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
May 11, 2021
SDK Releases
The Firebase iOS SDK (v8.0.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDKs for A/B Testing, Analytics, App Indexing, Authentication, Cloud Firestore, Cloud Functions, Cloud Messaging, Cloud Storage, Crashlytics, Crashlytics NDK, Dynamic Links, In-App Messaging, Installations, Firebase ML, Performance Monitoring, Realtime Database, and Remote Config have been updated. The App Distribution Gradle plugin, Crashlytics Gradle plugin, Performance Monitoring Gradle plugin have also been updated.
This release also includes the initial beta releases of the App Check SDKs as well as support for dynamic feature modules.
An updated version of the
google-services
plugin for Android (v4.3.6) is now available. For more information, see the Firebase Android SDK Release Notes.For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Android BoM (Bill of Materials) has been updated to v28.0.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.6.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Java SDK (v7.3.0) is now available. This release comes with support for configuring the authorization code flow for OIDC providers. To install this SDK, see Add the Firebase Admin SDK to your server.
May 10, 2021
SDK Releases
- The Firebase Admin Node.js SDK (v9.8.0) is now available. This release comes with improvements and fixes in the Realtime Database and the Authentication APIs. To install this SDK, see Add the Firebase Admin SDK to your server.
May 07, 2021
Firebase Weekly Roundup
Only one more week to go before Google I/O, but there are still some pre-I/O updates from the past two weeks that we'd like to highlight:
👨👩👧👦 Auth emulator support in Admin SDKs for Python and Java
The Admin SDKs for Python and Java can now run against the Firebase Authentication emulator. This means you can use these SDKs to quickly import users into the emulator, and perform other (bulk) operations on users in your local development without ever hitting your production projects..💰 New documentation on billing
We've added more documentation to help you understand billing within Firebase. Check out these new pages to learn more about projects and billing accounts, what happens when you enable/disable billing, and how to set up budget alerts.🐞 Better crash reports for Unity
Since Firebase SDK version 7.2 for Unity, Crashlytics adds Unity-specific metadata. This should help when you're trying to diagnose tricky crashes around specific hardware setups.🌍 Firebase Hosting and Google Domains integration
Getting started with a custom domain for your website is now even easier thanks to the new integration between Firebase Hosting and Google Domains. You can now click the Find domain link in the Firebase console, buy a domain from Google Domains, and the rest of the setup happens automatically.
To stay up to date on all our releases keep reading below, or follow @FirebaseRelease on Twitter.
May 06, 2021
App Distribution
- You can now upload and distribute Android App Bundles (AABs) to testers using Firebase App Distribution. App Distribution integrates with Google Play's internal app sharing service to process and serve APKs that are optimized for your testers' devices. Learn more about distributing app bundles with the Firebase console ,the Firebase CLI ,fastlane, or gradle. Or, visit the App Distribution dashboard to get started right away.
Firebase CLI v9.10.2
- Bug fixes and performance improvements.
May 05, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.5.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI v9.10.1
Included
appId
in the web app configuration when using the Hosting emulator. (GitHub #2798)Added support for emulating the
demo-*
project ID namespace with fake Admin and Web SDK configurations. (GitHub #3291)Updated the Cloud Firestore emulator to v1.11.15 which fixed unexpected
PERMISSION_DENIED
errors when headers are empty. (GitHub #3258)Fixed the Authentication emulator to allow export of more than 20 users. (GitHub #3311)
Updated the workflow template generated by
firebase init hosting:github
so that the "Deploy to Firebase Hosting" GitHub Action doesn't attempt to run on PRs from forks. (GitHub #3326)
May 03, 2021
SDK Releases
- The Firebase SDK for Unity (v7.2.0) is now available. This release includes new features in Crashlytics and bug fixes in Realtime Database and FCM.
April 29, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.4.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Documentation
Check out the new "Understand billing" section in our documentation:
- Overviews of the Firebase pricing plans, including what happens when you switch plans
- How to avoid surprise bills (top tips: test your code with the Firebase Local Emulator Suite and set up budget alerts)
- How to set up advanced billing logic to send notifications to mediums (like Slack or Discord) or to make programmatic changes to your app based on usage or billing
April 28, 2021
Performance Monitoring
- View and sort all your Firebase Performance Monitoring traces in one place. Visit the Performance Monitoring dashboard to use the traces table and quickly identify potential problems in your app. Learn more about using the dashboard.
SDK Releases
The Firebase Admin Java SDK (v7.2.0) is now available. This release comes with emulator support and other improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v5.0.0) is now available. Starting from this release the Python Admin SDK does not support Python 3.5. This release comes with emulator support in the Authentication API as well as other improvements and fixes. To install this SDK, see Add the Firebase Admin SDK to your server.
April 27, 2021
SDK Releases
The Firebase Admin Node.js SDK (v9.7.0) is now available. This release comes with improvements to Cloud Storage and a bug fix in Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase SDK for C++ (v7.3.0) is now available. This release includes miscellaneous changes and fixes.
April 23, 2021
Firebase Weekly Roundup
- 📦 Load data faster and lower your costs with Firestore data bundles
You can now read several documents all at once, and then distribute this bundle of data in any way you like to many clients without hitting the Firestore server. This can significantly reduce your cost. It also allows you to deliver a bundle of pre-seeded data with your app binary, so that your users can access the data even when they're offline the first time they use your app. Read all about it in the blog post. - 🔐 Run .NET Admin SDK Auth calls against Firebase emulator suite
The Firebase Authentication APIs now support running against the Firebase emulator suite. You can enable the emulator mode by setting theFIREBASE_AUTH_EMULATOR_HOST
environment variable to point to the emulator. Check out the release notes for details. - 👩👧👦Multi-user support in Firebase CLI
Changing accounts with the CLI used to require that you give consent in a browser popup. This meant that changing accounts couldn't be automated, until now... Now you can add users once with the newlogin:add
command, and then switch between them usinglogin:use
. Read all about it in the release notes for CLI v9.9.
And check out our YouTube channel for more big and small releases from the past month in Firebase Release Notes: April '21 - SwiftUI APIs, multi-user Emulator, and Firebase at I/O preview!
SDK Releases
- The Firebase JavaScript SDK (v8.4.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
April 20, 2021
SDK Releases
The Firebase iOS SDK (v7.11.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDKs for Firebase ML have been updated. The App Distribution 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.
The Firebase Android BoM (Bill of Materials) has been updated to v27.1.0. Learn how to add SDKs to your app using the Firebase BoM.
April 14, 2021
SDK Releases
The Firebase Admin .NET SDK (v2.1.0) is now available. This release comes with emulator support for Authentication. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Go SDK (v4.5.0) is now available. This release adds multi-factor authentication info to the
UserRecord
type. To install this SDK, see Add the Firebase Admin SDK to your server.The Firebase SDK for C++ (v7.2.0) is now available. This release includes bug fixes in Realtime Database as well as other changes and fixes.
April 13, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.4.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase CLI v9.10.0
- Migrated Firebase Extensions commands to use the registry API.
April 12, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.4.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
April 08, 2021
SDK Releases
The Firebase Android SDKs for Analytics, Authentication, Cloud Messaging, and Instance IDs have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v27.0.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.3.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
April 06, 2021
SDK Releases
- The Firebase iOS SDK (v7.10.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Firebase CLI v9.9.0
Added support for multiple accounts via new commands
login:use
,login:add
, andlogin:list
.Fixed native module issues with some installations by removing
fast-crc32c
dependency. (GitHub Issue #3247, GitHub Issue #3239)Fixed Cloud Firestore emulator's wrong behavior for documents which are created and deleted in a single transaction.
Fixed header parsing issue in Cloud Firestore emulator which was causing permission denined errors with JS SDK v8.3.2. (GitHub Issue #3258)
Fixed an edge case with
nextPageToken
inbatchGet
in the Firebase Authentication emulator. (GitHub Issue #3231)Added a retry for Quota Exceeded errors during Cloud Functions deployment. (GitHub Issue #2606, GitHub Issue #1372)
Removed unused dependencies. (GitHub Issue #3252)
April 02, 2021
Firebase Weekly Roundup
- 🐞 Fewer unreported crashes in Crashlytics
In BoM version 26.8 of the Android SDK we fixed a bug that could cause Crashlytics to miss events if it was unable to read the battery state of the device. If this happens, Crashlytics will now report default values for the battery state. Check out GitHub PR #2504 for more. - 🔐 Manage RTDB emulator security rules through the API
You can now manage the security rules of the Realtime Database emulator through the existing rules management API in the Node.js Admin SDK. So if you're already using methods likegetRules()
andsetRules()
to programmatically set the security rules of your project, those rules will now automatically connect to the local emulator when the emulator mode is enabled. Read more about it in the release notes for the Node.js Admin SDK. - 🏎 Faster event reporting in Performance Monitoring
Performance Monitoring events now show up in the console within minutes, instead of taking hours. So upgrade to the latest version of the SDK for your platform, and read all about it in the FAQ
To stay up to date on all our releases keep reading below, or follow @FirebaseReleases on Twitter.
April 01, 2021
Firebase Performance Monitoring
Near real time data is now available. Firebase Performance Monitoring now processes collected performance data as it comes in, which results in near real time data display in the Firebase console. Processed data displays in the console within a few minutes of its collection, hence the term "near real time". Learn more in the real time FAQ.
To take advantage of near real time data processing, make sure your app uses a real time compatible SDK version.
March 31, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.3.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 29, 2021
SDK Releases
The Firebase Admin Node.js SDK (v9.6.0) is now available. This release comes with improvements to OAuth 2.0 token caching and emulator support for Realtime Database rules management. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Go SDK (v4.4.0) is now available. This release comes with a new Authentication APIs for looking up user accounts by their auth provider IDs. To install this SDK, see Add the Firebase Admin SDK to your server.
March 25, 2021
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Storage, Crashlytics, and Crashlytics NDK 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.8.0. Learn how to add SDKs to your app using the Firebase BoM.
March 24, 2021
SDK Releases
The Firebase Admin Go SDK (v4.3.0) is now available. This release comes with new Authentication APIs for managing the auth providers associated with user accounts. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase iOS SDK (v7.9.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project. This release is available via Swift Package Manager only.
Firebase CLI v9.7.0
Added support for reading/writing
mfaInfo
field in the Firebase Authentication emulator. (GitHub Issue #3173)Fixed CORS issues when testing the Firebase Authentication emulator with jsdom. (GitHub Issue #3224)
Fixed an issue where
ext:dev:init
failed when TypeScript was selected. (GitHub PR #3220)Fixed port conflict issues when
functions:shell
is run alongside the Local Emulator Suite. (GitHub Issue #3210)Fixed invalid input error when running
database:settings:set
. (GitHub Issue #3217)
March 23, 2021
SDK Releases
- The Firebase iOS SDK (v7.9.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 19, 2021
Firebase Weekly Roundup
Many developers want to programmatically manage their Firebase projects, and this week we released two updates to make that easier:
Management API for Cloud Storage for Firebase
You can now manage the Storage buckets in your Firebase projects through a new REST API. Through this API, you can find out what buckets are part of your Firebase project and you can make existing Cloud Storage buckets available in Firebase or remove Firebase access from them. Read all about it in the documentation.
Manage Firebase Hosting sites through REST API or CLI
You can now manage Firebase Hosting sites through a REST API and the Firebase CLI. With these you can create, list, delete, and retrieve information about Hosting sites for your Firebase project. Read more about it in the documentation linked above and in the full release notes below.
And check out our YouTube channel for a roundup of big and small releases from the past month in Firebase Release Notes: March 2021 - Flutter null-safe plugins, Remote Config, better ML, and more!
March 18, 2021
Cloud Storage for Firebase
- You can now use REST APIs to manage Cloud Storage buckets in your Firebase projects. Use these APIs to view Cloud Storage buckets linked to your Firebase project, link existing Google Cloud Storage buckets to your Firebase project, or remove Firebase access to linked buckets.
SDK Releases
The Firebase Admin Python SDK (v4.5.3) is now available. This release includes a fix in Authentication. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v8.3.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 12, 2021
SDK Releases
- The Firebase iOS SDK (v7.8.1) is now available. For more details, see the Firebase iOS SDK release notes. This patch release is available for Analytics via Swift Package Manager and CocoaPods only.
March 11, 2021
Hosting
You can now use REST APIs and Firebase CLI commands for managing Firebase Hosting sites. Use these APIs and CLI commands to create, list, delete, and retrieve information about Hosting sites for your Firebase project.
These APIs and CLI commands are applicable for both your default Firebase-provisioned site and any additional sites for your project.
SDK Releases
The Firebase Android SDKs for Crashlytics, Crashlytics NDK, and Realtime Database have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.7.0. Learn how to add SDKs to your app using the Firebase BoM.
Firebase CLI v9.6.1
Added
firebase hosting:sites:<create|get|list|delete>
commands to allow management of Firebase Hosting sites.Fixed extra logging and race conditions when disabling emulated background functions.
March 10, 2021
SDK Releases
The Firebase Admin Java SDK (v7.1.1) is now available. This release contains some improvements to error handling in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v8.3.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 09, 2021
SDK Releases
- The Firebase iOS SDK (v7.8.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 08, 2021
Documentation
The Firebase documentation has been reorganized to replace the previous Guides section with four new content sections: Fundamentals, Build, Release & Monitor, and Engage. These changes group products and services into distinct sections reflecting each stage of an app's journey.
The Fundamentals section is the new home for platform-specific getting started guides and other project- or platform-level documentation. Product-specific documentation has been moved into the three sections: Build, Release & Monitor, and Engage.
Each of the four sections has an overview page to surface its associated products, new features and content, or help you find other types of related content, like blog posts and videos.
Firebase CLI v9.6.0
Fixed issue where proxied requests to dynamic content through the Hosting emulator would return unexpected location headers. (GitHub Issue #3097)
Fixed issue where the Hosting emulator would fail to start with
--only
filters using deploy targets. (GitHub Issue #2820)Fixed issue where optional parameters for Extensions could not be omitted. (GitHub Issue #3126)
Fixed issue with initializing Remote Config. (GitHub Issue #3137)
Deploying a function with a retry policy will no longer prompt if the function already had a retry policy. (GitHub Issue #798)
Fixed issue where
firebase database:remove
failed for large nodes. (GitHub PR #3137 and PR #3193)
March 04, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.2.10) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
March 02, 2021
SDK Releases
- The Firebase SDK for C++ (v7.1.1) is now available. This release includes a fix for a crash on old Android devices (Android 5.x and below).
March 01, 2021
SDK Releases
The Firebase Android SDKs for Authentication, Cloud Firestore, In-App Messaging, Firebase ML, and Remote Config have been updated. The App Distribution, Crashlytics, and Performance Monitoring Gradle plugins have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.6.0. Learn how to add SDKs to your app using the Firebase BoM.
February 23, 2021
SDK Releases
- The Firebase iOS SDK (v7.7.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
February 22, 2021
Firebase CLI v9.5.0
Added
firebase setup:emulators:ui
command to download the Emulator Suite UI. (GitHub PR #3152)Fixed issue where OOB flow was not initiated after updating a user's email. (GitHub Issue #3096)
Fixed issue where security rules were not applied to the default emulated Realtime Database instance. (GitHub Issue #3124)
Fixed issue where adding a field to an empty Cloud Firestore document in the Emulator Suite UI failed.
Fixed issue that was causing timeout errors for eventually successful functions deploys. (GitHub Issue #3147)
February 19, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.2.9) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 18, 2021
SDK Releases
The Firebase Admin Python SDK (v4.5.2) is now available. This release includes a fix to an issue that occurred with certain versions of the
urllib3
package. To install this SDK, see Add the Firebase Admin SDK to your server.The Firebase JavaScript SDK (v8.2.8) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 16, 2021
Hosting
Released and documented REST APIs for the following Hosting features:
Firebase CLI v9.4.0
Fixed issue where proxied requests to dynamic content through the Hosting emulator would return unexpected
location
headers. (GitHub Issue #3097)Fixed issue where optional parameters for Firebase Extensions could not be omitted. (GitHub Issue #3126)
Fixed issue where deploying Cloud Functions for Firebase fails on Node.js 15. (GitHub Issue #3120)
Fixed issue where Hosting emulator would connect to
0.0.0.0
for emulators. (GitHub Issue #3121)Improved performance and reliability of Cloud Functions for Firebase deployments. (GitHub Issue #3132)
SDK Releases
The Firebase SDK for C++ (v7.1.0) is now available. This release includes new features in Authentication and Remote Config; a new Remote Config API and deprecation of the old API; bug fixes in Cloud Firestore, FCM, and Remote Config; and other changes.
The Firebase SDK for Unity (v7.1.0) is now available. This release includes new features in Authentication and Remote Config; a new Remote Config API and deprecation of the old API; bug fixes in Cloud Firestore, FCM, and Remote Config; and other changes.
February 11, 2021
SDK Releases
The Firebase Android SDKs for App Indexing, Cloud Firestore, and Performance Monitoring 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.5.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.2.7) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
Realtime Database
- Added a
get
method on database references to allow users to get one-time snapshots of data, and newstartAfter
andendBefore
query result filters.
February 10, 2021
SDK Releases
- The Firebase Admin Node.js SDK (v9.5.0) is now available. This release includes bug fixes and improvements in the Authentication API. It also comes with improvements in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your server.
February 09, 2021
SDK Releases
- The Firebase iOS SDK (v7.6.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
February 04, 2021
SDK Releases
- The Firebase JavaScript SDK (v8.2.6) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
February 01, 2021
Firebase CLI v9.3.0
Added support for
batchDelete
in Authentication emulator. (GitHub Issue #3091)Added support for
createSessionCookie
in Authentication emulator. (GitHub Issue #3094)Fixed support for using the CLI as a library against locally running emulators. (GitHub Issue #3084)
SDK Releases
- The Firebase SDK for C++ (v7.0.1) is now available. This release fixes a linker issue with the Firebase installations SDK on Android.
January 29, 2021
SDK Releases
- The Firebase iOS SDK (v7.5.1) is now available. For more details, see the Firebase iOS SDK release notes. This release is available via Swift Package Manager only.
January 28, 2021
SDK Releases
The Firebase Admin Go SDK (v4.2.0) is now available. This release adds support for connecting to the Authentication emulator. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Android SDKs for Analytics, Cloud Firestore, Crashlytics, Crashlytics NDK, In-App Messaging, and Remote Config have 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.
An updated version of the google-services plugin for Android (v4.3.5) is now available. For more information, see the Firebase Android SDK Release Notes.
The Firebase Android BoM (Bill of Materials) has been updated to v26.4.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase SDK for C++ (v7.0.0) is now available. This release updates dependencies; adds the Firebase installations SDK; releases Cloud Firestore as Beta; removes deprecated functions in Analytics and FCM; changes compiler versions or settings on iOS, Linux, and Windows; marks Instance ID as deprecated; fixes several bugs; and adds features to Cloud Firestore and FCM.
The Firebase JavaScript SDK (v8.2.5) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 27, 2021
SDK Releases
- The Firebase iOS SDK (v7.5.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
January 21, 2021
Firebase project management
- Firebase now restricts the total number of Firebase Apps within a Firebase project to 30. This limit is to ensure that performance and OAuth 2.0 client ID creation aren't negatively affected. Learn more about the limit on apps per project in the FAQ.
Firebase CLI v9.2.2
- Improved handling of compressed content when proxying through the Hosting emulator. (GitHub Issue #3052 and Issue #3055)
SDK Releases
- The Firebase JavaScript SDK (v8.2.4) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 15, 2021
Firebase CLI v9.2.1
Fixed issue where authorized domains were not being correctly updated when deploying to Hosting channels. (GitHub Issue #3002)
Added support to catch errors while updating authorized domains when deleting Hosting channels; prints a warning instead of failing.
Added
root: true
to lint configurations for newly initialized functions directories to prevent it from being combined with a higher level config. (GitHub Issue #2925)Added support for setting
availableMemoryMb
to 4GB in the Cloud Functions for Firebase emulator. (GitHub Issue #3026)Fixed issue where host header was being incorrectly set when proxying to Cloud Run or Cloud Functions for Firebase from the Hosting emulator. (GitHub Issue #3012)
Fixed issue where emulated HTTP functions would crash when the URL contained query parameters. (GitHub Issue #3032)
Fixed issue with routing to emulated HTTP functions in regions outside of
us-central1
. (GitHub Issue #3031)Fixed issue where the User-Agent was being overridden when proxying through the Hosting emulator. (GitHub Issue #2970)
Fixed issue where the Cloud Firestore emulator wrongly triggered events on deleting an nonexistent document. (GitHub Issue #3043)
Fixed issue where Authentication emulator APIs required Oauth security for incoming requests. (GitHub Issue #3044)
January 14, 2021
SDK Releases
The Firebase Android SDKs for Analytics, Authentication, and Performance Monitoring have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.3.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.2.3) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 12, 2021
Firebase CLI v9.2.0
Added warning if developer is using yarn@2 PnP. (GitHub Issue #2198)
Improved logging for
emulators:start
andemulators:exec
. (GitHub Issue #3020)Updated underlying timeout handler when proxying through the Hosting emulator.
Fixed incorrect URLs reported inside emulated HTTPS functions. (GitHub Issue #1862)
Added support for setting
ingressSettings
when deploying functions. (GitHub Issue #2924)Added support for installing experimental extensions. (GitHub Issue #2830)
SDK Releases
The Firebase Admin Python SDK (v4.5.1) is now available. This release adds support for connecting to Realtime Database instances hosted in non-US regions. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase iOS SDK (v7.4.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
January 07, 2021
Firebase CLI v9.1.2
Fixed
firebase init
error when no arguments passed. (GitHub Issue #3000)Fixed
firebase serve
error when serving functions. (GitHub Issue #3000)
SDK Releases
- The Firebase JavaScript SDK (v8.2.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
January 06, 2021
Firebase CLI v9.1.1
Added support for allowing more than 100 concurrent connections to the Realtime Database emulator.
Fixed incorrect
databaseURL
inside the Cloud Functions emulator for new projects. (GitHub Issue #2965)Fixed function URLs when emulating namespaced/grouped Cloud Functions. (GitHub Issue #2966)
Added support for using
firebase-bolt
installed in localnode_modules
. (GitHub Issue #767)Fixed issue where Authentication triggers were not disabled when background triggers were disabled.
Re-added support for proxying HTTP requests in a new underlying library. (GitHub Issue #2927)
Updated the Cloud Functions for Firebase templates used for initialization. (GitHub Issue #2919)
December 21, 2020
SDK Releases
- The Firebase SDK for Unity (v7.0.2) is now available. This release fixes an issue with handling Unicode strings in Firestore on Android.
Firebase CLI v9.1.0
Improved error handling for
firestore:delete
when deleting very large documents.Added support for
batchCreate
for the Authentication emulator. (GitHub Issue #2947)Added support for
emulators:export
andemulators:import
for the Authentication emulator. (GitHub Issue #2955)Fixed the Emulator Suite UI failing to load Cloud Firestore when listening on
0.0.0.0
.Fixed issue with
firebase init database
populating the wrong key fordatabase.rules
.
December 17, 2020
SDK Releases
- The Firebase JavaScript SDK (v8.2.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 16, 2020
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Functions, Cloud Messaging, Cloud Storage, In-App Messaging, Installations, Instance IDs, Performance Monitoring, and Realtime Database have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.2.0. Learn how to add SDKs to your app using the Firebase BoM.
Firebase CLI v9.0.1
- Fixed "checkForNode8 is not a function" issue in
firebase deploy
. (GitHub Issue #2944)
December 15, 2020
SDK Releases
- The Firebase iOS SDK (v7.3.1) is now available. This release is available for CocoaPods and Swift Package Manager distributions only. Changes present in this version will be available in 7.4.0 for the zip and Carthage distributions. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Firebase CLI v9.0.0
A new release of the Firebase CLI is now available (v9.0.0) and includes the following changes:
Breaking: Ended support for the deprecated Node.js 8 runtime.
Breaking: Disabled deploys of the deprecated Node.js 8 runtime for Cloud Functions for Firebase.
Existing Node.js 8 functions will stop executing on March 15, 2021.Updated several dependencies that require Node.js >= 10 to fix
npm audit
issues.
Firebase CLI v8.20.0
A new release of the Firebase CLI is now available (v8.20.0) and includes the following changes:
Added support to show missing documents in the Emulator Suite UI for Cloud Firestore.
Improved support for paths with special characters in the Emulator Suite UI for Cloud Firestore.
Fixed issue where generation of an email link from the Admin SDK was failing with the Authentication emulator. (GitHub Issue #2933)
Fixed issue where multiple set-cookie headers were being proxied incorrectly in proxied responses through the Hosting emulator. (GitHub Issue #2931)
December 14, 2020
SDK Releases
- The Firebase Admin Java SDK (v7.1.0) is now available. This release includes new APIs to manage Firebase Remote Config templates. To install this SDK, see Add the Firebase Admin SDK to your server.
December 11, 2020
Firebase CLI v8.19.0
A new release of the Firebase CLI is now available (v8.19.0) and includes the following changes:
- Added Node.js 14 (beta) runtime support to Cloud Functions for Firebase.
SDK Releases
- The Firebase JavaScript SDK (v8.2.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 09, 2020
Firebase CLI v8.18.1
A new release of the Firebase CLI is now available (v8.18.1) and includes the following changes:
- Fixed issue where emulated functions were not receiving all expected headers.
SDK Releases
The Firebase Admin Node.js SDK (v9.4.2) is now available. This release comes with several Realtime Database dependency upgrades and type declaration fixes. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Python SDK (v4.5.0) is now available. This release deprecates support for Python 3.5 and contains some error handling improvements. To install this SDK, see Add the Firebase Admin SDK to your server.
December 08, 2020
SDK Releases
The Firebase iOS SDK (v7.3.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for Unity (v7.0.1) is now available. This release fixes an issue with missing symbols in Remote Config on Android.
December 07, 2020
Firebase CLI v8.18.0
A new release of the Firebase CLI is now available (v8.18.0) and includes the following changes:
Fixed unclear error messages when trying to enable APIs that require billing on Firebase projects that don't yet have a billing account.
Added support for specifying the service account a Cloud Functions function should use to run, by setting the
serviceAccount
infunctions.runWith()
.Added additional logging when deploying to a Firebase Hosting preview channel.
Added Hosting i18n rewrites to the Emulator Suite UI for Hosting.
Changed the IDP sign-in for the Emulator Suite UI for Authentication to always return an access token.
Fixed an issue for the Emulator Suite UI for Cloud Firestore where
listCollectionId
was not returning collections with nested docs.Fixed an issue for the Emulator Suite UI for Cloud Firestore where
listDocuments
withshowMissing
returned 500 errors.
December 03, 2020
SDK Releases
The Firebase Android SDK for Remote Config has 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.1.1. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase JavaScript SDK (v8.1.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
December 02, 2020
Firebase CLI v8.17.0
A new release of the Firebase CLI is now available (v8.17.0) and includes the following changes:
Fixed issue where
database:get
would not completely finish writing to the output file.Updated emulator's code for Firebase Hosting to not use the deprecated
request
module.Fixed race condition with disabling of background triggers. (GitHub Issue #2857)
Added the following features in the Emulator Suite UI for Cloud Firestore: support for
!=
andnot-in
queries, show filtered values when sorted, and show spaces in field keys.Fixed issue in the Emulator Suite UI for Authentication where it wasn't including project ID in API calls.
Fixed issue in the Emulator Suite UI for Authentication where there would be an error if one of the opener frames was a cross-origin frame.
Added default Realtime Database instance creation and API enablement to
firebase init
.
SDK Releases
The Firebase iOS SDK (v7.2.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for Unity (v7.0.0) is now available. This release updates the Android and iOS dependencies, adds the Installations library, various fixes in Firestore, and removes older deprecated functions.
November 19, 2020
SDK Releases
The Firebase JavaScript SDK (v8.1.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
The Firebase JavaScript SDK (v8.1.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 13, 2020
Firebase CLI v8.16.2
A new release of the Firebase CLI is now available (v8.16.2) and includes the following changes:
Fixed issue when running in a Node 8 environment where
URL
was not defined. (GitHub Issue #2817)Set
FIREBASE_AUTH_EMULATOR_HOST
inemulators:exec
.Updated roles for Firebase Hosting channels so that the GitHub Action allows the Action to update authorized domains.
SDK Releases
- The Firebase Admin Node.js SDK (v9.4.1) is now available. This release contains a critical fix in the Firebase Remote Config API. To install this SDK, see Add the Firebase Admin SDK to your server.
November 12, 2020
Realtime Database
Launched a new region for the Realtime Database, in Belgium, in addition to the existing region in the United States.
Launched a management API for the Realtime Database. With just a REST request, users can can list, create, update, delete, disable, and re-enable Realtime Database instances.
Firebase CLI v8.16.1
A new release of the Firebase CLI is now available (v8.16.1) and includes the following changes:
- Fixed issue in setting data using
firebase database:set
for Firebase Realtime Database. (GitHub Issue #2814)
SDK Releases
The Firebase Android SDKs for Authentication, Crashlytics, Crashlytics NDK, installations, Performance Monitoring, and Remote Config have been updated. The Crashlytics Gradle plugin and the Performance Monitoring Gradle plugin have 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.
The Firebase Android BoM (Bill of Materials) has been updated to v26.1.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin Node.js SDK (v9.4.0) is now available. This release contains several updates to the Cloud Firestore API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase JavaScript SDK (v8.0.2) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 11, 2020
Firebase CLI v8.16.0
A new release of the Firebase CLI is now available (v8.16.0) and includes the following changes:
Added support for the
europe-west1
region for Firebase Realtime Database. (GitHub PR #2812)Fixed issue in
database:settings:get
where the value wasn't being properly displayed. (GitHub PR #2811)Fixed Firebase console URLs for Firebase Realtime Database
database:push
,database:set
, anddatabase:update
commands. (GitHub PR #2801)
November 10, 2020
SDK Releases
- The Firebase iOS SDK (v7.1.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
November 05, 2020
Firebase CLI v8.15.1
A new release of the Firebase CLI is now available (v8.15.1) and includes the following changes:
Created work-around for Java emulators plus WSL connectivity issues. (GitHub PR #2780)
Fixed normalization when creating or deploying to Firebase Hosting channels. (GitHub PR #2748)
SDK Releases
- The Firebase JavaScript SDK (v8.0.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
November 04, 2020
Firebase CLI v8.15.0
A new release of the Firebase CLI is now available (v8.15.0) and includes the following changes:
Fixed inspection of Cloud Functions when using standalone binary release. (GitHub Issue #2740)
Fixed Realtime Database emulator crashing on invalid
.validate
rules. (GitHub Issue #2734)Fixed Realtime Database emulator rejecting Authentication emulator tokens.
Fixed lookup of empty results when using the Admin SDK with the Authentication emulator.
Added functionality to automatically connect to other running emulators from the Hosting emulator.
SDK Releases
- The Firebase iOS SDK (v7.0.0) patch release is now available. For more details, see the Firebase iOS SDK release notes. This release is available via CocoaPods only.
- The Firebase Admin .NET SDK (v2.0.0)
is now available. This release contains breaking changes including the
removal of support for
netstandard1.5
andnet45
target framework monikers. To install this SDK, see Add the Firebase Admin SDK to your server.
October 27, 2020
SDK Releases
The Firebase Android SDKs for A/B Testing, Analytics, Authentication, Cloud Firestore, Cloud Messaging, In-App Messaging, Instance IDs, and Remote Config have been updated. The Performance Monitoring 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.
The Firebase Bill of Materials (BoM) has been updated to v26.0.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
October 26, 2020
Firebase CLI v8.14.0
A new release of the Firebase CLI is now available (v8.14.0) and includes the following changes:
Introduces the Firebase Local Emulator Suite for Authentication.
Restores the ability to specify a Hosting site (configured in
firebase.json
) as a deploy--only
target. (GitHub Issue #2731)
SDK Releases
The Firebase iOS SDK (v7.0.0) is now available. This release includes several breaking changes and thus constitutes a major version bump. For more details, see the Firebase iOS SDK release notes.
The Firebase JavaScript SDK (v8.0.0) is now available. This release introduces a number of breaking changes. For more information, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 23, 2020
SDK Releases
The Firebase iOS SDK (v6.34.0 patch release) is now available. For more details, see the Firebase iOS SDK release notes. This release reverts Performance to a previous version and is available via CocoaPods only.
The Firebase Android SDK for Realtime Database has 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.
The Firebase Bill of Materials (BoM) has been updated to v25.13.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
October 22, 2020
SDK Releases
The Firebase Admin Go SDK (v4.1.0) is now available. This release comes with improvements to the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
The Firebase Admin Node.js SDK (v9.3.0) is now available. This release comes with improvements to the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 21, 2020
Firebase console
- You can now use the imported segments feature to add segments of devices, identified outside Firebase, for use with Firebase targeting services. This feature is currently available for use with A/B Testing, Remote Config, Firebase In-App Messaging, and the Notifications composer in the Firebase console.
October 20, 2020
SDK Releases
The Firebase SDK for C++ (v6.16.1) is now available. This release fixes issues with Realtime Database persistence, and missing symbols on Windows.
The Firebase SDK for Unity (v6.16.1) is now available. This release fixes issues with Crashlytics, Realtime Database persistence, and Linux library file sizes.
October 15, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.24.0) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 14, 2020
SDK Releases
- The Firebase Admin .NET SDK (v1.17.1) is now available. This release comes with improvements to the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
October 08, 2020
Hosting
In addition to using the Firebase Local Emulator Suite to test and view changes to your site locally, you can now also use sharable, temporary preview URLs to collaborate with your teammates. Learn more about the new ways you can test, preview, and deploy in the Hosting documentation.
To complement the new preview channels feature, Hosting now supports a GitHub Action to automate your site. Once set up, this GitHub Action creates a new preview URL for each PR on your repo and updates the content for the preview URL for each commit. The Action can even deploy to your live site when the PR is merged.
Hosting now offers version cloning so that you can more easily promote a version of your site from, for example, a preview to your live site.
SDK Releases
The Firebase iOS SDK (v6.34.0 patch release) is now available. For more details, see the Firebase iOS SDK release notes. This release updates GoogleDataTransport to v7.5.1 and is available via CocoaPods only.
The Firebase JavaScript SDK (v7.23.0) is now available. Analytics now warns instead of throwing errors if it detects a mismatched environment. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 07, 2020
SDK Releases
- The Firebase Admin Java SDK (v7.0.1) is now available. This release comes with improvements to the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your server.
October 06, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, and Dynamic Links SDKs have been updated. The Performance Monitoring 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.
The Firebase Android BoM (Bill of Materials) has been updated to v25.12.0. Learn how to add SDKs to your app using the Firebase BoM.
The Firebase iOS SDK (v6.34.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 05, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.22.1) is now available. This release fixes a bug in the Cloud Functions for Firebase Client SDK that causes callable functions to throw an error. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
October 02, 2020
SDK Releases
The Firebase SDK for C++ (v6.16.0) is now available. This release comes with the latest Android and iOS dependencies, offline persistence in Realtime Database, and fixes for issues in AdMob, Authentication, Cloud Firestore, and FCM.
The Firebase SDK for Unity (v6.16.0) is now available. This release comes with the latest Android and iOS dependencies, improvements to the Unity Editor performance, offline persistence in Realtime Database, and fixes for issues in AdMob, Authentication, Cloud Firestore, and FCM.
October 01, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.22.0) is now available. The Cloud Functions for Firebase Client SDK now allows users to set a custom domain for callable functions. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 30, 2020
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Messaging, Crashlytics, Crashlytics NDK, installations, Instance IDs, Performance Monitoring, and Realtime Database have 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.
Updated versions of the
google-services
plugin for Android (v4.3.4) and thestrict-version-matcher
plugin for Android (v1.2.2) are now available. For more details, check out the latest Android Release Notes.The Firebase Bill of Materials (BoM) has been updated to v25.11.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin .NET SDK (v1.17.0) is now available. This release deprecates support for
net45
andnetstandard1.5
target frameworks. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 24, 2020
SDK Releases
The Firebase iOS SDK (v6.33.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v7.21.1) is now available. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 18, 2020
Performance Monitoring
- Use the new Performance Monitoring dashboard to learn how your key metrics are trending. You can quickly identify regressions by seeing week-over-week changes or verify that recent changes in your code are improving performance. Learn more about using the dashboard.
September 17, 2020
SDK Releases
- The
Firebase JavaScript SDK (v7.21.0)
adds
not-in
and!=
query operators to Cloud Firestore for use with.where()
. It also includes bug fixes for Cloud Firestore and Testing SDK. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 15, 2020
SDK Releases
The Firebase Admin Python SDK (v4.4.0) is now available. This release adds support for managing AutoML models in the
ml
module. To install this SDK, see Add the Firebase Admin SDK to your Server.The Firebase Admin Node.js SDK (v9.2.0) is now available. This release adds support for managing AutoML models in Firebase ML. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 14, 2020
SDK Releases
- The Firebase iOS SDK (v6.32.2) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
September 11, 2020
SDK Releases
The Firebase Android SDK for Authentication has 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.
The Firebase Bill of Materials (BoM) has been updated to v25.10.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
September 10, 2020
Analytics
- For web apps using the Firebase JavaScript SDK v7.20.0 and later,
Firebase dynamically fetches the
measurementId
when your app initializes Analytics. Having this ID in your Firebase config object is optional, but it does serve as a fallback in the rare case that the dynamic fetch fails. Learn more about this field in the Analytics getting started page.
SDK Releases
- The
Firebase JavaScript SDK (v7.20.0)
updates Analytics to dynamically fetch
measurementId
. It also fixes a potential security issue in Cloud Messaging. Realtime Database can now infer a default database URL if none is provided. For more details, see the Firebase JavaScript SDK release notes. To install the SDK, see Add Firebase to your JavaScript Project.
September 09, 2020
SDK Releases
- The Firebase Admin .NET SDK (v1.16.0) is now available. This release comes with new APIs for GCIP multi-tenancy support. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 08, 2020
SDK Releases
- The Firebase iOS SDK (v6.32.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 31, 2020
SDK Releases
- The Firebase iOS SDK (v6.31.1) is now available. For more details, see the Firebase iOS SDK release notes. This release is available via CocoaPods only.
August 27, 2020
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Functions, Cloud Storage, In-App Messaging, and Realtime Database 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.
The Firebase Bill of Materials (BoM) has been updated to v25.9.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase iOS SDK (v6.31.0) patch release is now available. For more details, see the Firebase iOS SDK release notes. This release is available via CocoaPods only.
The Firebase JavaScript SDK (v7.19.1) is now available. For more details, see the Firebase JS SDK release notes To install the SDK, see Add Firebase to your JavaScript Project.
August 25, 2020
SDK Releases
- The Firebase iOS SDK (v6.31.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 20, 2020
SDK Releases
The Firebase Admin Node.js SDK (v9.1.1) is now available. This release comes with bug fixes in the Firebase Remote Config API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.19.0) adds a new
@firebase/rules-unit-testing
package to replace the@firebase/testing
package. It also includes some bug fixes. To install the SDK, see Add Firebase to your JavaScript Project.
August 19, 2020
SDK Releases
- The Firebase Admin Java SDK (v7.0.0) is now available. This release comes with several new APIs for better error handling. To install this SDK, see Add the Firebase Admin SDK to your Server.
August 17, 2020
Hosting
- Hosting now supports Brotli compression. We automatically select the best compression method for your content (gzip or Brotli) so that your content is delivered fast from CDN edges around the world.
August 14, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Crashlytics, Crashlytics NDK, and Firebase ML have been updated. The App Distribution 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.
The Firebase Bill of Materials (BoM) has been updated to v25.8.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
August 13, 2020
SDK Releases
The Firebase Admin Node.js SDK (v9.1.0) is now available. This release comes with the ability to enable/disable multi-factor authentication with SMS on a Google Cloud Identity Platform tenant. It also comes with bug fixes in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.18.0) adds 2 new APIs and deprecates 5 APIs in FCM. It also includes some bug fixes. To install the SDK, see Add Firebase to your JavaScript Project.
August 12, 2020
Hosting
- Set up internationalization (i18n) rewrites for your web apps to serve specific content based on a user's language preference and/or country. For example, you can serve homepages with country-specific themes or content that's written for a specific country-plus-language combination (like Canadian French or Argentine Spanish). Learn how to configure "i18n rewrites" in the Hosting documentation.
SDK Releases
- The Firebase Admin Java SDK (v6.16.0) is now available. This release comes with improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your Server.
August 11, 2020
Hosting
- You can now use Cloud Logging to view, search, and filter your web request logs for each of your Hosting sites. You can track from where and when you have visits to your site, your site's response statuses, the latency of end user requests, and more. Learn more about the Cloud Logging integration with Hosting.
SDK Releases
- The Firebase iOS SDK (v6.30.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 06, 2020
SDK Releases
- The
Firebase JavaScript SDK (v7.17.2)
adds an exportable
Database
interface to Realtime Database and also includes internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
July 30, 2020
Test Lab
- Firebase Test Lab now provides detailed accessibility reports when you run a Robo test on your app in the Firebase console. Visit Interpret accessibility results to learn how to interpret screenshots and other information about your accessibility test results.
SDK Releases
The Firebase Android SDKs for Cloud Messaging, Instance IDs, and installations have 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.
The Firebase Bill of Materials (BoM) has been updated to v25.7.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
July 29, 2020
SDK Releases
- The Firebase Admin .NET SDK (v1.15.0) is now available. This release comes with new APIs for managing SAML and OIDC provider configurations. To install this SDK, see Add the Firebase Admin SDK to your Server.
July 28, 2020
App Distribution
- After uploading your app to Firebase App Distribution, you can now download the IPA or APK file from the App Distribution dashboard of the Firebase console.
SDK Releases
- The Firebase iOS SDK (v6.29.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 24, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.17.1) fixes a bug introduced in 7.17.0 that caused an error on initializing Analytics. It also includes internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
July 23, 2020
SDK Releases
The Firebase Admin Java SDK (v6.15.0) is now available. This release comes with new APIs for tenant management operations. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.17.0) adds runtime environment checking functionality to Analytics and improves backend error messages in Cloud Storage. It also includes internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
July 21, 2020
SDK Releases
- The Firebase iOS SDK (v6.28.2) is now available. This release is available on CocoaPods only. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 17, 2020
SDK Releases
The Firebase Android SDK for Performance Monitoring has 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.
The Firebase Bill of Materials (BoM) has been updated to v25.6.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
July 16, 2020
- The Firebase JavaScript SDK (v7.16.1) includes bug fixes and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
July 14, 2020
SDK Releases
The Firebase iOS SDK (v6.28.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Node.js SDK (v9.0.0) is now available. Starting from this release, the Admin SDK requires Node.js 10 or higher. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase iOS SDK (v6.28.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 10, 2020
SDK Releases
- The Firebase SDK for Unity (v6.15.2) is now available. This release comes with fixes for issues with Firestore.
July 09, 2020
SDK Releases
- The
Firebase JavaScript SDK (v7.16.0)
adds support in Cloud Firestore for
set()
with merge options when usingFirestoreDataConverter
and restores the Cloud Firestore ReactNative bundle. It also includes bug fixes in Cloud Firestore, FCM, and Cloud Functions for Firebase Client SDK, as well as internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
July 08, 2020
SDK Releases
The Firebase Android SDKs for Cloud Messaging and Instance IDs have 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.
The Firebase Bill of Materials (BoM) has been updated to v25.6.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
July 07, 2020
SDK Releases
- The Firebase iOS SDK (v6.27.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 06, 2020
SDK Releases
- The Firebase Android SDKs for Analytics, Authentication, Cloud Firestore, Cloud Messaging, Crashlytics, Crashlytics NDK, In-App Messaging, Instance IDs, and Remote Config have 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.
June 29, 2020
SDK Releases
The Firebase Admin Node.js SDK (v8.13.0) is now available. This release comes with version management support for Firebase Remote Config and bug fixes for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase SDK for C++ (v6.15.1) is now available. This release comes with fixes for issues with Firestore.
The Firebase SDK for Unity (v6.15.1) is now available. release comes with fixes for issues with Firestore.
June 25, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.15.5) includes a bug fix and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
June 20, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.15.4) includes a bug fix. To install the SDK, see Add Firebase to your JavaScript Project.
June 19, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.15.3) includes a bug fix. To install the SDK, see Add Firebase to your JavaScript Project.
June 18, 2020
SDK Releases
The Firebase Android SDKs for Cloud Messaging, Crashlytics, Crashlytics NDK, Instance IDs, and Realtime Database 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.
The Firebase Bill of Materials (BoM) has been updated to v25.5.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase JavaScript SDK (v7.15.2) includes bug fixes and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
June 17, 2020
SDK Releases
The Firebase Admin .NET SDK (v1.14.0) is now available. This release contains a new API for importing users in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.14.0) is now available. This release comes with improvements in the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
June 16, 2020
SDK Releases
The Firebase Admin Go SDK (v4.0.0) is now available. This release comes with Go modules support and several new APIs for error handling. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase iOS SDK (v6.27.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
June 11, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.15.1) includes bug fixes and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
June 04, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Crashlytics, Crashlytics NDK, and Installations have been updated. The App Distribution 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.
The Firebase Bill of Materials (BoM) has been updated to v25.4.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase JavaScript SDK (v7.15.0) adds a new setting to allow Cloud Firestore to enable persistence in environments without
localStorage
. It also includes a bug fixes and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
June 02, 2020
SDK Releases
The Firebase iOS SDK (v6.26.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for C++ (v6.15.0) is now available. This release comes with a fix for an issue with App creation, and multiple Firestore improvements.
The Firebase SDK for Unity (v6.15.0) is now available. This release comes with an update to Crashlytics, a fix for the editor freezing, and multiple Firestore improvements.
May 29, 2020
SDK Releases
The Firebase Admin .NET SDK (v1.13.0) is now available. This release comes with new APIs for retrieving and deleting user accounts in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.14.6) adds a new setting to allow Cloud Firestore to ignore undefined properties in Cloud Firestore. It also includes a bug fix for Cloud Firestore and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
May 21, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Messaging, In-App Messaging, Installations, and Instance IDs have been updated. The Crashlytics Gradle plugin has also been updated. The Cloud Messaging Direct Boot SDK is now available. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) has been updated to v25.4.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin Go SDK (v3.13.0) is now available. This release comes with new APIs for fetching and deleting user accounts in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.14.5) includes a bug fix for Realtime Database and internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
May 19, 2020
SDK Releases
- The Firebase iOS SDK (v6.25.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
May 18, 2020
SDK Releases
The Firebase SDK for Unity (v6.14.1) is now available. This release includes Auth support for an updated sign in credential on Apple Sign In link failures on iOS.
The Firebase SDK for C++ (v6.14.1) is now available. This release includes Auth support for an updated sign in credential on Apple Sign In link failures on iOS.
May 14, 2020
SDK Releases
The Firebase Admin Java SDK (v6.13.0) is now available. This release comes with new APIs for fetching and deleting user accounts in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Python SDK (v4.3.0) is now available. This release comes with new APIs for fetching and deleting user accounts in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.14.4) includes bug fixes and internal refactoring for Cloud Firestore. To install the SDK, see Add Firebase to your JavaScript Project.
May 8, 2020
SDK Releases
- The Firebase Admin Node.js SDK (v8.12.1) is now available. This release comes with a fix to the typings of Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
May 07, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Messaging, Installations, and Instance IDs have been updated. The App Distribution and Crashlytics Gradle plugins have 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.
The Firebase Bill of Materials (BoM) has been updated to v25.3.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase JavaScript SDK (v7.14.3) includes bug fixes and internal refactoring for Cloud Firestore. To install the SDK, see Add Firebase to your JavaScript Project.
May 06, 2020
SDK Releases
The Firebase Admin Node.js SDK (v8.12.0) is now available. This release comes with new APIs for fetching and deleting user accounts in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.12.0) is now available. This release comes with new APIs for creating and verifying Firebase session cookies. To install this SDK, see Add the Firebase Admin SDK to your Server.
May 05, 2020
SDK Releases
- The Firebase iOS SDK (v6.24.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
April 30, 2020
SDK Releases
- The Firebase Admin Python SDK (v4.2.0)
is now available. This release contains a new
tenant_mgt
module to manage authentication tenants in GCIP-enabled Firebase projects. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 23, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Authentication, Crashlytics, Crashlytics NDK, Cloud Firestore, Cloud Messaging, In-App Messaging, Installations, Instance IDs, Firebase ML, Performance Monitoring, Realtime Database, and Remote Config 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.
The Firebase Bill of Materials (BoM) has been updated to v25.3.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase SDK for Unity (v6.14.0) is now available. This release includes an update to the Cloud Firestore logging API and removes a dependency on UIWebView API from the Crashlytics iOS SDK.
The Firebase SDK for C++ (v6.14.0) is now available. This release includes an update to the Cloud Firestore logging API.
The Firebase Admin .NET SDK (v1.11.0) is now available. This release comes with new APIs for revoking refresh tokens and checking for revoked ID tokens. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Go SDK (v3.12.1) is now available. This release comes with improvements to credentials loading and a bug fix in the FCM topic management API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.14.2) includes bug fixes for Cloud Firestore and Cloud Messaging. To install the SDK, see Add Firebase to your JavaScript Project.
April 22, 2020
SDK Releases
- The Firebase Admin Node.js SDK (v8.11.0) is now available. This release adds new APIs to manage Firebase-hosted custom ML models. It also includes new APIs to manage Firebase Remote Config templates. The release also comes with bug fixes and improvements for Authentication and Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 21, 2020
Test Lab
- Firebase Test Lab has redesigned the device catalog in the Firebase console to make the experience of selecting test devices more intuitive. You can now view the details of a device, as well as search and filter for devices. You can also create presets (previously called templates) for all test types, including Game Loop tests (for Android and iOS) and iOS XCTest.
SDK Releases
The Firebase Admin Python SDK (v4.1.0) is now available. This release contains a new
ml
module to manage Firebase-hosted custom ML models. To install this SDK, see Add the Firebase Admin SDK to your Server.The Firebase iOS SDK (v6.23.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
April 16, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.14.1) includes bug fixes for Cloud Storage and Authentication. To install the SDK, see Add Firebase to your JavaScript Project.
Firebase console
- You can now use drag-and-drop to reorder content on the Project Overview page in the Firebase Console.
April 09, 2020
SDK Releases
The Firebase Android SDKs for Crashlytics, Crashlytics NDK, In-App Messaging, Firebase ML, and Performance Monitoring have been updated. The App Distribution and Crashlytics Gradle plugins have 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.
The Firebase Bill of Materials (BoM) has been updated to v25.2.2. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin .NET SDK (v1.10.0) is now available. This release comes with new APIs for generating email action links for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.14.0) adds a new API for atomic field value increments in Realtime Database. It also includes some internal refactoring for bundle size optimization in Cloud Firestore. To install the SDK, see Add Firebase to your JavaScript Project.
April 08, 2020
SDK Releases
- The Firebase iOS SDK (v6.22.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
April 03, 2020
SDK Releases
The Firebase Android SDKs for Cloud Messaging, Installations, and Instance IDs have 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.
The Firebase Bill of Materials (BoM) has been updated to v25.2.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
April 02, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.13.2) contains bug fixes for Cloud Firestore and FCM. To install the SDK, see Add Firebase to your JavaScript Project.
March 31, 2020
- Cloud Functions for Firebase v3.6.0 has added support
for a new location,
europe-west3
. See Cloud Functions locations.
March 30, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, Cloud Messaging, Crashlytics, Crashlytics NDK, Installations, and Instance IDs have 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.
The Firebase Bill of Materials (BoM) has been updated to v25.2.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin Python SDK (v4.0.1) is now available. This release contains some bug fixes and improvements in Realtime Database and Cloud Messaging APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
March 27, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.13.1) fixes a syntax error in package.json for Cloud Firestore. To install the SDK, see Add Firebase to your JavaScript Project.
March 26, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.13.0) adds support for new events and parameters to Analytics. It also adds support to import memory-only build of Cloud Firestore without persistence related code. To install the SDK, see Add Firebase to your JavaScript Project.
March 25, 2020
Firebase Security Rules
- Improvements to the Firebase Security Rules Language and new Rules-related reporting tools are now available. See the latest Firebase Security Rules Release Notes.
March 24, 2020
SDK Releases
- The Firebase iOS SDK (v6.21.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 23, 2020
SDK Releases
- The Firebase SDK for Unity (v6.13.0) adds new APIs for Cloud Firestore, adds new asset labels for new External Dependency Manager features, and is now available through Unity Package Manager from Unity 2018.4 or above (see the setup guide).
FCM
- From March 2020, FCM has stopped creating legacy server keys.
Existing legacy server keys will continue to work, but we recommend that you instead use the newer version of key labeled Server key in the Firebase console.
For more information, see Migrate legacy server keys.
March 19, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.12.0) adds methods to set the SDK log level and customize log reporting. To install the SDK, see Add Firebase to your JavaScript Project.
March 17, 2020
AdMob
Linking your AdMob apps with Firebase (and Google Analytics!) now offers increasing levels of configuration to help you optimize your app's user experience and your ad revenue. Visit the AdMob documentation to learn about all the benefits of using AdMob, Firebase, and Google Analytics together!
SDK Releases
The Firebase Android SDKs for Cloud Messaging, Crashlytics, In-App Messaging, Installations, Instance IDs, and Remote Config 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.
The Firebase Bill of Materials (BoM) has been updated to v25.1.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
March 16, 2020
SDK Releases
- The Firebase iOS SDK (v6.20.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 12, 2020
SDK Releases
The Firebase Android SDK for Authentication has 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.
The Firebase Bill of Materials (BoM) has been updated to v25.1.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin Node.js SDK (v8.10.0) is now available. This release adds the ability for Cloud Identity Platform administrators to configure multi-factor authentication settings on user accounts. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.11.0) adds multi-factor authentication support for Google Cloud Identity Platform projects. To install the SDK, see Add Firebase to your JavaScript Project.
March 10, 2020
SDK Releases
- The Firebase iOS SDK (v6.19.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Firebase console
- We rewrote most of the Firebase console using Angular. The console now has a smaller initial download which means faster initial loading! You shouldn't notice any visual changes.
March 09, 2020
- Kotlin extension libraries for many Firebase Android SDKs are now out of beta! These ktx libraries enable you to access Firebase Android APIs using idiomatic Kotlin syntax. Learn more about these ktx libraries in the Android -- Kotlin reference documentation.
March 05, 2020
SDK Releases
The Firebase SDK for C++ (v6.12.0) adds experimental support for Cloud Firestore, available on all supported platforms.
The Firebase SDK for Unity (v6.12.0) adds experimental support for Cloud Firestore, available on all supported platforms.
The Firebase JavaScript SDK (v7.10.0) adds a
Timestamp.valueOf()
overload to Cloud Firestore. The SDK also includes some internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
March 03, 2020
SDK Releases
The Firebase Android SDKs Instance IDs and Cloud Messaging have 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.
The Firebase Bill of Materials (BoM) has been updated to v24.7.2. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
February 28, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.9.3) fixes a Cloud Storage CORS regression. The SDK also includes some internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
February 27, 2020
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, Instance IDs, Cloud Messaging, and Remote Config have been updated. Also, the Firebase installations SDK is now available. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) has been updated to v24.7.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase JavaScript SDK (v7.9.2) fixes a mangling issue for Cloud Firestore builds and reintroduces mangled browser CJS build for Cloud Firestore. The SDK also includes some internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
February 25, 2020
SDK Releases
- The Firebase iOS SDK (v6.18.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
February 24, 2020
SDK Releases
- The Firebase Admin Python SDK (v4.0.0) is now available. Starting from this release the Python Admin SDK does not support Python 2 and 3.4. To install this SDK, see Add the Firebase Admin SDK to your Server.
February 21, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.9.1) fixes a regression that affected Cloud Firestore Node and CJS bundles. The SDK also includes some internal refactoring. To install the SDK, see Add Firebase to your JavaScript Project.
February 20, 2020
SDK Releases
The Firebase SDK for C++ (v6.11.0) updated the minimum supported Xcode version and fixed an issue with Realtime Database connections.
The Firebase SDK for Unity (v6.11.0) updated the minimum supported Xcode version and fixed an issue with Realtime Database connections.
The Firebase JavaScript SDK (v7.9.0) replaces the Cloud Firestore bundle with a minified version, reducing total bundle size. It also includes bug fixes for Cloud Firestore and FCM, and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
February 14, 2020
SDK Releases
The Firebase Android SDKs for Dynamic Links have 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.
The Firebase Bill of Materials (BoM) has been updated to v24.7.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
February 13, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.8.2) includes a bug fix for Cloud Firestore as well as internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase Security Rules
- Improvements to the Firebase Security Rules Language and new Rules-related reporting tools are now available. See the latest Firebase Security Rules Release Notes.
February 11, 2020
SDK Releases
The Firebase iOS SDK (v6.17.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin .NET SDK (v1.9.2) is now available. This release contains a fix in the Authentication API to raise the correct error code when an already in-use email address is specified for a user. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.12.2) is now available. This release contains fixes to automatically retry operations that fail due to retry-eligible HTTP errors in project management and user management APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
February 06, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.8.1) includes a bug fix for Cloud Firestore as well as internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
February 03, 2020
SDK Releases
The Firebase Android SDKs for A/B Testing, App Indexing, Cloud Firestore, Cloud Functions, Cloud Storage, Realtime Database, and Remote Config 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.
The Firebase Bill of Materials (BoM) has been updated to v24.6.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
January 30, 2020
SDK Releases
The Firebase JavaScript SDK (v7.8.0) includes an experimental alternative minified Cloud Firestore import that developers can optionally try out (see notes for details). It also includes some bug fixes and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase SDK for C++ (v6.10.0) reverted experimental API from Authentication, added a new method which supports a nonce as required by Apple Sign-in to Authentication and updated the CMakeLists.txt to link static libraries properly for iOS targets.
The Firebase SDK for Unity (v6.10.0) , added a new method which supports a nonce as required by Apple Sign-in to Authentication, fixed Unity editor freeze when disposing FirebaseAuth and improved resource generation.
January 28, 2020
SDK Releases
- The Firebase iOS SDK (v6.16.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
January 23, 2020
SDK Releases
The Firebase Admin Node.js SDK (v8.9.2) is now available. This release contains a fix for an issue that prevented functions from being deployed via the Firebase CLI. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.12.1) is now available. This release contains a fix in the Cloud Messaging API to correctly format the
event_time
field inAndroidNotification
. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 16, 2020
SDK Releases
- The Firebase JavaScript SDK (v7.7.0) includes some bug fixes and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
- A patch release Firebase iOS SDK (v6.15.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
January 15, 2019
SDK Releases
- The Firebase Admin Node.js SDK (v8.9.1) is now available. This release contains some bug fixes that make the SDK operate correctly in managed cloud environments like Google Cloud Run. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v3.12.0) is now available. This release comes with several new additions to the FCM API. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 14, 2020
SDK Releases
The Firebase iOS SDK (v6.15.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDKs for Google Analytics, In-App Messaging, and Performance Monitoring have been updated. The Firebase Crashlytics SDK, the Firebase Crashlytics SDK for NDK crash reporting, and the Firebase Crashlytics Gradle plugin are now available in beta. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) has been updated to v24.5.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
January 09, 2020
SDK Releases
- The
Firebase JavaScript SDK (v7.6.2) fixes a
performance-affecting bug in Realtime Database causing slow updates, a Cloud Firestore
issue where auth credentials were not respected in certain
environments, and a Cloud Functions for Firebase Client SDK bug causing
functions.httpCallable()
to request notification permissions. It also includes some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
December 27, 2019
SDK Releases
The Firebase SDK for C++ (v6.9.0) added support for Apple Sign-in and for sign-in using 3rd party web providers to Authentication and added configuration of BigQuery export to Cloud Messaging.
The Firebase SDK for Unity (v6.9.0) added support for Apple Sign-in and for sign-in using 3rd party web providers to Authentication, added configuration of BigQuery export to Cloud Messaging, fixed a Crashlytics build reporting bug with Python 3, and fixed a core editor plugin loading issue on Windows.
December 23, 2019
SDK Releases
- The Firebase Admin Go SDK (v3.11.1)
is now available. This release contains some minor improvements to fix the
API reference generated by
godoc
. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 19, 2019
SDK Releases
- The Firebase Admin Node.js SDK (v8.9.0) is now available. This release includes dependency updates in Cloud Firestore and Realtime Database along with improvements to the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 18, 2019
SDK Releases
The Firebase Android SDKs for Performance Monitoring and Remote Config have been updated. The App Distribution 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.
The Firebase Bill of Materials (BoM) has been updated to v24.4.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase Admin Java SDK (v6.12.0) is now available. This release includes dependency updates in Cloud Firestore along with improvements to the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Go SDK (v3.11.0) is now available. The Admin SDK for Go now requires Go 1.11 or higher. This release comes with new additions to the Authentication API including multitenancy support. It also includes improvements to the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v7.6.1) includes some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
December 17, 2019
FCM
FCM has removed ongoing support for delivery receipts via the XMPP protocol. In place of XMPP delivery receipts, developers should enable delivery data export in the FCM client SDK.
SDK Releases
- The Firebase iOS SDK (v6.14.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
December 16, 2019
SDK Releases
- The Firebase SDK for Unity (v6.8.1) includes bug fixes for Crashlytics and core editor plugin to load without the iOS Unity extension installed.
December 12, 2019
SDK Releases
- The
Firebase JavaScript SDK (v7.6.0) adds
support for storing and retrieving custom types in Cloud Firestore. The
getToken()
method in FCM now automatically requests permissions if not previously requested. It also includes bug fixes in Cloud Firestore, FCM, and Testing SDK. To install this SDK, see Add Firebase to your JavaScript Project.
December 11, 2019
SDK Releases
- The Firebase Admin Python SDK (v3.2.1) is now available. This release includes a bug fix for the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 09, 2019
Firebase Security Rules
- Improvements to the Firebase Security Rules Language and new Rules-related reporting tools are now available. See the latest Firebase Security Rules Release Notes.
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Messaging, Instance IDs, Performance Monitoring, and Remote Config have been updated. The App Distribution 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.
The Firebase Bill of Materials (BoM) has been updated to v24.3.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
December 06, 2019
SDK Releases
- The Firebase JavaScript SDK (v7.5.2) includes a bug fix, see Add Firebase to your JavaScript Project.
December 05, 2019
SDK Releases
- The Firebase JavaScript SDK (v7.5.1) includes bug fixes and some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
December 03, 2019
SDK Releases
The Firebase SDK for C++ (v6.8.0) includes fixes for issues in AdMob and resource generation from google-services.json.
The Firebase SDK for Unity (v6.8.0) includes bug fixes for resource generation from google-services.json.
November 22, 2019
SDK Releases
The Firebase Android SDK for Authentication has 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.
The Firebase Bill of Materials (BoM) has been updated to v24.2.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
November 21, 2019
Analytics
- Google Analytics in Firebase is now available for use in the BigQuery sandbox. Previously, users could only see their analytics data in BigQuery by providing a credit card for payment. Analytics now being available in the sandbox means all Firebase data is accessible to try in the BigQuery sandbox before needing to commit to a billing plan and account.
SDK Releases
- The Firebase JavaScript SDK (v7.5.0) includes performance improvements for repeated queries in Cloud Firestore. It also includes some bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
November 19, 2019
SDK Releases
- The Firebase Admin Node.js SDK (v8.8.0) is now available. This release includes dependency updates in Cloud Firestore and Cloud Storage along with improvements to Authentication and Cloud Messaging. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase iOS SDK (v6.13.0) patch release is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
November 14, 2019
SDK Releases
The Firebase iOS SDK (v6.13.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v7.4.0) adds nonce support for sign-in with OIDC ID token credentials and OAuth sign-in support for apps served from origins with the
ionic://
scheme. It also includes bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
November 13, 2019
SDK Releases
The Firebase SDK for C++ (v6.7.0) includes fixes for issues in Analytics, Realtime Database, Cloud Storage, and App. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.7.0) includes bug fixes for Analytics, Realtime Database, Dynamic Links, Crashlytics, and Cloud Storage. To install this SDK, see Add Firebase to your Unity Project.
The Firebase Admin Python SDK (v3.2.0) is now available. This release comes with improvements and new additions to the Cloud Messaging API including the ability to further customize notifications that target Android devices. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 11, 2019
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Messaging, In-App Messaging, Instance IDs, ML Kit for Firebase, and Performance Monitoring have been updated. The App Distribution 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.
The Firebase Bill of Materials (BoM) has been updated to v24.1.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
November 7, 2019
SDK Release
- The Firebase JavaScript SDK (v7.3.0) adds new query operators in Cloud Firestore and contains some bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
November 5, 2019
SDK Releases
- The Firebase iOS SDK (v6.12.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 31, 2019
SDK Release
- The Firebase JavaScript SDK (v7.2.3) includes bug fixes for Cloud Firestore, type fixes for Analytics, and some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
October 30, 2019
SDK Releases
The Firebase Admin GO SDK (v3.10.0) is now available. This release comes with a new API for managing OIDC and SAML auth provider configurations and other improvements to Authentication and Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Node.js SDK (v8.7.0) is now available. This release comes with new additions to Cloud Messaging API that allow further customization of notifications that target Android devices. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.11.0) is now available. This release comes with improvements and new additions to Cloud Messaging API including the ability to further customization of notifications that target Android devices. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 25, 2019
SDK Releases
The Firebase Android SDKs for Analytics and Cloud Firestore have 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.
The Firebase Bill of Materials (BoM) has been updated to v24.0.2. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
October 24, 2019
SDK Release
- The Firebase Admin Python SDK (v3.1.0) is now available. This release comes with several improvements related to error handling.
October 23, 2019
SDK Release
- The Firebase JavaScript SDK (v7.2.2) includes bug fixes for rxFire and some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
October 22, 2019
SDK Releases
- The Firebase iOS SDK (v6.11.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 16, 2019
SDK Release
The Firebase Android SDKs for Cloud Firestore, ML Kit for Firebase, Performance Monitoring, Realtime Database, and Remote Config have been updated. The App Distribution 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.
The Firebase Bill of Materials (BoM) has been updated to v24.0.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase JavaScript SDK (v7.2.1) updates Cloud Firestore to prevent crashes in iOS 13. It also includes bug fixes and refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v8.6.1) is now available. This release includes improvements to Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.9.1) is now available. This release adds automatic retries for HTTP requests that are failing due to low-level I/O errors and HTTP 503 errors. It also comes with improvements to Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 10, 2019
SDK Release
- The Firebase JavaScript SDK (v7.2.0) includes bug fixes and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
October 8, 2019
Firebase Security Rules
- Improvements to the Firebase Security Rules Language are now available. See the latest Firebase Security Rules Release Notes.
SDK Releases
- The Firebase iOS SDK (v6.10.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 3, 2019
SDK Releases
- The
Firebase JavaScript SDK (v7.1.0) adds a
new Cloud Firestore method,
onSnapshotsInSync()
. It also includes bug fixes to Cloud Firestore, Realtime Database, and Analytics. To install this SDK, see Add Firebase to your JavaScript Project.
October 2, 2019
SDK Releases
- The Firebase SDK for C++ (v6.6.1) includes a bug fix for Futures. To install this SDK, see Add Firebase to your C++ Project.
September 26, 2019
App Distribution
- Firebase App Distribution is now available. With Firebase App Distribution you can distribute pre-release builds of your iOS and Androids apps to your trusted testers. Builds can be distributed from the Firebase console or using CLI tools via Gradle, fastlane, or the Firebase CLI. Learn more.
Analytics
- Google Analytics for web apps is now available. With Google Analytics you can now bring all of the features of Google Analytics App + Web properties to your Firebase web apps. See Get started with Google Analytics.
Remote Config
- Firebase Remote Config for web apps is now available. With Remote Config you can define parameters in your app and update their values in the cloud, allowing you to modify the appearance and behavior of your app without distributing an app update. See Get started with Firebase Remote Config on Web.
Firebase Extensions
- Firebase Extensions are now available. Deploy functionality to your app quickly using these pre-packaged solutions. Firebase Extensions are configurable, and work with Firebase and other Google Cloud Platform products. Learn more about Firebase Extensions and how to get started using Extensions.
FCM
- FCM introduces the targeting of web apps for messages sent from the Notifications composer. You can now target web notification messages by browser type and version as well as operating system. See Send messages with the Firebase Console.
Firebase Predictions
The next version of Firebase Predictions is available in beta. This new version provides greater targeting granularity—for example, "the 10% of users most likely to spend"—and other improvements.
The new version is the default for both new and existing projects. However, you can continue using the earlier version by clicking your app name on the Predictions dashboard, then selecting Predictions instead of Predictions beta.
Firebase console
Web apps can now have Analytics data streams created for them. This data will then be included in the project’s dashboard as well as throughout the Analytics console.
New web apps in new projects created after this release automatically have a web stream created for them, so long as the user opts into Google Analytics in the onboarding flow. Existing projects need to upgrade to the full Google Analytics experience before they can have data streams for both their existing web apps as well as any new web apps that they create inside that project.
You can associate web apps with streams either in the Firebase console or by using the Firebase Management REST API.
FCM introduces the targeting of web apps for messages sent from the Notifications composer. You can now target web notification messages by browser type and version as well as operating system. You can also target messages by audiences that now include users on web. See Send messages with the Firebase Console.
Test Lab introduces test sharding to help you finish running your tests quicker. Test sharding lets you distribute a set of tests into shards, then run them in parallel across multiple devices. Learn more in Speed up tests with sharding.
Cloud Firestore introduces monitoring for active connections and snapshot listeners to the Firestore usage dashboard in the Firebase console.
Firebase IAM now supports new predefined roles, Firebase product-level roles, which offer even more granular access control for Firebase products. Assign these roles using the GCP console.
SDK Releases
The Firebase Android SDKs for Authentication, Cloud Storage, In-App Messaging, ML Kit for Firebase, and Remote Config have been updated. Also, the Firebase App Distribution Gradle plugin (v1.0.0) is now available.
For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) has been updated to v22.3.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
The Firebase JavaScript SDK (v7.0.0) is now available. This release introduces support for Remote Config and Analytics, and includes significant updates to FCM. Review the detailed release notes to ensure your app functions as expected.
To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase SDK for C++ (v6.6.0) includes bug fixes for Authentication, Realtime Database and Remote Config. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.6.0) includes bug fixes for Authentication and Realtime Database. To install this SDK, see Add Firebase to your Unity Project.
September 23, 2019
SDK Releases
- The Firebase iOS SDK (v6.9.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
September 19, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.6.2) includes internal improvements and some bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
September 18, 2019
SDK Releases
The Firebase Admin Node.js SDK (v8.6.0) is now available. This release comes with a new API for managing Cloud Firestore and Cloud Storage security rules. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.9.0) is now available. This release comes with improved error handling for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 13, 2019
SDK Releases
The Firebase Android SDK for Cloud Firestore has been updated to v21.1.1. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) has been updated to v22.2.1. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
We have received reports that the v21.1.0 release of the Firebase Android SDK for Cloud Firestore can trigger an uncaught exception. Consequently, this issue also affects the Firebase BoM v22.2.0 release. Make sure to update to the next version of the Cloud Firestore SDK or Firebase BoM to get the fix.
September 12, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.6.1) includes some internal refactoring and cleanup. To install this SDK, see Add Firebase to your JavaScript Project.
September 11, 2019
SDK Releases
The Firebase Admin Python SDK (v3.0.0) is now available. This major release includes improvements in error handling and some breaking changes. See the migration guide.
The Firebase SDK for C++ (v6.5.0) is now available. This release includes improved logging. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.5.0) is now available. This release includes improved logging and bug fixes when playing in the editor. To install this SDK, see Add Firebase to your Unity Project.
September 10, 2019
SDK Releases
The Firebase iOS SDK (v6.8.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Crashlytics SDK for iOS (v3.14.0) is now available. This release removes all references to the deprecated
UIWebView
APIs. For more information, refer to GitHub Issue #3780.
September 09, 2019
SDK Releases
The Firebase Android SDKs for Cloud Firestore, Cloud Storage, ML Kit for Firebase, Realtime Database, and Remote Config have 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.
The Firebase Bill of Materials (BoM) has been updated to v22.2.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
September 06, 2019
- The
google-services
plugin for Android (v4.3.2) is now available. For more details, check out the latest Android Release Notes.
September 05, 2019
SDK Releases
The Firebase Admin Node.js SDK (v8.5.0) is now available. This release adds multi-tenancy support to the Authentication service.
The Firebase JavaScript SDK (v6.6.0) adds multi-tenancy support to the Authentication service. It also includes some bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v6.8.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
September 04, 2019
SDK Releases
- The Firebase Admin Java SDK (v6.10.0) is now available. This release comes with several new additions to the Cloud Messaging API and support for integrating with the Realtime Database emulator.
August 29, 2019
SDK Releases
- The
Firebase JavaScript SDK (v6.5.0) adds
new
waitForPendingWrites()
andterminate()
methods to Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
August 28, 2019
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Functions, and ML Kit for Firebase have 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.
The Firebase Bill of Materials (BoM) has been updated to v22.1.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
August 26, 2019
SDK Releases
The Firebase SDK for C++ (v6.4.0) includes bug fixes for Authentication, and Realtime Database. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.4.0) includes bug fixes for Authentication, and Realtime Database. To install this SDK, see Add Firebase to your Unity Project.
August 23, 2019
SDK Releases
The Firebase JavaScript SDK (v6.4.2) fixes a bug in Performance Monitoring and updates an rxFire API. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v6.7.1) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 22, 2019
SDK Releases
The Firebase JavaScript SDK (v6.4.1) includes enhanced retry logic for Cloud Firestore transactions, new data validation for performance metrics, and more graceful handling of duplicate service registrations. To install this SDK, see Add Firebase to your JavaScript Project.
The
google-services
plugin for Android (v4.3.1) is now available. This release removes calls to a deprecated API. For more details, check out the latest Android Release Notes.
August 21, 2019
SDK Releases
The Firebase iOS SDK (v6.7.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Node.js SDK (v8.4.0) is now available. This release adds support for specifying Analytics labels for notifications.
The Firebase Admin Python SDK (v2.18.0) is now available. This release includes new features for Cloud Messaging including support for specifying Analytics labels for notifications, and deprecates
WebpushFcmOptions
in favor ofWebpushFCMOptions
.
August 16, 2019
SDK Releases
The Firebase Android SDKs for Analytics, Cloud Firestore, Cloud Messaging, and ML Kit for Firebase have 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.
The Firebase Bill of Materials (BoM) has been updated to v22.0.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
August 15, 2019
SDK Releases
- The
Firebase JavaScript SDK (v6.4.0) includes
a slight change in the way the Realtime Database URL is parsed, and now
treats the
ns
URL query parameter as the default Realtime Database namespace name. It also includes a bug fix in Realtime Database and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
August 14, 2019
SDK Releases
The Firebase SDK for C++ (v6.3.0) includes bug fixes for Authentication, and Realtime Database. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.3.0) includes bug fixes for Authentication, and Realtime Database. To install this SDK, see Add Firebase to your Unity Project.
August 8, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.3.5) includes dependency updates and fixes an issue in Authentication. To install this SDK, see Add Firebase to your JavaScript Project.
August 7, 2019
SDK Releases
The Firebase Admin Go SDK (v3.9.0) is now available. This release comes with a new API for sending Cloud Messaging messages in batches. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.8.0) is now available. This release comes with a new API for managing Cloud Messaging topic subscriptions and improved error handling. To install this SDK, see Add the Firebase Admin SDK to your Server.
August 6, 2019
SDK Releases
- The Firebase iOS SDK (v6.6.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
August 1, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.3.4) fixes an encoding issue in Realtime Database. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase Gradle Plugins
- The Firebase Performance Monitoring Gradle plugin has been updated. For more details, check out the latest Android Release Notes.
July 31, 2019
Firebase console
The create project flow in the Firebase console has been updated to be a full-screen, multi-step flow. Users can choose to skip the step of setting up Google Analytics. When Google Analytics is set up, users can choose to associate their Firebase project with an existing Google Analytics account or to create a new Google Analytics account.
We are also introducing the ability to upgrade your Firebase project to access even more powerful analytics capabilities in Google Analytics, in addition to the free and unlimited event reporting already available in the Firebase console. To learn more, see the Firebase blog.
July 26, 2019
SDK Releases
The Firebase JavaScript SDK (v6.3.3) fixes a regression in Realtime Database introduced in v6.3.2. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase SDK for C++ (v6.2.2) includes bug fixes for Authentication, Realtime Database, Cloud Functions and Cloud Storage. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.2.2) includes bug fixes for Authentication, Realtime Database, Cloud Functions and Cloud Storage. It also works around regressions in Unity 2019.2 and 2019.3 which caused a DllNotFoundException in the editor. To install this SDK, see Add Firebase to your Unity Project.
July 25, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.3.2) includes a bug fix for Performance Monitoring and adds an environment variable that allows developers to specify a local database emulator instance. To install this SDK, see Add Firebase to your JavaScript Project.
July 24, 2019
SDK Releases
The Firebase Android SDKs for Cloud Functions, Realtime Database, Cloud Storage, Cloud Firestore, and ML Kit for Firebase have 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.
The Firebase Bill of Materials (BoM) has been updated to v21.1.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
Cloud Functions for Firebase v3.2.0 has added support for Test Lab triggered functions with
functions.testLab
.The Firebase Admin Node.js SDK (v8.3.0) is now available. This release comes with a new API for retrieving and updating Realtime Database security rules. To install this SDK, see Add the Firebase Admin SDK to your Server.
July 18, 2019
SDK Releases
The Firebase iOS SDK (v6.5.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Java SDK (v6.9.0) is now available. This release comes with new APIs for specifying analytics labels for FCM notifications. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v6.3.1) includes internal refactoring changes and some fixes for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
July 12, 2019
SDK Releases
The Firebase Android SDKs for Analytics, Authentication, Cloud Storage, In-App Messaging, and ML Kit for Firebase have 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.
The Firebase Bill of Materials (BoM) has been updated to v21.0.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
July 11, 2019
SDK Releases
The Firebase Crashlytics SDK for iOS (v3.13.4) is now available. This release includes:
- Hotfix for changes introduced with Answers 1.4.1
The Firebase JavaScript SDK (v6.3.0) includes a fix to prevent errors during page load on browsers that don't support IndexedDB. It also includes internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
July 10, 2019
Firebase Gradle Plugins
- The Firebase Performance Monitoring Gradle plugin has been updated. For more details, check out the latest Android Release Notes.
SDK Releases
- The Firebase SDK for Unity (v6.2.1) is now available, which fixes an issue with Crashlytics on Android.
July 9, 2019
SDK Releases
The Firebase Crashlytics SDK for iOS (v3.13.3) is now available. This release includes:
- Upgrade to include changes for Answers 1.4.1
- Fix for an issue where system libraries are not symbolicated for arm64e devices
The Firebase iOS SDK (v6.4.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 8, 2019
SDK Releases
- Cloud Functions for Firebase v3.1.0 has added support
for the
us-east4
region.
July 2, 2019
SDK Releases
The Firebase SDK for C++ (v6.2.0) is now available with support for custom domains in Dynamic Links, and fixes to Realtime Database and Instance ID. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.1.0) is now available with a new C++ implementation for Realtime Database on Desktop, support for custom domains in Dynamic Links, and fixes to Crashlytics, Instance ID, and Realtime Database. To install this SDK, see Add Firebase to your Unity Project.
June 27, 2019
- The
google-services
plugin for Android (v4.3.0) and thestrict-version-matcher
plugin for Android (v1.2.0) are now available. This release contains bug fixes and a change to where you can apply the plugin. For more details, check out the latest Android Release Notes.
SDK Releases
The Firebase Admin .NET SDK (v1.7.0) is now available. This release comes with a set of new user management APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v6.2.4) fixes an issue in Performance Monitoring. To install this SDK, see Add Firebase to your JavaScript Project.
June 24, 2019
SDK Releases
The Firebase JavaScript SDK (v6.2.3) fixes a serious issue introduced in the previous release that affects Cloud Firestore queries. It also fixes a bug causing errors when using Authentication in Node. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Instance IDs, Cloud Firestore, Cloud Messaging, and Performance Monitoring have 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.
The Firebase Bill of Materials (BoM) has been updated to v20.1.0. Learn how to add SDKs to your app using the Firebase BoM, in the Android getting started guide.
June 21, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.2.2) fixes a bug introduced in the previous release that causes crashes in React Native. It also includes some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
June 20, 2019
SDK Releases
The Firebase Android SDKs for In-App Messaging have been updated. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) (v20.0.1) has been updated. To add SDKs to your app using the Firebase BoM, visit Add Firebase to your Android Project.
For more details about these updates, check out the latest Android Release Notes.
The Firebase JavaScript SDK (v6.2.1) fixes a bug that may occur when bundling Firebase with user code, and a bug causing errors in environments without
window.addEventListener
. It also includes some internal refactoring to improve type safety. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase console
- For new projects, set your Cloud Storage and Cloud Firestore data location when you enable one of those services rather than during project creation. To learn more, visit Select locations for your project.
June 19, 2019
SDK Releases
The Firebase Admin Node.js SDK (v8.2.0) is now available. This release fixes an issue that hindered its usage in GKE and several other managed environments. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase iOS SDK (v6.3.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Crashlytics SDK for iOS (v3.13.2) is now available. This release fixes a symbol name collision between
Crashlytics
andClassKit
.
June 17, 2019
SDK Releases
The Firebase Android SDKs for Ads, Analytics, App Indexing, Authentication, Cloud Firestore, Cloud Functions (client), Cloud Messaging, Cloud Storage, Dynamic Links, In-App Messaging, Instance IDs, ML Kit for Firebase, Performance Monitoring, Realtime Database, Remote Config, and A/B Testing have been updated. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) (v20.0.0) has been updated. To add SDKs to your app using the Firebase BoM, visit Add Firebase to your Android Project.
For more details about these updates, check out the latest Android Release Notes.
June 13, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.2.0) includes a new API in Cloud Firestore that allows you to clear persisted data on device. It also includes some documentation updates. To install this SDK, see Add Firebase to your JavaScript Project.
June 12, 2019
SDK Releases
- Cloud Functions for Firebase has removed ongoing support for the Node.js 6 runtime. If you want to deploy and run existing functions built on Node.js 6, you must use a Firebase SDK for Cloud Functions lower than version 3.0.0. See the Firebase documentation to learn more about how to set Node.js version.
June 11, 2019
SDK Releases
The Firebase Admin Node.js SDK (v8.1.0) is now available. This release comes with some new project-scoped APIs in the
projectManagement
module. To install this SDK, see Add the Firebase Admin SDK to your Server.The Firebase Admin Go SDK (v3.8.1) is now available. To install this SDK, see Add the Firebase Admin SDK to your Server.
June 7, 2019
SDK Releases
- The Firebase SDK for Unity (v6.1.1) is now available, which fixes an issue when generating Firebase config files on Windows.
June 6, 2019
SDK Releases
The Firebase Admin .NET SDK (v1.6.0) is now available. This release comes with new APIs for retrieving user accounts in Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase SDK for C++ (v6.1.0) is now available with updated Android and iOS dependencies, desktop auth persistence, and a number of bug fixes. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.1.0) is now available with updated Android and iOS dependencies, desktop auth persistence, and a number of bug fixes. To install this SDK, see Add Firebase to your Unity Project.
The Firebase JavaScript SDK (v6.1.1) includes some internal refactoring to improve type safety. To install this SDK, see Add Firebase to your JavaScript Project.
June 4, 2019
SDK Releases
- The Firebase iOS SDK (v6.2.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
May 31, 2019
SDK Releases
The Firebase Android SDK for Cloud Firestore has been updated. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) (v19.0.0) has been updated. To add SDKs to your app using the Firebase BoM, visit Add Firebase to your Android Project.
For more details, check out the latest Android Release Notes.
May 30, 2019
SDK Releases
The Firebase Admin Go SDK (v3.8.0) is now available. This release comes with a new API for generating email action links for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.5.0) is now available. This release comes with new APIs for retrieving and deleting user accounts in Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
May 28, 2019
SDK Releases
The Firebase Android SDKs for Cloud Firestore, In-App Messaging, ML Kit for Firebase, and Performance Monitoring have 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.
The Firebase JavaScript SDK (v6.1.0) adds the ability to list objects in a bucket in Cloud Storage. It also includes some bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
May 23, 2019
SDK Releases
The Firebase Admin Node.js SDK (v8.0.0) is now available. This release drops support for Node 6, and comes with version 2.0.0 of the Cloud Firestore client. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Python SDK (v2.17.0) is now available. This release comes with new APIs for sending Cloud Messaging messages to multiple devices. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Android SDK for Crashlytics has 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.
The Firebase JavaScript SDK (v6.0.4) improves Cloud Firestore's ability to recover after network connectivity changes, moves some peer dependencies to direct dependencies, and has some bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
May 21, 2019
SDK Releases
The Firebase Admin Node.js SDK (v7.4.0) is now available. This release deprecates support for Node 6, and comes with a new version of the Cloud Firestore client. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase iOS SDK (v6.1.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
May 16, 2019
SDK Releases
- The Firebase Crashlytics SDK for iOS (v3.13.1) is now available. This is a patch release to ensure functionality alignment with the Fabric SDK (v1.10.1). No action is needed for Firebase Crashlytics users.
May 10, 2019
SDK Releases
The Firebase Crashlytics SDK for iOS (v3.13.0) is now available. This release includes no changes to the Firebase Crashlytics SDK itself, and no action is needed for Firebase Crashlytics users.
This version of the Crashlytics SDK depends on a new version of the Fabric SDK (v1.10.0), with major changes to the command line tools. These changes do not affect Firebase Crashlytics users, but for details about the change, refer to the latest Fabric SDK changelog.
May 9, 2019
SDK Releases
- The
Firebase JavaScript SDK (v6.0.2) is
now available. It updates the
gRPC
version and includes some bug fixes, see Add Firebase to your JavaScript Project.
May 8, 2019
SDK Releases
- The Firebase JavaScript SDK (v6.0.1) is now available. It fixes a regression in Authentication introduced in 6.0.0. To install this SDK, see Add Firebase to your JavaScript Project.
May 7, 2019
SDK Releases
The Firebase iOS SDK (v6.0.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v6.0.0) is now available. This release introduces the new Performance Monitoring Client SDK. Polyfills in the Firebase package are removed. Cloud Firestore adds support for querying across collections. It also includes breaking changes in Authentication and Realtime Database. Please review the detailed release notes to ensure your app functions as expected. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Analytics, App Indexing, Authentication, Cloud Firestore, Cloud Functions (client), Cloud Messaging, Cloud Storage, Dynamic Links, Invites, ML Kit for Firebase, Performance Monitoring, Realtime Database, Remote Config, A/B Testing, and Instance IDs have been updated. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase Bill of Materials (BoM) (v18.0.0 and v18.1.0) has been updated. To add SDKs to your app using the Firebase BoM, visit Add Firebase to your Android Project.
For more details about these updates, check out the latest Android Release Notes.
The Firebase SDK for C++ (v6.0.0) is now available with updated Android and iOS dependencies, bug fixes, removal of Firebase Invites, and a few deprecations. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v6.0.0) is now available with Crashlytics added as generally available (GA), a new
Task.ContinueWithOnMainThread()
extension method, updated Android and iOS dependencies, updated Android and iOS Resolver, bug fixes, removal of Firebase Invites, and a few deprecations. To install this SDK, see Add Firebase to your Unity Project.
Firebase Gradle Plugins
- The Firebase Gradle Plugins have been updated. For more details, check out the latest Android Release Notes.
Firebase console
- Firebase now supports web apps as a top-level app type in the Firebase console. Add a web app to your Firebase project just like you've added iOS and Android apps. You can also see the details of a registered web app from the Your apps card in your Project settings (alongside your iOS and Android apps). Visit Add Firebase to your JavaScript project to learn more.
Performance Monitoring
- Firebase Performance Monitoring for web apps is now available. With Performance Monitoring, you can gain insight into your web app's performance issues. Visit Getting Started with Performance Monitoring for Web to learn more.
Hosting
- Firebase Hosting now offers a second free default domain to
host your Firebase web apps, the
web.app
domain. Visit the Hosting documentation to learn more.
May 03, 2019
SDK Releases
- The Firebase Android SDK for Crashlytics has been updated to include support for NDK crashes. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
May 2, 2019
Cloud Functions for Firebase now provides Beta support for the Node.js 10 runtime along with full support for Node.js 8 (Node.js 6 is now deprecated). Note that you must now set the desired runtime version in
package.json
. See the Firebase documentation to learn more about how to set Node.js version.Supported by the Firebase CLI starting with v6.8.0.
April 25, 2019
SDK Releases
The Firebase JavaScript SDK (v5.10.1) is now available. Authentication has a fix to prevent some errors during
signInWithPopup
. Cloud Firestore and Authentication add improvements to environment detection. It also includes fixes and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.The Firebase Admin Java SDK (v6.8.1) is now available. This release comes with automatic retrying support in the FCM API. To install this SDK, see Add the Firebase Admin SDK to your Server.
Crashlytics
- In the Firebase console, you can now configure velocity alerts to notify your team when any individual issue is causing an urgent problem in your app.
April 23, 2019
Performance Monitoring
- Performance Monitoring integration with BigQuery is now available. BigQuery allows you to analyze your Performance Monitoring data using BigQuery SQL, export the data, and even use the data for your custom ML models. Learn more at Export Performance Monitoring data to BigQuery.
April 19, 2019
SDK Releases
The Firebase SDK for C++ (v5.7.0) is now available with changes to Remote Config. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.7.0) is now available with changes to Remote Config and bug fixes for Authentication. To install this SDK, see Add Firebase to your Unity Project.
April 18, 2019
SDK Releases
The Firebase Admin .NET SDK (v1.4.0) is now available. This release comes with new API that enables deploying the SDK behind an HTTP proxy. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v5.10.0) is now available. Cloud Firestore adds an experimental API for forcing long polling. Authentication adds new APIs for serializing and deserializing credentials. It also includes fixes and internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
April 17, 2019
SDK Releases
- The Firebase Admin Node.js SDK (v7.3.0) is now available. This release comes with new APIs for managing SAML and OIDC auth provider configurations. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 11, 2019
SDK Releases
- The Firebase JavaScript SDK (v5.9.4) is now available. It contains some type fixes. To install this SDK, see Add Firebase to your JavaScript Project.
April 10, 2019
SDK Releases
- The Firebase iOS SDK (v5.20.2) is now available. It resolves an issue in Analytics. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
April 9, 2019
Hosting
- Firebase Hosting integration with Cloud Run is now available in beta. Using Firebase Hosting with Cloud Run, you can host microservices by directing HTTPS requests to trigger a containerized app. Cloud Run is the newest addition to the Firebase-supported serverless options for Firebase Hosting.
April 5, 2019
SDK Release
The beta release of a Cloud Firestore Android library with Kotlin extensions is now available. For more details, check out the latest Android Release Notes.
The Firebase Android SDKs for Instance IDs, Authentication, Cloud Messaging, Performance Monitoring, and Remote Config have 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.
The Firebase SDK for C++ (v5.6.1) is now available with a fix for a crash on iOS startup. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.6.1) is now available with a fix for a crash on iOS startup, and fixes to the Android resolver. To install this SDK, see Add Firebase to your Unity Project.
April 4, 2019
SDK Release
- The Firebase JavaScript SDK (v5.9.3) is now available. It includes some internal refactoring. To install this SDK, see Add Firebase to your JavaScript Project.
April 2, 2019
SDK Release
- The Firebase Bill of Materials (BoM) (v17.0.0) has been updated. For more details, check out the latest Android Release Notes. To add SDKs to your app using the Firebase BoM, visit Add Firebase to your Android Project.
March 30, 2019
SDK Releases
- The Firebase iOS SDK (v5.20.1) is now available. It resolves an issue in Cloud Firestore. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 29, 2019
- The Firebase JavaScript SDK (v5.9.2) is now available. It adds a missing type definition in Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
SDK Releases
- The Firebase iOS SDK (v5.20.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 28, 2019
SDK Release
The Firebase Admin Node.js SDK (v7.2.0) is now available. This release comes with a new version of the Cloud Firestore client. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.3.0) is now available. This release comes with a new API for sending Cloud Messaging messages in batches. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Go SDK (v3.7.0) is now available. This release comes with a new APIs for creating and verifying Firebase session cookies. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v5.9.2) is now available. It adds a missing type definition in Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
March 27, 2019
SDK Release
- The Firebase Android SDKs for Instance IDs, In-App Messaging, Cloud Firestore, Cloud Messaging, ML Kit for Firebase, and Remote Config have 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.
Firebase Gradle Plugins
- The Firebase Gradle Plugins have been updated. For more details, check out the latest Android Release Notes.
March 21, 2019
SDK Release
- The Firebase JavaScript SDK (v5.9.1) is now available. It updates all external dependencies and includes a few bug fixes for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
March 20, 2019
SDK Releases
The Firebase Admin Node.js SDK (v7.1.1) is now available. This release comes with a bug fix in the FCM batch APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin .NET SDK (v1.2.1) is now available. This release comes with some improvements in the ID token verification API. To install this SDK, see Add the Firebase Admin SDK to your Server.
March 19, 2019
SDK Releases
- The Firebase iOS SDK (v5.19.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 18, 2019
SDK Releases
The Firebase SDK for C++ (v5.6.0) is now available with Game Center support in Authentication, new features in Realtime Database on desktop, and a bug fix when deleting objects. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.6.0) is now available with Game Center support in Authentication, and a bug fix when deleting objects. To install this SDK, see Add Firebase to your Unity Project.
March 15, 2019
SDK Releases
The Firebase Android SDKs for Analytics and Cloud Functions (client) have 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.
The Firebase Bill of Materials (BoM) is now available as an experimental feature. Using the Bill of Materials (BoM) Gradle feature with Firebase, you can set the version of the Firebase platform as a whole. To add SDKs to your app using the Firebase BoM, visit Add Firebase to your Android Project.
March 14, 2019
SDK Releases
The Firebase Admin Node.js SDK (v7.1.0) is now available. This release comes with a new API for sending Cloud Messaging messages in batches. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.8.0) is now available. This release comes with a new API for sending Cloud Messaging messages in batches. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v5.9.0) is now available. Cloud Firestore has been updated with new features. See the JavaScript SDK Release Notes for more details. This release also includes some minor bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
March 13, 2019
SDK Releases
- The Firebase Android SDK for Ads has 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.
March 11, 2019
SDK Releases
- The Firebase Android SDKs for Authentication, Performance Monitoring, and Remote Config have 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.
March 8, 2019
Hosting
- In the Firebase console, you can now control how many of your site's past deployed versions are retained. Visit the help article to learn how to use this new setting.
March 7, 2019
SDK Releases
The Firebase JavaScript SDK (v5.8.6) is now available. It improves performance when querying over documents that contain subcollections in Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v5.18.2) fixes incorrect modulemaps from some frameworks. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase iOS SDK (v5.18.1) now includes the open-source version of Instance ID. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 5, 2019
SDK Releases
- The Firebase iOS SDK (v5.18.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
March 1, 2019
SDK Releases
- The
Firebase JavaScript SDK (v5.8.5) is
now available. It adds a timeout feature to
HttpsCallables
and some minor bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
February 26, 2019
SDK Releases
- The Firebase Android SDKs for Instance IDs, Cloud Firestore, In-App Messaging, and Cloud Messaging have 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.
February 21, 2019
SDK Releases
The Firebase JavaScript SDK (v5.8.4) is now available. It fixes an uncaught error when
enablePersistence()
is called in a second tab in Cloud Firestore. It also improves error handling in Testing SDK. To install this SDK, see Add Firebase to your JavaScript Project.The Firebase iOS SDK (v5.17.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Python SDK (v2.16.0) is now available. This release comes with a new API for generating email action links for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
February 19, 2019
SDK Releases
The Firebase SDK for Unity (v5.5.0) is now available with Crashlytics added as a Beta release, Invites deprecation, and an updated Android Resolver. To install this SDK, see Add Firebase to your Unity Project.
The Firebase SDK for C++ (v5.5.0) is now available with Invites deprecation and an updated method of including Android dependencies. To install this SDK, see Add Firebase to your C++ Project.
February 14, 2019
SDK Releases
The Firebase Admin .NET SDK (v1.2.0) is now available. This release comes with a new API for sending notifications with Firebase Cloud Messaging. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v5.8.3) is now available. It improves error handling for firestore endAt queries. To install this SDK, see Add Firebase to your JavaScript Project.
February 08, 2019
SDK Releases
- The Firebase Android SDK for Crashlytics has 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.
February 07, 2019
SDK Releases
- The Firebase Android SDKs for A/B Testing, Invites, Dynamic Links, Cloud Firestore, and Remote Config have 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.
January 31, 2019
SDK Releases
The Firebase JavaScript SDK (v5.8.2) is now available. It updates the gRPC version and includes some minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase SDK for Cloud Functions (v2.2.0) is now available. This release introduces support for multiple regions for functions by passing multiple region strings to
functions.region()
. See Cloud Functions locations. Also, the SDK now provides validation of instance names and typing improvements for Realtime Database triggers.Important: This release updates Cloud Firestore and Cloud Storage dependencies. If you use these APIs in your Cloud Functions implementations for these products, see Cloud Firestore release notes and Cloud Storage release notes for more details. This release also updates its TypeScript dependency to v3.1.0.
The Firebase Android SDKs for ML Kit for Firebase, Firebase Core, Analytics, and Ads have 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.
January 30, 2019
SDK Releases
- The Firebase Android SDKs for ML Kit for Firebase have 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.
January 25, 2019
SDK Releases
- The Firebase Android SDKs for Realtime Database, Cloud Firestore, and In-App Messaging have 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.
January 24, 2019
SDK Releases
The Firebase Admin .NET SDK (v1.1.0) is now available. This release comes with a new API for setting custom claims on user accounts. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v5.8.1) is now available. It includes package updates and some internal improvements. To install this SDK, see Add Firebase to your JavaScript Project.
January 23, 2019
SDK Releases
The Firebase Admin Node.js SDK (v6.5.1) is now available. This release comes with improvements to how application default credentials are handled. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Python SDK (v2.15.1) is now available. This release comes with improvements to how the SDK handles HTTP errors. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase iOS SDK (v5.16.0) is now available. This release includes an update to the minimum supported Xcode version. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
January 18, 2019
SDK Releases
- The Firebase SDK for C++ (v5.4.4) is now available with bug fixes in Cloud Functions on Android and AdMob on iOS. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase SDK for Unity (v5.4.4) is now available with bugs fixes in iOS/Android Resolver components, Realtime Database on mobile, Cloud Functions on Android, and general fixes, including fixes for issues with Unity 5.6 and Unity 2018.3 and newer. To install this SDK, see Add Firebase to your Unity Project.
January 17, 2019
SDK Releases
- The
Firebase JavaScript SDK (v5.8.0) is
now available. It changes to return a
Timestamp
instead ofDate
in theDocumentSnapshot
by default in Cloud Firestore. In addition, it includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
January 16, 2019
SDK Releases
The Firebase Admin Python SDK (v2.15.0) is now available. This release comes with APNs critical alerts support and other additions to the Firebase Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Go SDK (v3.6.0) is now available. This release comes with APNs critical alerts support in the Firebase Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 10, 2019
SDK Releases
- The Firebase JavaScript SDK (v5.7.2) is now available. It fixes a regression introduced in 5.7.0 that caused apps using experimentalTabSynchronization to hit an exception in Cloud Firestore. It also fixes a packaging issue where some external dependencies were included in the Firebase package. In addition, it includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
January 9, 2019
SDK Releases
The Firebase Admin Node.js SDK (v6.5.0) is now available. This release comes with a new function for creating SHA certificates for the project management API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.7.0) is now available. This release comes with a new API for generating email action links for password reset, email verification and email link sign-in. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Android SDKs for Remote Config have 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.
December 22, 2018
SDK Releases
- The Firebase Android SDK for Crashlytics has 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.
December 21, 2018
Remote Config
The latest release of the Firebase Android SDK for Remote Config (v16.1.2) causes A/B Testing to not work as expected. Remote Config SDK v16.1.2 does not collect user behavior for A/B Testing experiments which causes reports to show that an experiment has zero users.
If you've configured both A/B Testing and Remote Config in your project, use v16.1.0 of the Remote Config Android SDK.
Note that downgrading Remote Config to v16.1.0 requires that the following Android SDKs (if they're used in your project with Remote Config) to be at the following versions:
- com.google.firebase:firebase-ads:17.1.1
- com.google.firebase:firebase-analytics:16.0.5
- com.google.firebase:firebase-dynamic-links:16.1.3
- com.google.firebase:firebase-invites:16.0.5
- com.google.firebase:firebase-core:16.0.5
December 20, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.7.1) is now available. It adds SAML providers and exposed the API to enable OIDC providers and changes the email validation logic to allow international email addresses in Authentication. In addition, it adds a custom error for schema downgrades in Cloud Firestore. It also includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
December 19, 2018
SDK Releases
- The Firebase Android SDKs for Cloud Firestore and Performance Monitoring have 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.
December 17, 2018
SDK Releases
- The Firebase iOS SDK (v5.15.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
Firebase console
- Firebase IAM now supports two new predefined roles, Firebase Admin and Firebase Viewer, which offer two different levels of access to all Firebase services. Assign these roles using the GCP console.
December 12, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v6.4.0)
is now available. This release comes with support for specifying
an
http.Agent
at initialization. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 6, 2018
SDK Releases
The Firebase Android SDKs for Authentication and Cloud Firestore have 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.
The Firebase JavaScript SDK (v5.7.0) is now available. It adds a garbage collection process to on-disk persistence that removes older documents for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
December 4, 2018
SDK Releases
The Firebase iOS SDK (v5.14.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Python SDK (v2.14.0) is now available. This release comes with a new Firebase project management API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Go SDK (v3.5.0) is now available. This release drops support for golang 1.8 and older, and comes with improvements to the Cloud Messaging API. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 03, 2018
SDK Releases
- The Firebase Android SDKs for Analytics, Dynamic Links, Google Ads, Invites, Performance Monitoring, and Remote Config have 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.
November 30, 2018
SDK Releases
- The Firebase SDK for C++ (v5.4.3) is now available with a bug fix for Cloud Storage on iOS. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase SDK for Unity (v5.4.3) is now available with a bug fix for Cloud Storage on iOS. To install this SDK, see Add Firebase to your Unity Project.
November 29, 2018
SDK Releases
The Firebase JavaScript SDK (v5.6.0) is now available. It adds the ability to customize the dynamic link domain for email actions and includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for App Indexing, ML Kit for Firebase, and Performance Monitoring have 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.
November 28, 2018
SDK Releases
The Firebase Admin Node.js SDK (v6.3.0) is now available. This release comes with a new Firebase project management API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v6.6.0) is now available. This release comes with a new Firebase project management API. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 20, 2018
SDK Releases
The Firebase JavaScript SDK (v5.5.9) is now available. It caps the amount of exponential backoff gRPC will use for reconnection attempts to 100ms in Cloud Firestore and includes other internal fixes. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v5.13.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
November 19, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v6.2.0) is now available. This release comes with a new API for generating email action links for password reset, email verification and email link sign-in. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 15, 2018
SDK Releases
- The Firebase SDK for C++ (v5.4.2) removes a spurious error message in Authentication on Android. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase SDK for Unity (v5.4.2) updated iOS and Android SDK versions, and fixed issues in the Android Resolver, FirebaseApp, Authentication on Android, Realtime Database, and Dynamic Links on iOS. To install this SDK, see Add Firebase to your Unity Project.
November 12, 2018
Firebase console
- The Firebase console now supports custom IAM roles. Custom roles allow you to tailor a set of permissions that meet the specific requirements of your organization. For more information about custom roles, see our overview of custom roles.
Realtime Database
- Query parameters in URLs aren't parsed correctly (and are not
RFC-compliant, according to RFC 3986, Section 2).
To parse URLs correctly, add the
X-Firebase-Decoding: 1
header to all REST requests.
# Example request without the opt-in header
curl 'https://demo.firebaseio.com/users.json?orderBy="email"&equalTo="something%2Botherthing%40domain.com"'
# This would be the same as:
# firebase.database().ref("users")
# .orderByChild("email").equalTo("something otherthing@domain.com")
# Example request with the correct header and the default behavior in 2019
curl 'https://demo.firebaseio.com/users.json?orderBy="email"&equalTo="something%2Botherthing%40domain.com"' --header "X-Firebase-Decoding: 1"
# This would be the same as:
# firebase.database().ref("users")
# .orderByChild("email").equalTo("something+otherthing@domain.com")
November 9, 2018
SDK Releases
- The Firebase Android SDKs for Realtime Database, Cloud Functions, Cloud Storage, Cloud Firestore, and In-App Messaging have 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.
November 8, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.5.8) is now available. It adds a source map for Authentication and includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
November 6, 2018
SDK Releases
- The Firebase iOS SDK (v5.12.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
November 5, 2018
SDK Releases
- The Firebase SDK for Unity (v5.4.1) is now available with a fix for a version mismatch in Google Analytics and Google App Measurement dependencies on iOS. To install this SDK, see Add Firebase to your Unity Project.
November 2, 2018
SDK Releases
- The Firebase Android SDKs for Google Analytics and Dynamic Links have 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.
November 1, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.5.7) is now available. It adds a missing type definition and includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
October 29, 2018
Firebase console
- The Firebase Management REST API is now available. This REST API enables programmatic setup and management of Firebase projects, including a project's Firebase resources and Firebase apps.
A/B Testing
- Now supports a realtime view of users in an experiment.
- Better experiment roll-out for Remote Config A/B tests.
- Ability to limit an experiment variant to a subset of users.
- Streamlined A/B testing data export to BigQuery.
Analytics
- Added support for dynamic audiences that determine membership based on the current value of user properties. You can also now specify criteria for when your users leave an audience such as membership duration, exclusion criteria, or specific time periods. For more information, see Audiences.
Cloud Messaging
- Cloud Messaging Notifications UI has been upgraded to support scheduled, recurring messages.
- Cloud Messaging data can now be exported to the BigQuery sandbox. For more information, see BigQuery data export.
Performance Monitoring
- Added the ability to close or mute alerts about possible performance issues in the dashboard. You can also edit the sensitivity thresholds the SDK relies on to flag issues.
- Added details and visualization of performance metrics for a sampling of anonymized user sessions.
Predictions
- Added a new details page that shows you what factors the ML model considers (like events, device, user data, etc.) to make predictions. Now exposes performance metrics for each prediction.
- You can now set up automated daily exports of your complete prediction dataset to the BigQuery sandbox.
- You can use Predictions to target In-App Messaging campaigns, recurring Cloud Messaging campaigns, or use it to A/B test the effect of changing different values in your app through Remote Config.
October 25, 2018
Realtime Database
- Added security rules emulator that runs locally to help test and debug security rules and provide detailed error messages and coverage reporting when deploying security rules. For more information, see Firebase Realtime Database Emulator.
Cloud Firestore
- Added security rules emulator that runs locally to help test and debug security rules and provide detailed error messages and coverage reporting when deploying security rules. For more information, see Test your Cloud Firestore Security Rules.
SDK Releases
The Firebase Android SDKs for Cloud Firestore, In-App Messaging, and Performance Monitoring have 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.
Firebase SDK for Cloud Functions (v2.1.0) is now available. This release adds support for background triggers for Remote Config publish and rollback events. For more information, see Remote Config triggers and Propagate Remote Config updates in real time.
The Firebase JavaScript SDK (v5.5.6) is now available. It changes the component packaging to use UMD format. It also fixes an issue where Cloud Firestore is not compatible with IE 11. To install this SDK, see Add Firebase to your JavaScript Project.
October 24, 2018
SDK Releases
- The Firebase iOS SDK (v5.11.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 22, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v6.1.0) is now available. This release upgrades the version of the Cloud Firestore client used by the SDK to 0.18.0. To install this SDK, see Add the Firebase Admin SDK to your Server.
Firebase console
- The Firebase console now offers predefined Firebase roles. These new roles enable more granular access than the primitive Owner/Editor/Viewer roles. To edit member access for your project, visit the Firebase console Users and permissions page. For more information on roles, see Manage project access with Firebase IAM.
October 19, 2018
SDK Releases
The Firebase SDK for Unity (v5.4.0) is now available with improved support for .NET 4.x Unity projects, a method to enable Realtime Database persistence, and a bug fix for link shortening in Dynamic Links. To install this SDK, see Add Firebase to your Unity Project.
The Firebase SDK for C++ (v5.4.0) is now available with a known issue in Realtime Database on desktop and a bug fix for link shortening in Dynamic Links. To install this SDK, see Add Firebase to your C++ Project.
October 18, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.5.5) is now available. It updates documentation to include examples for typescript and native es6 modules in Node.js environment. It corrects the import path for Authentication in the rxFire documentation. It also includes some minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
October 16, 2018
SDK Releases
- The Firebase Android SDKs for Realtime Database, Remote Config and ML Kit for Firebase have 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.
October 11, 2018
SDK Releases
- The
Firebase JavaScript SDK (v5.5.4) is
now available. It removes fallback based on
eval()
for JSON parsing, allowing SDK to be used in environments that prohibiteval()
, and includes other minor fixes. To install this SDK, see Add Firebase to your JavaScript Project.
October 9, 2018
SDK Releases
- The Firebase iOS SDK (v5.10.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
October 4, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.5.3) is now available. It fixed an issue that prevented query synchronization between multiple tabs in Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
October 3, 2018
SDK Releases
The Firebase SDK for C++ (v5.3.1) is now available with fixes in Invites. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.3.1) is now available with fixes in Invites, improved Android module initialization and better support for Unity 2018.3. Add Firebase to your Unity Project.
October 2, 2018
SDK Releases
- The Firebase Android SDKs for Realtime Database and Cloud Firestore have 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.
September 27, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.5.2) is now available. It fixes a browser compatibility issue with Safari 9. It now supports native ES6 module loading for Cloud Firestore in supported browsers. It also enhances the error messages in Authentication. To install this SDK, see Add Firebase to your JavaScript Project.
September 25, 2018
Firebase Hosting
- The Firebase Hosting REST API for deploying a new version to your site is now available.
SDK Releases
- The Firebase iOS SDK (v5.9.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
September 21, 2018
Firebase console
- You can now delete unwanted Dynamic Links domains from your project.
SDK Releases
- The Firebase Dynamic Links iOS SDK is now open source! Take a look in our GitHub repository.
September 20, 2018
SDK Releases
The Firebase SDK for C++ (v5.3.0) is now available with fixes in Realtime Database and Cloud Functions. The minimum Xcode version has been updated to 9.4.1. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.3.0) is now available with fixes in Realtime Database, Cloud Functions, Cloud Storage, and the Android Resolver. The minimum Xcode version has been updated to 9.4.1. To install this SDK, see Add Firebase to your Unity Project.
September 19, 2018
SDK Releases
The Firebase iOS SDK (v5.8.1) is now available. This release resolves a dependency error. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v5.5.1) is now available. It fixes an issue where typings are not created in the correct location for Cloud Firestore and Realtime Database, and includes fixes for the SDK test suite. It also updates the dependency version on the closure compiler, so it works with Java 10. To install this SDK, see Add Firebase to your JavaScript Project.
September 18, 2018
SDK Releases
- The Firebase Android SDKs for Firebase Messaging has 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.
- The Firebase Admin Java SDK (v6.5.0) is now available. This release upgrades Google Cloud Storage and Cloud Firestore dependencies to the latest available. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v3.4.0) is now available. This release comes with a new convenience API for working with multiple database instances in the same project. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 12, 2018
SDK Releases
The Firebase iOS SDK (v5.8.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v5.5.0) is export PATH="$PATH:/google/data/ro/projects/devsite now available. This release includes experimental support for multi-tab usage in Cloud Firestore, and some other bug fixes. To install this SDK, see Add Firebase to your JavaScript Project.
September 5, 2018
SDK Releases
- The Firebase Android SDKs for Firebase Instance ID, Firebase Common, Firebase Database, Firebase Messaging and Firebase Storage SDKs have 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.
August 30, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.4.1) is now available. It contains a fix for Authentication on non-browser environments and some internal improvements for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
August 28, 2018
Firebase console
- The Project Overview dashboard has been improved and expanded to cover all Firebase services. It surfaces trends and anomalies in a single place for all your apps, with links to detailed pages for further analysis and actions.
SDK Releases
- The Firebase iOS SDK (v5.7.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
- The Firebase Admin Java SDK (v6.4.0) is now available. This release adds several new parameters to the FCM Webpush notification API. To install this SDK, see Add the Firebase Admin SDK to your Server.
August 23, 2018
SDK Releases
The Firebase JavaScript SDK (v5.4.1) is now available. It contains some bug fixes for Authentication and Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Firebase Core, Google Analytics, Crash Reporting, Dynamic Links, and Invites have 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.
August 22, 2018
SDK Releases
- The Firebase Android SDK for Firebase In-App Messaging has 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.
August 21, 2018
SDK Releases
- The Firebase Admin Python SDK (v2.13.0) is now available. This release comes with new APIs for receiving realtime updates from the database, and accessing multiple databases in the same project. To install this SDK, see Add the Firebase Admin SDK to your Server.
Firebase Hosting
- Firebase Hosting now supports multiple Hosting sites associated with a single Firebase project. Supported by Firebase CLI v4.2.0+.
August 16, 2018
In-App Messaging
- The initial public beta release of the Firebase In-App Messaging SDK for Android is now available. To learn more, see the Firebase In-App Messaging documentation.
SDK Releases
The Firebase Admin .NET SDK (v1.0.0) is now available. This initial release comes with custom token minting and ID token verification support. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v5.4.0) is now available. It contains some bug fixes for Cloud Firestore and a significant change to the persistence schema. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for In-App Messaging beta is now available. For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
The Firebase iOS SDK (v5.6.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for C++ (v5.2.1) is now available with fixes in Auth and Database. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.2.1) is now available with updated Android and iOS dependency versions and fixed bugs in App, Auth, Database, and the Android Resolver.
To install this SDK, see Add Firebase to your Unity Project.
August 13, 2018
- The Firebase Android SDKs for Performance Monitoring, ML Kit for Firebase, and Cloud Firestore have 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.
August 9, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v6.0.0) is now available. With this release the Admin SDK drops support for Node.js 4. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v3.3.0) is now available. This release adds several new parameters to the Webpush notification API. To install this SDK, see Add the Firebase Admin SDK to your Server.
August 8, 2018
Firebase console
- The Firebase console now supports specifying locations for Analytics and Cloud Firestore at project creation, see Set a project location.
Cloud Firestore
- Cloud Firestore now supports the
europe-west3
andus-east1
regions, see Cloud Firestore locations. - You can now add single-field index exemptions to exempt specific fields from automatic indexing.
- Added support for importing and exporting of documents, see Exporting and Importing Data.
August 3, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.3.1) is now available. It contains some bug fixes for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
August 2, 2018
SDK Releases
- The Firebase iOS SDK (v5.5.0) is now available. For more details, see the Firebase iOS SDK release notes. To install this SDK, see Add Firebase to your iOS Project.
July 31, 2018
Firebase Hosting
- Updated the calculation for number of stored bytes, generally resulting in smaller amounts. New versions deployed to Hosting will use this new calculation. Versions that are already deployed will be updated during August.
July 27, 2018
SDK Releases
- The Firebase Android SDK for Cloud Firestore has 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.
July 24, 2018
Firebase SDK for Cloud Functions
- The Firebase SDK for Cloud Functions v2.0.0 is now available. This release contains new features as well as breaking changes from the existing beta SDK and from v1.0.0. Developers with existing Cloud Functions for Firebase code should see the migration guide before upgrading. To install this SDK, see set up and initialize Firebase SDK for Cloud Functions.
- Beta support for Node.js 8 runtime. See the Firebase documentation to learn how to set the node.js runtime version.
- Support for the selection of regions for your functions. Learn more about Cloud Functions Locations.
- Support for per-function configuration of timeout and memory allocation. See the Firebase documentation to learn how to set timeout and memory allocation.
July 23, 2018
SDK Releases
The Firebase SDK for Unity (v5.2.0) is now available with fixes for bugs in Android and Authentication, and changes in Realtime Database, Cloud Functions, and FCM. To install this SDK, see Add Firebase to your Unity Project.
The Firebase Admin Node.js SDK (v5.13.1) is now available. This release upgrades the version of the Cloud Firestore client used by the SDK to 0.15.4. To install this SDK, see Add the Firebase Admin SDK to your Server.
July 20, 2018
SDK Releases
The Firebase iOS SDK (v5.4.1) is now available. It includes a fix for Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
The Firebase SDK for C++ (v5.2.0) is now available with fixes for bugs in Android and Authentication, and changes in Realtime Database, Cloud Functions, and FCM. To install this SDK, see Add Firebase to your C++ Project.
July 19, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.3.0) is now available. It contains some bugfixes for Authentication and Cloud Firestore as well as some additional query functionality for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
July 17, 2018
SDK Releases
- The Firebase Admin SDK introduces support for creating custom tokens without explicit service account credentials.
July 12, 2018
SDK Releases
The Firebase Android SDKs for Cloud Firestore and Cloud Functions for Firebase have 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.
The google-services plugin for Android (v4.0.2) is now available. This release contains bug fixes.
The strict-version-matcher plugin for Android (v1.0.3) is now available. This release contains bug fixes.
June 29, 2018
SDK Releases
- The Firebase iOS SDK (v5.4.0) is now available. It includes updates to Authentication, Cloud Firestore, and Cloud Functions for Firebase Client SDK, FCM, and Realtime Database. To install this SDK, see Add Firebase to your iOS Project.
June 28, 2018
SDK Releases
The Firebase JavaScript SDK (v5.2.0) is now available. It contains some additional functionality for Cloud Functions for Firebase Client SDK and a browser compatibility fix for Realtime Database. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Cloud Messaging and Firebase Instance ID have 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.
June 27, 2018
SDK Releases
The Firebase SDK for C++ (v5.1.1) is now available with updated Android and iOS dependencies. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.1.1) is now available with updated Android and iOS dependencies. To install this SDK, see Add Firebase to your Unity Project.
June 22, 2018
SDK Releases
The Firebase SDK for C++ (v5.1.0) is now available with changes to Analytics, Authentication, and Realtime Database, as well as a new SDK, Cloud Functions. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.1.0) is now available with changes to Analytics, Authentication, and Realtime Database, as well as a new SDK, Cloud Functions. To install this SDK, see Add Firebase to your Unity Project.
June 21, 2018
SDK Releases
The Firebase JavaScript SDK (v5.1.0) is now available. This release contains an ES Module export as well as some bugfixes for Authentication in addition to some minor refactoring in FCM and Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Android SDKs for Invites and Cloud Firestore have 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.
June 20, 2018
SDK Releases
- The Firebase iOS SDK (v5.3.0) is now available. It includes updates to Instance ID, Cloud Firestore, ML Kit for Firebase, and Performance Monitoring. To install this SDK, see Add Firebase to your iOS Project.
June 14, 2018
SDK Releases
- The Firebase Android SDKs for Authentication, App Indexing, and Firebase Core have 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.
June 12, 2018
SDK Releases
- The Firebase Admin Go SDK (v3.1.0) is now available. This release contains a new API for importing users into Firebase in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
June 7, 2018
Dynamic Links
You can now specify up to five custom
page.link
subdomains for your Dynamic Links. Short links using these new custom subdomains look like the following example:https://example.page.link/abcXYZ
With custom subdomains, you can create Dynamic Link URLs that reflect your brand identity.You can now whitelist the URL patterns that can be used as a Dynamic Link's deep link (
link
) or fallback link (ifl
,ipfl
,afl
,ofl
). If you define a whitelist, Dynamic Links won't redirect to URLs that don't match a whitelisted pattern.
You can try both of these features in the Firebase console.
June 6, 2018
SDK Releases
- The Firebase iOS SDK (v5.2.0) is now available. It includes updates to Authentication, Instance ID, FCM, and Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
Firebase console
- The experience to add iOS and Android apps has been updated to include a step to verify that the SDK setup was successful.
June 5, 2018
SDK Releases
The Firebase SDK for C++ (v5.0.0) is now available with major updates to AdMob, Authentication, Realtime Database, and Cloud Storage, and new APIs in Dynamic Links and Invites. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v5.0.0) is now available with major updates to AdMob, Authentication, and Cloud Storage, and new APIs in Dynamic Links and Invites. To install this SDK, see Add Firebase to your Unity Project.
May 31, 2018
SDK Releases
- The Firebase Admin Java SDK (v6.2.0) is now available. This release contains a new API for importing users into Firebase in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Python SDK (v2.11.0) is now available. This release contains a new API for importing users into Firebase in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server.
May 29, 2018
SDK Releases
- The Firebase iOS SDK (v5.1.0) is now available. It includes updates to Analytics, Realtime Database, Dynamic Links, Cloud Firestore, FCM, and AdMob. To install this SDK, see Add Firebase to your iOS Project.
May 24, 2018
- The google-services plugin for Android (v4.0.1) is now available. This release includes a fix for a bug introduced in 4.0.0.
SDK Releases
- The Firebase JavaScript SDK (v5.0.4) is now available. This release contains some bugfixes and cleanup in the Cloud Firestore, Realtime Database, and FCM SDKs. It also updates the READMEs for all of our firebase scoped packages on NPM. To install this SDK, see Add Firebase to your JavaScript Project.
May 23, 2018
SDK Releases
- The Firebase Android SDKs for Authentication, Cloud Firestore, Cloud Storage, FCM, ML Kit for Firebase, and Realtime Database have 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.
May 17, 2018
SDK Releases
- The Firebase JavaScript SDK (v5.0.3) is now available. This release contains fixes for some packaging regressions included in the 5.0.0 release, as well as bugfixes in FCM, Cloud Firestore, and Realtime Database. To install this SDK, see Add Firebase to your JavaScript Project.
May 15, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v5.12.1) is now available. This release improves the module loading latency of the Admin SDK. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Java SDK (v6.1.0)
is now available. This release deprecates a method in the
FirebaseAuth
API. To install this SDK, see Add the Firebase Admin SDK to your Server. - The Firebase iOS SDK (v5.0.1) is now available. This release contains bug fixes and a fix for the ZIP file. To install this SDK, see Add Firebase to your iOS Project.
May 14, 2018
Analytics
- Lifetime User Engagement is now tracked as a user property.
May 8, 2018
ML Kit for Firebase
- The initial public beta release of ML Kit for Firebase is now available. To learn more, see ML Kit for Firebase.
A/B Testing
- A/B Testing has been reworked as a new top-level Firebase service with new SDKs and a dedicated page in the Firebase console. For more information, see Firebase A/B Testing.
Test Lab
- Added iOS support for Test Lab (beta). This allows you to run XCTests on a variety of iOS devices using Test Lab's cloud infrastructure. For more information, see Firebase Test Lab.
Performance Monitoring
- Performance Monitoring has exited open beta and is now available for general release.
- Added screen traces, which span the lifestyle of a screen and measure slow and frozen frames.
Firebase console
- A new Users and Permissions tab in Project Settings introduces an updated experience for managing and inviting project collaborators from the Firebase console.
- A new A/B Testing page has been added to the Firebase console to allow you to configure and manage your A/B testing experiments.
SDK Releases
- The Firebase iOS SDK (v5.0.0) is now available. It introduces the new ML Kit for Firebase and A/B Testing SDKs, and has improvements to several SDKs. To install this SDK, see Add Firebase to your iOS Project.
- This release introduces the new ML Kit for Firebase SDK and includes updates for the Firebase Android SDK for Performance Monitoring For more details, check out the latest Android Release Notes. To get started with Firebase in Android, see Add Firebase to your Android Project.
- The Firebase JavaScript SDK (v5.0.0) is now available. This is a major version change that includes breaking changes. Please review the detailed release notes to ensure your app functions as expected. This contains some top-level packaging changes as well as breaking changes in Authentication, Realtime Database, Cloud Storage, and Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
- The Firebase Admin Java SDK (v6.0.0) is now available. This is a major version change that includes breaking changes. Please review the detailed release notes for more information and how to migrate your app to the new version. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v3.0.0) is now available. This release contains minor changes to the Authentication APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
May 2, 2018
SDK Releases
- The Firebase Android SDKs for Analytics, Authentication, Cloud Messaging, Cloud Firestore, Cloud Storage, Crash Reporting, and Performance Monitoring have 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.
April 25, 2018
SDK Releases
- The Firebase Admin Java SDK (v5.11.0) is now available. This release contains new APIs for managing user authentication sessions in server-side web applications. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 24, 2018
SDK Releases
- The Firebase SDK for Unity (v4.5.2) is now available with fixes for a build issues, and bugs in FirebaseApp, Authentication and Linux desktop. To install this SDK, see Add Firebase to your Unity Project.
April 19, 2018
SDK Releases
- The Firebase JavaScript SDK (v4.13.0) is now available. This release spans all of our SDKs and offers several new APIs, improvements to our testing infrastructure, bugfixes, and general cleanup/improvements. Check out the release notes for more info! To install this SDK, see Add Firebase to your JavaScript Project.
April 17, 2018
SDK Releases
- The Firebase Admin Java SDK (v5.10.0) is now available. This release contains new APIs for configuring timeouts for egress HTTP connections. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v2.7.0) is now available. This release contains new error handling APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 16, 2018
SDK Releases
The Firebase SDK for C++ (v4.5.1) is now available with fixes for bugs in Realtime Database (Desktop) and Remote Config and exposed new functionality in Authentication (Desktop) and FCM. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v4.5.1) is now available with fixes for some build issues, fixes for bugs in Realtime Database, Dynamic Links, Invites, Remote Config, and Cloud Storage, and exposes new APIs in Authentication (Desktop) and Analytics. To install this SDK, see Add Firebase to your Unity Project.
April 13, 2018
SDK Releases
- The Firebase iOS SDK (v4.13.0) is now available. It includes new features for Analytics and a bug fix for Authentication. To install this SDK, see Add Firebase to your iOS Project.
April 12, 2018
SDK Releases
The Firebase Admin Python SDK (v2.10.0) is now available. This release contains new APIs for managing user authentication sessions in server-side web applications. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Android SDK (v15.0.0) is now available as part of the Google Play services 15.0.0 release. It includes the updates to Authentication and Cloud Storage. To install this SDK, see Add Firebase to your Android Project.
April 10, 2018
Firebase console
- A new Analytics Settings page is now available from the Analytics pages in the Firebase console. This page allows you to manage Google sharing settings, along with the project's reporting currency and timezone, which were previously app-level settings. A consolidated data sharing setting is now available from the Data Privacy page.
SDK Releases
- The Firebase iOS SDK (v4.12.0) is now available. It includes the new iOS Cloud Functions for Firebase Client SDK as well as improvements for Authentication, FCM, Performance Monitoring, Cloud Storage, and Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
April 9, 2018
Firebase console
- A Data Privacy tab has been added to Project Settings in the Firebase console where customers can provide their Data Protection Officer (DPO) and EU Representative contact information to comply with General Data Protection Regulation (GDPR) requirements. For more information, see Privacy and Security in Firebase.
April 6, 2018
Firebase console
- The Account Linking page in the Firebase console has been renamed to Integrations and now features options for Slack and JIRA.
April 5, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v5.12.0) is now available. This release contains new APIs for managing user authentication sessions in server-side web applications. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 4, 2018
Firebase console
- The number of users active in the past 30 minutes is now displayed at the top of the Project Overview page.
Cloud Firestore Security Rules
- Added the ability to view and diff previously deployed Cloud Firestore Security Rules in Firebase console.
April 3, 2018
Firebase SDK for Cloud Functions
- The Firebase SDK for Cloud Functions v1.0.0 is now available. This release contains breaking changes from the existing beta SDK. Developers with existing Cloud Functions for Firebase code should see the migration guide before upgrading. To install this SDK, see set up and initialize Firebase SDK for Cloud Functions.
Cloud Functions for Firebase Test SDK
- The Cloud Functions for Firebase Test SDK, a testing companion to
firebase-functions
, is now available. This SDK assists in the setup and teardown of unit tests, generates sample data and event context, and more. To install this SDK, see Test setup.
March 29, 2018
Cloud Firestore Security Rules
- Added the
getAfter()
function to access the state of a document after a transaction or batch of writes completes but before the transaction or batch commits, allowing you to define writes that must take place together as part of a batch or transaction. For more information, see Writing conditions for Security Rules or the Cloud Firestore Security Rules reference.
SDK Releases
- The Firebase JavaScript SDK (v4.12.1) is now available. This release contains bugfixes/hardening for the Cloud Firestore, Authentication, and FCM components. To install this SDK, see Add Firebase to your JavaScript Project.
March 28, 2018
SDK Releases
- The Firebase Android SDK (v12.0.1) is now available as part of the Google Play services 12.0.1 release. This release includes fixes for issues introduced in the v12.0.0 release. To install this SDK, see Add Firebase to your Android Project.
March 20, 2018
SDK Releases
The Firebase SDK for Cloud Functions v0.9.0 introduces support for HTTPS Callable Functions. Used together with the related Cloud Functions for Firebase Client SDKs for iOS, Android, and JavaScript, HTTPS Callable Functions let you call functions directly from a Firebase-powered app.
The Firebase JavaScript SDK (v4.12.0) is now available. It includes the new JavaScript Cloud Functions for Firebase Client SDK as well as the passwordless email sign in feature for Authentication. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v4.11.0) is now available. It includes the new iOS Cloud Functions for Firebase Client SDK as well as improvements for Authentication, InstanceID, and Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v12.0.0) is now available as part of the Google Play services 12.0.0 release. It includes the new Android Cloud Functions for Firebase Client SDK as well as updates to Authentication, including support for Google Play Games authentication, Cloud Messaging, and Cloud Firestore. To install this SDK, see Add Firebase to your Android Project.
March 19, 2018
SDK Releases
The Firebase SDK for C++ (v4.5.0) is now available with desktop workflow support (Windows, OS X, and Linux) for Authentication, Realtime Database, Remote Config, and Cloud Storage, as well as Google Play Games authentication on Android, and changes to AdMob, Authentication, and Cloud Storage. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v4.5.0) is is now available with desktop workflow support (Windows, OS X, and Linux) for Authentication and Remote Config, as well as Google Play Games authentication on Android, improved editor support, and changes to Authentication, Instance ID, and Cloud Storage. To install this SDK, see Add Firebase to your Unity Project.
March 15, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v5.11.0)
is now available. This release contains a new
importUsers()
API for importing users to Firebase Auth in bulk. To install this SDK, see Add the Firebase Admin SDK to your Server. - The Firebase Admin Python SDK (v2.9.1) is now available. This release contains improvements to error handling in the FCM API. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v2.6.1)
is now available. This release supports go version 1.6. It also fixes a bug in
the
messaging.UnsubscribeFromTopic()
API. To install this SDK, see Add the Firebase Admin SDK to your Server.
March 9, 2018
SDK Releases
- The Firebase iOS SDK (v4.10.1) is now available with a hotfix for a regression in Cloud Firestore introduced in 4.10.0. To install this SDK, see Add Firebase to your iOS Project.
March 8, 2018
SDK Releases
The Firebase Admin Node.js SDK (v5.10.0) is now available. This release contains updates to the Realtime Database and Cloud Firestore clients. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v4.11.0) is now available. This release includes a bugfix for IE11 , support for new Realtime Database reference arguments, and a tweak to the Firestore
get
API. To install this SDK, see Add Firebase to your JavaScript Project.
March 7, 2018
Crashlytics
- Breadcrumbs based on Analytics events are now available for Crashlytics in the Firebase console.
March 6, 2018
SDK Releases
- The Firebase iOS SDK (v4.10.0) is now available with improvements for Authentication, Realtime Database, FCM, Performance Monitoring, Cloud Storage, and Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
March 5, 2018
SDK Releases
- The Firebase SDK for C++ (v4.4.3) is now available with a bug fix for unresolved symbols on iOS builds. To install this SDK, see Add Firebase to your C++ Project.
February 28, 2018
SDK Releases
The Firebase Admin Go SDK (v2.6.0) is now available. This release contains a new API for accessing Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Node.js SDK (v5.9.1) is now available. This release contains updates to the Realtime Database and Cloud Firestore clients. To install this SDK, see Add the Firebase Admin SDK to your Server.
February 23, 2018
SDK Releases
The Firebase SDK for C++ (v4.4.2) is now available with bug fixes for Dynamic Links, Invites, Remote Config and Cloud Storage, and linking issues with Windows and Linux stub libraries. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v4.4.3) is is now available with bug fixes for Dynamic Links, Invites, Remote Config and Cloud Storage. Add Firebase to your Unity Project.
February 22, 2018
SDK Releases
- The Firebase JavaScript SDK (v4.10.1) is now available. This release includes some internal cleanup, as well as some bugfixes for Realtime Database and FCM. To install this SDK, see Add Firebase to your JavaScript Project.
February 15, 2018
SDK Releases
- The Firebase JavaScript SDK (v4.10.0) is now available. This release includes bugfixes for Cloud Firestore, improvements to Realtime Database, and a new API in FCM. To install this SDK, see Add Firebase to your JavaScript Project.
February 14, 2018
SDK Releases
The Firebase iOS SDK (v4.9.0) is now available with improvements for Authentication, Instance ID, FCM, Remote Config, and Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin SDK introduces new APIs for Cloud Messaging and for revoking Firebase refresh tokens.
February 5, 2018
SDK Releases
- The Firebase SDK for Unity (v4.4.2) is now available with an updated Firebase iOS dependency version.
February 1, 2018
SDK Releases
- The Firebase JavaScript SDK (v4.9.1) is now available. This release includes bugfixes/cleanup for Authentication, Realtime Database, and Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
January 30, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v5.8.2)
is now available. This release exposes some new Firestore typings from the
admin.firestore
namespace. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 27, 2018
SDK Releases
- The Firebase iOS SDK (v4.8.2) is now available with a bug fix for Analytics. To install this SDK, see Add Firebase to your iOS Project.
January 26, 2018
SDK Releases
The Firebase SDK for C++ (v4.4.1) is now available with bug fixes for Realtime Database and Instance ID. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v4.4.1) is now available with bug fixes for .NET 4.x, Cloud Storage, Realtime Database, and Instance ID. To install this SDK, see Add Firebase to your Unity Project.
January 25, 2018
SDK Releases
- The google-services plugin for Android (v3.2.0) is now available. This release is for code cleanup and refactoring, and introduces no developer-visible changes.
January 18, 2018
SDK Releases
The Firebase JavaScript SDK (v4.9.0) is now available. This release includes several updates/bugfixes for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v4.8.1) is now available with updates for Analytics, Realtime Database, Dynamic Links, Cloud Firestore, Cloud Storage, Remote Config, and Performance Monitoring. To install this SDK, see Add Firebase to your iOS Project.
Firebase Dynamic Links
You can now specify a custom short link suffix when you create a Dynamic Link in the Firebase console. Short links with custom suffixes are more readable, which can improve a link's click-through rate.
Default:
https://abc123.app.goo.gl/wX2e
Custom:https://abc123.app.goo.gl/backtoschool
Firebase Authentication
- You can now specify in the Firebase console your own SMTP server, which will be used to send account management emails, such as password reset emails and email address change confirmations.
Crashlytics
- Crashlytics Insights is now available in the Firebase console.
January 17, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v5.8.1) is now available. This upgrades the Cloud Firestore dependency version from 0.10.0 to 0.11.1, which includes several bug fixes in Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
January 11, 2018
SDK Releases
The Firebase JavaScript SDK (v4.8.2) is now available. It contains several NPM package bugfixes, as well as some fixes to the typings changes that were introduced in the last release. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase Admin SDK can now be initialized without explicit arguments.
January 10, 2018
Firebase Realtime Database
- Realtime Database Security Rules now offer the ability to limit read or write access to data based on query parameters. Learn more about query-based rules.
January 4, 2018
SDK Releases
- The Firebase Admin Node.js SDK (v5.7.0) is now available. This release contains a new API for revoking Firebase refresh tokens. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 3, 2018
SDK Releases
The Firebase SDK for C++ (v4.4.0) is now available with support for Instance ID. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v4.4.0) is now available with support for Instance ID and a fix in Authentication. To install this SDK, see Add Firebase to your Unity Project.
December 21, 2017
SDK Releases
- The Firebase Admin Node.js SDK (v5.6.0) is now available. This release contains a new API for deleting Firebase instance IDs. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Java SDK (v5.7.0) is now available. This release contains a new API for deleting Firebase instance IDs. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Python SDK (v2.7.0) is now available. This release contains a new API for deleting Firebase instance IDs. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Go SDK (v2.3.0) is now available. This release contains a new API for deleting Firebase instance IDs. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 18, 2017
SDK Releases
The Firebase Android SDK (v11.8.0) is now available as part of the Google Play services 11.8.0 release. This release includes updates to App Indexing, Authentication, Cloud Messaging, and Performance Monitoring. To install this SDK, see Add Firebase to your Android Project.
The Firebase JavaScript SDK (v4.8.1) is now available. It contains bugfixes and an internal typings refactor. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v4.8.0) is now available with updates for Dynamic Links, Instance ID, Cloud Firestore, and Performance Monitoring. To install this SDK, see Add Firebase to your iOS Project.
December 13, 2017
SDK Releases
- The Firebase Admin Go SDK (v2.2.1) is now available. This release contains updates to user management support.
Firebase console
- You can now link DoubleClick with your Firebase project. This enables using DoubleClick Campaign Manager (DCM) or DoubleClick Bid Manager (DBM) to track Firebase measured in-app events, such as installs and In-App-Purchases, as conversions.
December 08, 2017
SDK Releases
The Firebase Admin Go SDK (v2.2.0) is now available. This release includes a new user management API for creating and updating Firebase user accounts from Go applications. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v5.6.0) is now available. This release comes with support for setting custom claims on user accounts, and for exporting all users in Firebase projects. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Python SDK (v2.6.0) is now available. This release comes with support for setting custom claims on user accounts, and for exporting all users in Firebase projects. To install this SDK, see Add the Firebase Admin SDK to your Server.
December 7, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.8.0) is now available. This release adds some helper functions to the Authentication SDK as well as some bugfixes for Cloud Firestore. To install this SDK, see Add Firebase to your JavaScript Project.
December 6, 2017
Firebase console
- In-console notifications are now available. You can view your notifications by clicking the icon in the upper-right corner of the console. Notifications display important events in your projects.
December 5, 2017
Firebase console
- When you switch projects with the project selector in the Firebase console, you will now remain in the Firebase product you were viewing instead of being returned to the project overview dashboard.
November 30, 2017
Firebase console
- The Import project button has been removed from the Firebase console. You can now add Firebase to an existing project from the Add project dialog.
SDK Releases
The Firebase SDK for C++ (v4.3.0) is now available with bug fixes for Remote Config and a feature in Authentication. To install this SDK, see Add Firebase to your C++ Project.
The Firebase SDK for Unity (v4.3.0) is now available with general bug fixes with threading and callbacks, and fixes other bugs in Authentication, Remote Config, Cloud Storage, and Realtime Database. It also adds a new feature in Authentication. To install this SDK, see Add Firebase to your Unity Project.
The Firebase iOS SDK (v4.7.0) is now available with updates for Authentication, Dynamic Links, Performance Monitoring, Cloud Firestore, and Cloud Storage. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v4.7.0) is now available. It contains Node.js support for Cloud Firestore and some other stylistic fixes across the SDK. To install this SDK, see Add Firebase to your JavaScript Project.
November 27, 2017
SDK Releases
- The Firebase Android SDK (v11.6.2) is now available as part of the Google Play services 11.6.2 release. This release includes updates to Cloud Firestore and Cloud Storage. To install this SDK, see Add Firebase to your Android Project.
November 21, 2017
Firebase Gradle Plugins
Version 1.1.5 of the Firebase Gradle Plugin for Android Studio 3.0 is now
available. This release resolves a FileExistsException
issue that occurred
in the firebase-perf plugin when setting
firebasePerformanceInstrumentationEnabled=false
in the gradle.properties
file.
SDK Releases
- The Firebase Admin Node.js SDK (v5.5.1) is now available. This release comes with improvements in the Cloud Firestore and Realtime Database APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 14, 2017
SDK Releases
- The Firebase iOS SDK (v4.6.0) is now available with updates for Analytics, Authentication, Dynamic Links, Invites, and Cloud Firestore. To install this SDK, see Add Firebase to your iOS Project.
November 10, 2017
Firebase Realtime Database
- Firebase Realtime Database now supports multiple database instances per project (for projects on the Blaze pricing plan). To learn more about using multiple databases on your project, see Scale with Multiple Databases.
SDK Releases
- The Firebase Admin Node.js SDK (v5.5.0) is now available. This release adds support for multiple database instances per project, for projects on the Blaze pricing plan.
November 9, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.6.2) is now available. It includes bugfixes for issues found in the Authentication, and Cloud Firestore components. To install this SDK, see Add Firebase to your JavaScript Project.
November 8, 2017
Firebase console
The Firebase console has been updated with a new visual design. This includes updated navigation with collapsible groups of Firebase products. Products are now grouped into four areas based on the app development lifecycle.
The project overview page of the Firebase console has been updated with a new visual design. It now includes current data and last month's trends for each app's daily active users, monthly active users, crash-free user percentage, and total crashes.
The Analytics dashboard has been revamped to include new and redesigned cards to support day-to-day questions and tasks. A Latest Release section has been added to show adoption and stability of your latest app release.
November 7, 2017
SDK Releases
Version 5.5.0 of the Firebase Admin Java SDK introduces support for Cloud Firestore. To install this SDK, see Add the Firebase Admin SDK to your Server.
Version 2.5.0 of the Firebase Admin Python SDK introduces support for Cloud Firestore. To install this SDK, see Add the Firebase Admin SDK to your Server.
Version 2.1.0 of the Firebase Admin Go SDK introduces support for Cloud Firestore. To install this SDK, see Add the Firebase Admin SDK to your Server.
Firebase Gradle Plugins
Version 1.1.4 of the Firebase Gradle Plugin for Android Studio 3.0 is now
available. This release resolves a TransformException
that occurred on Windows
during incremental builds when using firebase-perf
.
November 6, 2017
SDK Releases
- The Firebase Android SDK (v11.6.0) is now available as part of the Google Play services 11.6.0 release. This release includes updates to App Indexing, Analytics, Authentication, Cloud Messaging, Dynamic Links, Cloud Firestore, and Performance Monitoring. To install this SDK, see Add Firebase to your Android Project.
Firebase Gradle Plugins
Version 1.1.3 of the Firebase Gradle Plugin now accepts implementation configurations in place of compile configurations, to accommodate the deprecation of compile configurations in Android Studio 3.0.
November 2, 2017
Authentication
The Firebase JS Authentication SDK has been officially open sourced. Take a look at the source on GitHub. We look forward to collaborating with all of you on making the SDK even better!
SDK Releases
- The Firebase JavaScript SDK (v4.6.1) is now available. It resolves several issues across various components, and includes the newly released Open Source Authentication codebase. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase Gradle Plugins
Version 1.1.2 of the Firebase Gradle Plugin is available. This version adds support for Android Studio 3.0.
October 30, 2017
SDK Releases
- The Firebase iOS SDK (v4.5.0) is now available with updates for Authentication, Cloud Firestore, and Remote Config. To install this SDK, see Add Firebase to your iOS Project.
October 24, 2017
SDK Releases
- The Firebase Admin Node.js SDK (v5.4.3) is now available. This release fixes a module loading issue in the SDK that prevented its use in environments like AWS Lambda. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 20, 2017
SDK Releases
- The Firebase SDK for Unity (v4.2.1) is now available with bug fixes for Realtime Database, Cloud Storage, API initialization in .NET 4.x, and improvements to the iOS and Android Resolver components. To install this SDK, see Add Firebase to your Unity Project.
October 19, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.6.0) is now available. It contains several bugfixes for Authentication, Realtime Database, and Cloud Firestore, as well as new authenticated user metadata. To install this SDK, see Add Firebase to your JavaScript Project.
October 17, 2017
SDK Releases
- The Firebase iOS SDK (v4.4.0) is now available with updates for Authentication, FCM, Cloud Firestore, and Realtime Database. To install this SDK, see Add Firebase to your iOS Project.
October 13, 2017
SDK Releases
- The Firebase Admin Go SDK (v2.0.0) is now available. This release comes with a new Cloud Storage API and improvements in the Authentication API. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 12, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.5.1) is now available. It introduces an internal module refactor to better modularize each component. To install this SDK, see Add Firebase to your JavaScript Project.
October 11, 2017
SDK Releases
- The Firebase Admin Java SDK (v5.4.0) is now available. This release comes with new APIs for processing Google credentials and managing asynchronous tasks. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 9, 2017
SDK Releases
- The Firebase Admin Node.js SDK (v5.4.2) is now available. This release upgrades the Cloud Firestore client dependency to the latest version available, which fixes an issue related to saving nested document references. To install this SDK, see Add the Firebase Admin SDK to your Server.
October 3, 2017
Cloud Firestore
- The initial public beta release of Cloud Firestore is now available for iOS, Android, Web, Java, Python, NodeJS, and Go. Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. Like Realtime Database, it keeps your data in sync across client apps through realtime listeners and offers offline support so you can build responsive apps that work regardless of network latency or internet connectivity. Cloud Firestore also offers enterprise-grade scalability and seamless integration with other Firebase and Google Cloud Platform products, including Cloud Functions. For more information about Cloud Firestore, see the Firebase blog. To get started with Cloud Firestore right away, visit the quickstart.
SDK Releases
The Firebase iOS SDK (v4.3.0) is now available with support for Cloud Firestore and updates for Analytics, Authentication, FCM, Performance Monitoring, and Realtime Database. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v11.4.2) is now available as part of the Google Play services 11.4.2 release. This release introduces support for Cloud Firestore. To install this SDK, see Add Firebase to your Android Project.
The Firebase Admin Node.js SDK (v5.4.0) is now available. This release comes with support for Cloud Firestore. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v4.5.0) is now available. It introduces support for {firestore}}. To install this SDK, see Add Firebase to your JavaScript Project.
October 2, 2017
SDK Releases
- The Firebase SDK for C++ (v4.2.0) is now available with bug fixes for Authentication, Realtime Database and FCM, and new features for Authentication and FCM. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase SDK for Unity (v4.2.0) is now available with bug fixes for Analytics, Authentication, Realtime Database, and FCM and new features for Authentication and FCM. To install this SDK, see Add Firebase to your Unity Project.
September 27 2017
SDK Releases
- The Firebase Admin Node.js SDK (v5.3.0) is now available. This release comes with support for setting custom claims on user accounts, and exporting all users in Firebase projects. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 21 2017
SDK Releases
The Firebase JavaScript SDK (v4.4.0) is now available. It introduces database multi-resource support as well as some fixes to the externs files. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Python SDK (v2.4.0) is now available. This release improves the ETag support present in the Realtime Database API, and provides a means for configuring the timeout value of outbound HTTP connections. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 20 2017
SDK Releases
- The Firebase iOS SDK (v4.2.0) is now available with updates to AdMob, Authentication, Crash Reporting, Realtime Database, Instance ID, FCM, Performance Monitoring, Remote Config, and Cloud Storage. To install this SDK, see Add Firebase to your iOS Project.
September 18, 2017
SDK Releases
- The Firebase Android SDK (v11.4.0) is now available as part of the Google Play services 11.4.0 release. This release includes updates to App Indexing and Authentication. To install this SDK, see Add Firebase to your Android Project.
September 13, 2017
SDK Releases
The Firebase Admin Go SDK (v1.0.2) is now available. This release includes improvements to the custom token creation feature. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v5.3.1) is now available. This release includes improvements to the error handling of the Admin SDK. To install this SDK, see Add the Firebase Admin SDK to your Server.
September 7, 2017
SDK Releases
The Firebase Admin Go SDK (v1.0.1) is now available. This release includes improvements to the ID token verification feature. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v4.3.1) is now available. It introduces fixes to the typings for features release in 4.3.0. To install this SDK, see Add Firebase to your JavaScript Project.
September 6, 2017
SDK Releases
- The Firebase Android SDK (v11.2.2) is now available as part of the Google Play services 11.2.2 release. This release includes updates to Performance Monitoring. To install this SDK, see Add Firebase to your Android Project.
Firebase console
- Google Analytics reports can now be exported to CSV for analysis in a spreadsheet. See the Firebase Help article for more information.
Aug 30, 2017
SDK Releases
- The Firebase iOS SDK (v4.1.1) is now available with updates to Authentication, FCM, Performance Monitoring, and Realtime Database. To install this SDK, see Add Firebase to your iOS Project.
- The Firebase Admin Go SDK (v1.0.0) is now available. This initial release comes with custom token minting and ID token verification support. To install this SDK, see Add the Firebase Admin SDK to your Server.
- The Firebase Admin Python SDK (v2.3.0) is now available. This release contains updates to the Realtime Database API, including ETag support and a bug fix to the transactions API.
Aug 23, 2017
SDK Releases
- The Firebase SDK for C++ (v4.1.0)
is now available with bug fixes for AdMob, FCM, Realtime Database,
Cloud Storage, and Remote Config, and new features for
Future
OnCompletion
callbacks and Realtime Database transaction callbacks. To install this SDK, see Add Firebase to your C++ Project. - The Firebase SDK for Unity (v4.1.0) is now available with bug fixes for the iOS build system in Unity 5.5 and below, Authentication, FCM, and Remote Config. To install this SDK, see Add Firebase to your Unity Project.
Aug 17, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.3.0) is now available. It introduces client side localization and custom continue URLs to Authentication email actions, along with a fix for state synchronization on IE10. To install this SDK, see Add Firebase to your JavaScript Project.
Aug 16, 2017
SDK Releases
- The Firebase Admin Node.js SDK (v5.2.1) is now available. This fixes a bug in the TypeScript type declarations of the SDK.
Aug 14, 2017
SDK Releases
The Firebase Admin Node.js SDK (v5.2.0) is now available. This includes a new Cloud Storage API.
The Firebase Admin Java SDK (v5.3.0) is now available. This includes a new Cloud Storage API, and new features in Authentication that facilitate phone number-based authentication.
The Firebase Admin Python SDK (v2.2.0) is now available. This includes a new Cloud Storage API, a new user management API in Authentication, and a new transaction API in Realtime Database.
The Firebase iOS SDK (v4.1.0) is now available. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v11.2.0) is now available as part of the Google Play services 11.2.0 release. This release includes updates to App Indexing and Dynamic Links. To install this SDK, see Add Firebase to your Android Project.
Aug 2, 2017
Firebase Gradle Plugins
- Version 1.1.1 of the Firebase Gradle Plugin fixes an issue an issue in 1.1.0 which caused the error "Execution failed for task ':app:packageInstantRunResourcesDebug'" in some cases. To update to the new version, follow the guides for Performance Monitoring and Crash Reporting.
Aug 1, 2017
SDK Releases
- The Firebase SDK for Unity (v4.0.3) is now available. It includes an important fix for Realtime Database users, in addition to improvements across Analytics, Authentication, Dynamic Links and FCM. To install this SDK, see Add Firebase to your Unity Project.
- The Firebase SDK for C++ (v4.0.3) is also available with improvements for Dynamic Links and FCM. To install this SDK, see Add Firebase to your C++ Project.
Jul 27, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.2.0) is now available. It contains the ability to configure Authentication state persistence and bugfixes for Authentication and Realtime Database. To install this SDK, see Add Firebase to your JavaScript Project.
Jul 26, 2017
SDK Releases
- The Firebase Android SDK (v11.0.4) is now available as part of the Google Play services 11.0.4 release. This release includes updates to Cloud Messaging and Performance Monitoring. To install this SDK, see Add Firebase to your Android Project.
Jul 25, 2017
SDK Releases
The Firebase Admin Node.js SDK (v5.1.0) is now available. This release includes new features in Authentication that facilitate phone number-based authentication.
The Firebase Admin Python SDK (v2.1.1) is now available. This release includes improvements that make it possible to consume credentials from sources other than the local file system.
The Firebase JavaScript SDK (v4.1.5) is now available. It contains a critical bugfix for authenticated database access that was introduced in version 4.1.4. To install this SDK, see Add Firebase to your JavaScript Project.
Jul 24, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.1.4) is now
available. It includes bundle size optimizations for
firebase-storage.js
,firebase-messaging.js
, andfirebase-app.js
. To install this SDK, see Add Firebase to your JavaScript Project.
Jul 12, 2017
SDK Releases
The Firebase Admin Node.js SDK (v5.0.1) is now available. This includes improvements for Authentication and error handling.
The Firebase iOS SDK (v4.0.4) is now available. To install this SDK, see Add Firebase to your iOS Project.
Jul 7, 2017
SDK Releases
- An updated beta release of the Firebase SDK for Cloud Functions
(v0.5.9) is now available. It includes the ability to listen to granular
create, update, and delete database events by using the
onCreate()
,onUpdate()
, andonDelete()
methods. To install this SDK, see Get started with Cloud Functions. - The Firebase C++ SDK (v4.0.2) is now available. It includes bug fixes for Analytics, Authentication, Dynamic Links and FCM. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase Unity SDK (v4.0.2) is now now available. It includes a bug fix for Analytics, Authentication, Dynamic Links and FCM. To install this SDK, see Add Firebase to your Unity Project.
June 29, 2017
SDK Releases
The Firebase iOS SDK (v4.0.3) is now available. It includes bug fixes and updates in Analytics, AdMob, and Remote Config. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v11.0.2) is now available as part of the Google Play services 11.0.2 release. This release includes updates to Crash Reporting and Performance Monitoring. To install this SDK, see Add Firebase to your Android Project.
Dynamic Links
- A new REST API for retrieving Analytics data for short Dynamic Links is now available.
June 28, 2017
SDK Releases
- The Firebase Admin Python SDK (v2.1.0) is now available. This includes a new database API for interacting with the Firebase Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
June 21, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.1.3) is now available. It includes fixes for Cordova OAuth redirects, invalid app names and several typings fixes. To install this SDK, see Add Firebase to your JavaScript Project.
June 16, 2017
SDK Releases
- The Firebase C++ SDK (v4.0.1) is now available. It include bug fixes for FCM, Dynamic Links and Invites. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase Unity SDK (v4.0.1) is now now available. It include bug fixes for FCM, Dynamic Links and Invites. To install this SDK, see Add Firebase to your Unity Project.
June 14, 2017
SDK Releases
- The Firebase Admin Java SDK (v5.2.0)
is now available. It includes APIs for specifying the
HttpTransport
andJsonFactory
used by the SDK when making HTTP calls. To install this SDK, see Add the Firebase Admin SDK to your Server.
June 09, 2017
SDK Releases
- The Firebase C++ SDK (v4.0.0) is now available. It includes phone authentication, a standalone library for Dynamic Links and bug fixes for Authentication, Invites and FCM. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase Unity SDK (v4.0.0) is now now available. It includes phone authentication, a standalone library for Dynamic Links and bug fixes for Authentication, Invites and FCM. To install this SDK, see Add Firebase to your Unity Project.
June 08, 2017
SDK Releases
- The Firebase iOS SDK (v4.0.2) is now available. It includes bug fixes in Analytics. To install this SDK, see Add Firebase to your iOS Project.
June 07, 2017
SDK Releases
The Firebase Android SDK (v11.0.0) is now available as part of the Google Play services 11.0.0 release. This release includes updates to Analytics, Invites, Crash Reporting, App Indexing, Dynamic Links, and Authentication including the release of phone authentication. To install this SDK, see Add Firebase to your Android Project.
The Firebase Admin Java SDK (v5.1.0) is now available. This includes a user management API for creating and updating Firebase user accounts from Java applications. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v4.1.2) is now available. It includes fixed to various core/build processes. To install this SDK, see Add Firebase to your JavaScript Project.
June 06, 2017
SDK Releases
- The Firebase iOS SDK (v4.0.1) is now available. It includes improved diagnostic messages for the Swift SDK, and updates to Performance Monitoring. To install this SDK, see Add Firebase to your iOS Project.
June 01, 2017
SDK Releases
- The Firebase Admin Java SDK (v5.0.1) is now available. It includes a bug fix that makes the SDK more stable when deployed in the App Engine environment. To install this SDK, see Add the Firebase Admin SDK to your Server.
May 31, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.1.1) is now available. It includes a bugfix for storage default bucket creation. To install this SDK, see Add Firebase to your JavaScript Project.
May 30, 2017
SDK Releases
- The Firebase JavaScript SDK (v4.1.0) is now available. It includes fixes for Authentication, as well as support for lazy initialization of Firebase components. To install this SDK, see Add Firebase to your JavaScript Project.
May 17, 2017
Firebase Performance Monitoring
- The initial public beta release of Firebase Performance Monitoring is now available for iOS and Android apps. Performance Monitoring lets you gain insight into your app's performance and network behavior. To learn more about how to use Performance Monitoring to improve the quality of your app, see Firebase Performance Monitoring.
SDK Releases
The Firebase iOS SDK (v4.0.0) is now available. It includes the beta release of Performance Monitoring breaking changes in all Swift SDKs, and updates to AdMob, Analytics, Authentication, Crash Reporting, Realtime Database, Dynamic Links, Cloud Messaging and Remote Config. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v10.2.6) is now available as part of the Google Play services 10.2.6 release. This release includes the beta release of Performance Monitoring and updates to including Cloud Messaging and Test Lab. To install this SDK, see Add Firebase to your Android Project.
The Firebase JavaScript SDK (v4.0.0) is now available. This is a major version change that includes breaking changes: please review the detailed release notes to ensure your app functions as expected. This release includes changes to the overall SDK support, and several changes to Authentication including the introduction of phone authentication. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Python SDK (v2.0.0) is now available. This release migrates the SDK to the new
google-auth
library for credential processing and JSON web token (JWT) validation. To install this SDK, see Add the Firebase Admin SDK to your Server.The Firebase Admin Java SDK (v5.0.0) is now available. It includes improvements to the credentials API. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Node.js SDK (v5.0.0) is now available. It includes improvements to the SDK initialization and user managements APIs. To install this SDK, see Add the Firebase Admin SDK to your Server.
Firebase console
- Firebase console now supports multiple logged-in users. Users can toggle accounts through the account switcher in the top navigation bar.
May 11, 2017
- The Firebase C++ SDK (v3.1.2) is now available. It includes bug fixes to Authentication. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase Unity SDK (v3.0.3) is now now available. It includes bug fixes to Authentication. To install this SDK, see Add Firebase to your Unity Project.
May 9, 2017
- The Firebase C++ SDK (v3.1.1) is now available. It includes updates to Cloud Storage and Invites. To install this SDK, see Add Firebase to your C++ Project.
- The Firebase Unity SDK (v3.0.2) is now now available. It includes a bug fix for Android, and improvements to Android build configuration in the editor plugin. To install this SDK, see Add Firebase to your Unity Project.
April 28, 2017
- The Firebase Android SDK (v10.2.4) is now available as part of the Google Play services 10.2.4 release. This release includes updates to Cloud Storage. To install this SDK, see Add Firebase to your Android Project.
April 25, 2017
The Firebase iOS SDK (v3.17.0) is now available. It includes updates to Analytics, Invites, and Dynamic Links. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v3.9.0) is now available. It includes updates to Authentication and a bugfix for Cordova apps. To install this SDK, see Add Firebase to your JavaScript Project.
April 20, 2017
- The Firebase Admin Java SDK (v4.1.7)
is now available. It includes several improvements including support for
gracefully shutting down
FirebaseApp
instances via the newdelete()
method. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 18, 2017
- The Firebase JavaScript SDK (v3.8.0) is now available. It includes updates to Authentication and source maps. To install this SDK, see Add Firebase to your JavaScript Project.
April 14, 2017
The Firebase JavaScript SDK (v3.7.8) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase JavaScript SDK (v3.7.7) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
April 13, 2017
- The Firebase iOS SDK (v3.16.0) is now available. It includes updates to Xcode warnings, Analytics, Invites, Dynamic Links, and FCM. To install this SDK, see Add Firebase to your iOS Project.
April 12, 2017
- The Firebase Admin Node.js SDK (v4.2.1) is now available. It includes improvements for how it authenticates to Firebase services. To install this SDK, see Add the Firebase Admin SDK to your Server.
April 11, 2017
- The Firebase JavaScript SDK (v3.7.6) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
April 04, 2017
The Firebase Admin Python SDK (v1.0.0) is now available. This initial release comes with Authentication token minting and verification support. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.1.6) is now available. It includes a fix for Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Node.js SDK (v4.2.0) is now available. It includes a new set of APIs for Firebase Cloud Messaging (FCM). To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v3.7.5) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
March 28, 2017
The Firebase JavaScript SDK (v3.7.4) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Java SDK(v4.1.5) is now available. It includes a fix for Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.1.4) is now available. It includes improvements for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Node.js SDK (v4.1.4) is now available. It includes improvements for Authentication and Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
March 21, 2017
- The Firebase Android SDK (v10.2.1) is now available as part of the Google Play services 10.2.1 release. This release includes updates to provide compatibility with Android O Developer Preview 1. The most significant updates are internal changes to the Firebase Cloud Messaging (FCM) libraries and a change in the guaranteed lifecycle of FCM callbacks to 10 seconds, after which Android O considers such callbacks eligible for termination. For more information on handling FCM messages on Android O, see The Firebase Blog.
- The Firebase JavaScript SDK (v3.7.3) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
March 16, 2017
- The Firebase iOS SDK (v3.15.0) is now available. It includes updates to AdMob and Invites. To install this SDK, see Add Firebase to your iOS Project.
March 15, 2017
- The Firebase Unity SDK (v3.0.1) is now now available. It includes a bug fix for Android, and improvements for Android build configuration in the editor plugin. To install this SDK, see Add Firebase to your Unity Project.
March 14, 2017
- The Firebase JavaScript SDK (v3.7.2) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
March 9, 2017
The initial public beta release of the Firebase SDK for Cloud Functions (v0.5.2) is now available. It includes event provider support for Analytics, Realtime Database, Authentication, Cloud Storage, Pub/Sub, and HTTP endpoints. To install this SDK, see Get started with Cloud Functions.
The Firebase JavaScript SDK (v3.7.1) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
March 8, 2017
Added support for using Analytics user properties to target the Notifications composer to specific users. You can now target users with a notification by combining Analytics audiences and user properties using the
AND
operator, or target users based on the absence of an Analytics audience or user property using theNOT
operator.The Firebase C++ SDK (v3.1.0) is now available. It includes updates to Cloud Storage and Invites. To install this SDK, see Add Firebase to your C++ Project.
March 7, 2017
The Firebase Admin Node.js SDK (v4.1.3) is now available. It includes TypeScript improvements and better error handling for invalid credentials. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.1.3) is now available. It includes a fix for Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
March 2, 2017
- The Firebase Admin Node.js SDK (v4.1.2) is now available. It includes fixes for Authentication, Realtime Database, and FCM. To install this SDK, see Add the Firebase Admin SDK to your Server.
March 1, 2017
- The Firebase JavaScript SDK (v3.7.0) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
February 27, 2017
The Firebase C++ SDK (v3.0.0) is now available. It includes a general update, as well as updates to Analytics, Authentication, Invites, FCM, and Remote Config. To install this SDK, see Add Firebase to your C++ Project.
The Firebase Unity SDK (v3.0.0) is now now available. It includes general updates, updates to the editor plugin, and updates to Authentication, Realtime Database, Cloud Storage, FCM, and Invites. To install this SDK, see Add Firebase to your Unity Project.
February 23, 2017
- The Firebase iOS SDK (v3.14.0) is now available. It includes updates to AdMob and Remote Config. To install this SDK, see Add Firebase to your iOS Project.
February 21, 2017
- The Firebase JavaScript SDK (v3.6.10) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
February 15, 2017
- The Firebase Android SDK (v10.2) is now available as part of the Google Play services 10.2 release. It includes updates to Analytics, Realtime Database, and Test Lab. To install this SDK, see Add Firebase to your Android Project.
Crash Reporting
- Added the ability to see the percentage of users who have not encountered an error (crash or non-fatal error) in an app over the selected timeframe to the Firebase console. This is shown in the Error-free users panel of the Crash Reporting console.
February 14, 2017
The Firebase iOS SDK (v3.13.0) is now available. It includes updates to Analytics, Authentication, Realtime Database, Cloud Storage, and Dynamic Links. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Node.js SDK (v4.1.1) is now available. It includes a fix for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.1.2) is now available. It includes some fixes and better error handling when initializing the SDK. To install this SDK, see Add the Firebase Admin SDK to your Server.
February 7, 2017
- The Firebase JavaScript SDK (v3.6.9) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
February 6, 2017
The Firebase C++ SDK (v2.1.3) is now available. It includes a general update, as well as updates to Authentication and FCM. To install this SDK, see Add Firebase to your C++ Project.
The Firebase Unity SDK (v1.1.2) is now now available. It includes a general update, as well as updates to Authentication and FCM. To install this SDK, see Add Firebase to your Unity Project.
February 3, 2017
- Added the ability to connect multiple domains to a single Firebase Hosting project.
- Updated the Firebase Hosting domain ownership verification UI to improve reliability and reduce wait times.
- Added support for using multiple subdomains (with the same root domain) across different Firebase projects.
February 2, 2017
- The Firebase Admin Node.js SDK (v4.1.0) is now available. It includes a new Firebase Cloud Messaging API and TypeScript improvements. To install this SDK, see Add the Firebase Admin SDK to your Server.
February 1, 2017
- The Firebase Admin Java SDK (v4.1.1) is now available. It includes a bug fix for Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 31, 2017
The Firebase iOS SDK (v3.12.0) is now available. It includes updates to Crash Reporting and new functionality for
GADNativeAdDelegate
in AdMob. To install this SDK, see Add Firebase to your iOS Project.The Firebase JavaScript SDK (v3.6.8) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
January 24, 2017
The Firebase Admin Node.js SDK (v4.0.6) is now available. It fixes broken support for the ES2015 import syntax. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.1.0) is now available. It includes changes in the way to initialize the SDK. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase JavaScript SDK (v3.6.7) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
January 20, 2017
- The Firebase C++ SDK (v2.1.2) is now available. It includes an update to AdMob. To install this SDK, see Add Firebase to your C++ Project.
January 18, 2017
The Firebase C++ SDK (v2.1.1) is now available. It includes updates to Authentication, FCM and Invites. To install this SDK, see Add Firebase to your C++ Project.
The Firebase Unity SDK (v1.1.1) is now available. It includes updates to Authentication, FCM, Invites, Realtime Database and Cloud Storage. To install this SDK, see Add Firebase to your Unity Project.
January 17, 2017
The Firebase JavaScript SDK (v3.6.6) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v3.11.1) is now available. It includes updates to event logging in Xcode and Remote Config. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Admin Node.js SDK (v4.0.5) is now available. It includes several bug fixes for Authentication and improved TypeScript typings. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.0.4) is now available. It includes support for App Engine and miscellaneous bug fixes. To install this SDK, see Add the Firebase Admin SDK to your Server.
January 10, 2017
- The Firebase JavaScript SDK (v3.6.5) is now available. It includes updates to Cloud Storage. To install this SDK, see Add Firebase to your JavaScript Project.
December 15, 2016
- The Crash Reporting gradle plugin for Android is now available. This plugin simplifies the process of uploading ProGuard mapping files for the deobfuscation of stack traces. To learn more, see Uploading ProGuard Mapping Files with Gradle.
December 13, 2016
The Firebase JavaScript SDK (v3.6.4) is now available. It includes updates to Realtime Database, Cloud Storage, and Authentication. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase iOS SDK (v3.11.0) is now available. It includes updates to AdMob and Authentication. To install this SDK, see Add Firebase to your iOS Project.
December 9, 2016
The Firebase C++ SDK (v2.1.0) is now available. It includes updates to Authentication and adds support for Cloud Storage. To install this SDK, see Add Firebase to your C++ Project.
The Firebase Unity SDK (v1.1.0) is now available. This adds Cloud Storage and includes updates to Analytics, Authentication, Realtime Database, FCM, Dynamic Links and Invites. To install this SDK, see Add Firebase to your Unity Project.
December 6, 2016
The Firebase JavaScript SDK (v3.6.3) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v4.0.4) is now available. It includes improvements to Authentication. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.0.3) is now available. It includes improvements to Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 29, 2016
- The Firebase JavaScript SDK (v3.6.2) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
November 21, 2016
The Firebase iOS SDK (v3.10.0) is now available. It includes updates to AdMob, Analytics, Crash Reporting, Dynamic Links, Invites, Cloud Storage, and Realtime Database. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v10.0) is now available as part of the Google Play services 10.0 release. It includes updates to Analytics, Authentication, Test Lab, and App Indexing. To install this SDK, see Add Firebase to your Android Project.
The Firebase Admin Node.js SDK (v4.0.3) is now available. It includes improvements to Authentication and Realtime Database. To install this SDK, see Add the Firebase Admin SDK to your Server.
Firebase console
- Shorthand names for apps, known as "app nicknames" are now managed from and visible throughout the Firebase console.
- Simplified the process of adding service accounts to a project.
Analytics
- Increased the maximum length of event names and parameter names to 40 characters, and the maximum length of string parameter values to 100 characters.
the Notifications composer
- Instance ID keys are now available in the Notifications settings area of the Firebase console.
November 18, 2016
- The Firebase Unity SDK (v1.0.1) is now available. It includes minor improvements to support for Realtime Database, iOS and Android. To install this SDK, see Add Firebase to your Unity Project.
November 15, 2016
The Firebase JavaScript SDK (v3.6.1) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
The Firebase Admin Node.js SDK (v4.0.2) is now available. It includes improved error messages and updated dependencies. To install this SDK, see Add the Firebase Admin SDK to your Server.
The Firebase Admin Java SDK (v4.0.2) is now available. It restores Java 7 compatibility. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 9, 2016
- The Firebase Admin Node.js SDK (v4.0.1) is now available. It includes a fix for a packaging issue. To install this SDK, see Add the Firebase Admin SDK to your Server.
Google Analytics
- Existing users who update to an Analytics-enabled version of
an app are no longer included in
first_open
metrics. This server-side correction could cause a drop infirst_open
metrics.
November 8, 2016
The Firebase JavaScript SDK (v3.6.0) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
SDK authentication with a service account on Node.js, and the corresponding token minting and verification methods, have been deprecated in favor of a new Node.js Admin SDK. To learn more, see Admin SDK Setup and Admin Node.js SDK Release Notes.
The Firebase Admin Java SDK (v4.0.1) is now available. It includes a fix for a missing dependency. To install this SDK, see Add the Firebase Admin SDK to your Server.
November 7, 2016
The Firebase Unity SDK (v1.0.0) is now available. This initial release of the Firebase Unity SDK includes support for Analytics, Authentication, Realtime Database, Invites, Dynamic Links and Remote Config. To install this SDK, see Add Firebase to your Unity Project.
The Firebase C++ SDK (v2.0.0) is now available. It includes updates to AdMob, Authentication and Invites; and adds support for Realtime Database. To install this SDK, see Add Firebase to your C++ Project.
The Firebase Admin SDKs for Node.js and Java provide admin access to several Firebase services. This initial release provides admin access to Realtime Database, an API for creating and verifying Authentication tokens, and an API to manage your Authentication users. To start using these SDKs, see Admin SDK Setup, Admin Node.js SDK Release Notes and Admin Java SDK Release Notes.
Crash Reporting
- Firebase Crash Reporting has now exited beta. To get started using Crash Reporting, see the Crash Reporting introduction.
Firebase Test Lab
- You can now run several tests per day on both the Spark (free) and Flame pricing plans. To learn more, see Firebase Pricing.
November 3, 2016
- The Firebase iOS SDK (v3.9.0) is now available. It includes an update to AdMob. To install this SDK, see Add Firebase to your iOS Project.
November 1, 2016
- The Firebase JavaScript SDK (v3.5.3) is now available. It includes updates to Authentication. To install this SDK, see Add Firebase to your JavaScript Project.
October 31, 2016
Remote Config
- Added the ability to randomly re-assign app users to new percentage ranges in User in random percentile rules. To learn more, see Remote Config Rule types.
October 24, 2016
The Firebase iOS SDK (v3.8.0) is now available. It includes an updates to Analytics, Realtime Database, Cloud Storage, Crash Reporting, Dynamic Links, Invites and AdMob. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v9.8) is now available as part of the Google Play services 9.8 release. It includes updates to Analytics, Cloud Messaging and Cloud Storage. To install this SDK, see Add Firebase to your Android Project.
The Firebase JavaScript SDK (v3.5.2) is now available. It includes updates to Authentication. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase console
Project owners and editors can now create app "nicknames" that are displayed throughout the Firebase console alongside the full package name or bundle ID.
Project owners and editors can now change the reporting currency for their apps.
Authentication
- Removed the 500 user limit on the Users Table in the Firebase console, and improved search within this table.
Dynamic Links
- You can generate short Dynamic Links programmatically using the Link Shortener REST API.
- You can now enable Android AppLinks by entering a SHA256 checksum in the Firebase console.
October 19, 2016
- The Firebase JavaScript SDK (v3.5.1) is now available. It includes updates to Cloud Messaging. To install this SDK, see Add Firebase to your JavaScript Project.
October 14, 2016
- The Firebase JavaScript SDK (v3.5.0) is now available. It includes updates to Authentication and a new SDK, Cloud Messaging. To install this SDK, see Add Firebase to your JavaScript Project.
October 10, 2016
Remote Config
- Added support for using Google Analytics user properties to create conditions. To learn more, see Remote Config and user properties.
October 6, 2016
- The Firebase iOS SDK (v3.7.1) is now available. It includes an update to Analytics. To install this SDK, see Add Firebase to your iOS Project.
October 3, 2016
- The Firebase iOS SDK (v3.7.0) is now available. It includes updates to Analytics, App Indexing, and AdMob. To install this SDK, see Add Firebase to your iOS Project.
- The Firebase C++ SDK (v1.2.1) is now available. It includes updates to Cloud Messaging. To install this SDK, see Add Firebase to your C++ Project.
Test Lab
- Test Lab will now charge $1 per device hour to test apps on Android Virtual Devices (AVDs). To learn more about how billing is calculated for Test Lab, see Test Lab billing.
September 27, 2016
SDK Releases
- The Firebase JavaScript SDK (v3.4.1) is now available. It includes updates to Realtime Database and Cloud Storage. To install this SDK, see Add Firebase to your JavaScript Project.
September 21, 2016
SDK Releases
The Firebase Android SDK (v9.6) is now available as part of the Google Play services 9.6 release. It includes updates to Analytics, Cloud Messaging, Authentication, Realtime Database, and Dynamic Links. To install this SDK, see Add Firebase to your Android Project.
The Firebase C++ SDK (v1.2.0) is now available. It includes updates to Cloud Messaging, Authentication, Remote Config, Invites and AdMob. To install this SDK, see Add Firebase to your C++ Project.
September 14, 2016
SDK Releases
The Firebase iOS SDK (v3.6.0) is now available. It includes updates to Analytics, Cloud Messaging, Authentication, Realtime Database, Remote Config, Dynamic Links and AdMob. To install this SDK, see Add Firebase to your iOS Project.
The Firebase JavaScript SDK (v3.4.0) is now available. It includes updates to Realtime Database. To install this SDK, see Add Firebase to your JavaScript Project.
Dynamic Links
- You can debug the behavior of long Dynamic Links across platforms by
adding the following to the end of any Dynamic Link URL:
&d=1
. - When a user clicks a Dynamic Link to an app that is not installed on their iOS device, that Dynamic Link will now open the installation page for that app in the App Store, unless an iOS fallback link parameter is specified. This is true whether the user clicked the link in Safari, or in another app.
September 8, 2016
- The Firebase JavaScript SDK (v3.3.2) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
September 7, 2016
- The Firebase JavaScript SDK (v3.3.1) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
August 26, 2016
SDK Releases
- The Firebase iOS SDK (v3.5.2) is now available. To install this SDK, see Add Firebase to your iOS Project.
August 23, 2016
SDK Releases
- The Firebase iOS SDK (v3.5.1) is now available. To install this SDK, see Add Firebase to your iOS Project.
Remote Config
- Added the ability to search parameters and conditions from the Remote Config Parameters tab in the Firebase console.
August 16, 2016
- The Firebase JavaScript SDK (v3.3.0) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
August 1, 2016
SDK Releases
The Firebase iOS SDK (v3.4.0) is now available. To install this SDK, see Add Firebase to your iOS Project.
The Firebase Android SDK (v9.4) is now available as part of the Google Play services 9.4 release. To install this SDK, see Add Firebase to your Android Project.
The Firebase C++ SDK (v1.1.0) is now available. To install this SDK, see Add Firebase to your C++ Project.
Firebase console
- A View Only indicator is now displayed at the top of the Firebase console for projects that you have read-only access to. A number of action buttons have also been updated to be hidden or disabled for users who do not have Editor or Owner permissions for a project.
- You can delete apps from projects using a new action button in the Advanced Options section when managing an app.
- You can edit the name of a project after creating it in the Project Settings dialog.
Realtime Database
- You can now view usage metrics in the Firebase console by clicking on the Usage tab. Firebase currently tracks bandwidth usage, total storage used, and the maximum number of concurrent connections.
Hosting
- You can now view usage metrics for Hosting in the Firebase console by clicking on the Usage tab. Firebase currently tracks bytes sent (bandwidth) and total storage used.
the Notifications composer
- Added pagination to the Notifications summary view, to make scrolling and viewing of many notification messages easier.
July 26, 2016
- The Firebase JavaScript SDK (v3.2.1) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
July 12, 2016
- The Firebase JavaScript SDK (v3.2.0) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
June 29, 2016
- The Firebase iOS SDK (v3.3.0) is now available. To install this SDK, see Add Firebase to your iOS Project.
June 28, 2016
- The Firebase JavaScript SDK (v3.1.0) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
Firebase Test Lab
- Test Lab now includes virtual devices. To learn more, see Test Your App with Android Virtual Devices.
June 27, 2016
- The Firebase Android SDK (v9.2) is now available as part of the Google Play services 9.2 release. To install this SDK, see Add Firebase to your Android Project.
Documentation
- In response to customer feedback, we've made hundreds of small improvements to the Firebase documentation.
the Notifications composer
- You can now add more than three custom data fields when sending a notification. A notification should not exceed 4KB total, including message text, custom data, and any advanced options.
- Reduced the refresh interval for app versions and language lists.
- The conversion event counts in the the Notifications composer Google Analytics funnel view now show the number of users who have triggered the conversion event at least once. Previously, it showed the raw number of triggered conversion events.
C++ SDK
- The Firebase C++ SDK (v1.0.1) is now available. To install this SDK, see Add Firebase to your C++ Project.
June 14, 2016
- The Firebase JavaScript SDK (v3.0.5) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
June 7, 2016
- The Firebase JavaScript SDK (v3.0.4) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
June 2, 2016
Authentication
- The Google Play services version 9.0.2 release is now available.
This release fixes a
known issue
with Firebase Authentication where the
FirebaseAuthApi
is not available on some devices. AFirebaseApiNotAvailableException
error occurs when those devices attempt to use Authentication APIs.
Crash Reporting
- Updated the Firebase Crash Reporting iOS SDK to fix issues with the symbol upload script used by Crash Reporting, and also to fix other miscellaneous issues with this SDK.
May 24, 2016
- The Firebase JavaScript SDK (v3.0.3) is now available. To install this SDK, see Add Firebase to your JavaScript Project.
May 18, 2016
Version 3.2.0 of the Firebase SDK for Apple platforms is now available, and version 9.0.0 of the Firebase Android SDK is also available.
- Firebase expands to include several new products: Analytics,
Cloud Storage, Remote Config, Crash Reporting, Dynamic Links, and
the Notifications composer.
- Existing Google products are now a part of Firebase: Google Cloud Messaging, Cloud Test Lab, and App Indexing.
- Firebase is now integrated with AdMob and Ads.
- Launched a new website at https://firebase.google.com/, including a new console, improved documentation, and updated product information.
- The Node.js server SDK did not work on Node 0.10.x. This was fixed in JavaScript SDK (v3.0.1)
- The npm package did not work properly with Browserify and webpack. This was fixed in version JavaScript SDK (v3.0.2)
Realtime Database
- The way you install and initialize the SDK has changed and several APIs have been renamed. When you decide to upgrade, please see the Web Migration Guide, iOS Migration Guide, or Android Migration Guide for details.
- The way you install and initialize the Node.js and Java server SDKs has also changed. APIs have been renamed and you now authenticate using a service account instead of a secret or custom token. When you choose to upgrade, please see the Database Server SDK Setup Guide and use the Web Migration Guide or Android Migration Guide to help you update your Node.js or Java code to the latest APIs.
Authentication
- The way you install and initialize the SDK has changed and most APIs have been renamed. When you decide to upgrade, please see the iOS Migration Guide, Web Migration Guide, or Android Migration Guide for details.
- Node.js / Java server SDKs:
- Token minting and verification for
Firebase Authentication is now built into the server SDKs themselves instead of
in separate token minting libraries.
- All of the existing authentication methods have been removed. Instead,
use the
databaseAuthVariableOverride
option (Node.js) orsetDatabaseAuthVariableOverride()
method (Java) when initializing the SDK. See here for more details. - Use the Web Migration Guide or Android Migration Guide to help you update your Node.js or Java code to the latest APIs.
- All of the existing authentication methods have been removed. Instead,
use the
- Token minting and verification for
Firebase Authentication is now built into the server SDKs themselves instead of
in separate token minting libraries.
- General:
- Limited profile data extracted from federated providers (e.g. doesn’t include the Twitter username).
- Workaround where possible, extract this information from the 3rd party SDKs.
- Firebase Android SDK:
FirebaseUser#linkWithCredential()
may invalidate a user's credentials.- Description: After calling
linkWithCredential()
with a credential that is not anEmailAuthCredential
, sometimes consecutive calls on the user object may throw an Exception:FirebaseException (An internal error has occurred. [ TOKEN_EXPIRED ])
. - Workaround Cache the credential used on a linking event, and if this
error is thrown, sign the user out after the linking and call
FirebaseAuth#signInWithCredential()
with the cached credential afterwards.
- Description: After calling
- Missing API to start email verification flow.
- Some Network exceptions are thrown as
FirebaseException
rather thanFirebaseNetworkException
.
- Firebase SDK for Apple platforms:
sendPasswordResetWithEmail:completion:
does not call the completion handler in the main thread as claimed.-
Workaround:
Objective-C
[[FIRAuth auth] sendPasswordResetWithEmail:@"user@host.domain" completion:^(NSError *_Nullable error) { dispatch_async(dispatch_get_main_queue(), ^{ // original completion handler code. }); }];
Swift
FIRAuth.auth()?.sendPasswordResetWithEmail("user@host.domain") { error in dispatch_async(dispatch_get_main_queue()) { // original completion handler code. } }
- API reference docs do not contain information about error conditions: see them here.
- Authentication state is shared between different apps when running on.
the iOS Simulator:
- Description: when running two or more applications that use Firebase Authentication on the same iOS simulator, there is a issue with the iOS keychain that causes the authentication state to be shared across the different applications. This means that if you sign in to an app, and later open a second app, you may find a user to be signed in into it.
- Workaround: either don't use two different applications with Authentication on the same simulator instance, or manually sign out from the applications between tests.
- Firebase JavaScript SDK:
- If you change the authdomain configuration of an app while some users are signed in, you have to sign them out and in again in order to use linkWithPopup/Redirect APIs
- Does not work in Safari private browsing mode.
Cloud Storage
- Initial release of Cloud Storage. Cloud Storage provides secure file uploads and downloads for your Firebase apps, regardless of network quality. You can use it to store images, audio, video, or other user-generated content. Firebase Storage is backed by Google Cloud Storage, a powerful, simple, and cost-effective object storage service.
- Firebase console: Only project owners can update Firebase Security Rules for Cloud Storage, and only owners and editors can view Cloud Storage Security Rules.
FCM
Initial release of Cloud Messaging.
Firebase C++ SDK:
- Messages with both a notification and data payload are not delivered to an Android application open in the background.
- Description: On Android, when the app is open in the background and it receives a message with both a notification and data payload, the message is not delivered to the application.
- Workaround: In the application's activity, (e.g.
NativeActivity
), override theonNewIntent(Intent intent)
method and pass theintent
argument through to the methodsetIntent(Intent intent)
-
For example:
public class MyActivity extends NativeActivity { @Override onNewIntent(Intent intent) { setIntent(intent); } }
See the quickstart sample for an example of this workaround in action.