Firebase C++ SDK 9.2.0
Prebuilt versions of the libraries are available for download here.
- Changes
- GMA: Added the Google Mobile Ads SDK with updated support for AdMob. See the Get Started Guide for more information.
- AdMob: The AdMob SDK has been deprecated. Please update your app to use the new Google Mobile Ads SDK which facilitates similar functionality.
- General (Android): Switched over to Android BoM (Bill of Materials) for dependency versions. This requires Gradle 5.
- Database (Desktop): If the app data directory doesn't exist, create it. This fixes an issue with disk persistence on Linux.
- Messaging (Android): Fixed #973. Make sure all the resources are closed in
RegistrationIntentService
. - Firestore: Added
TransactionOptions
to control how many times a transaction will retry commits before failing (#966).