Firebase C++ SDK 8.7.0
Prebuilt versions of the libraries are available for download here.
- Changes
- Firestore: Released to general availability for Android and iOS (desktop support remains in beta).
- General (Android): Minimum SDK version is now 19.
- General: Variant double type now support 64-bit while saving to json. (#1133).
- Analytics (tvOS): Analytics is now supported on tvOS.
- Firestore (iOS): Fix a crash when
Transaction.GetSnapshotAsync()
was invoked afterFirebaseFirestore.TerminateAsync()
(#8760).