Firebase C++ SDK 12.0.0
Prebuilt versions of the libraries are available for download here.
- Changes
- General (Android): Update to Firebase Android BoM version 33.0.0.
- General (Android): Updated
minSdkVersion
to 23, andtargetSdkVersion
andcompileSdkVersion
to 34. - General (iOS): Update to Firebase Cocoapods version 10.25.0.
- General (iOS): Minimum iOS deployment target is now 13.0.
- Auth: Removed methods that were deprecated in v11.0.0.
- Storage (iOS): Fix invalid pointer in
StorageReference::GetFile()
when running in a secondary thread (#1570).