Firebase C++ SDK 11.4.0
Prebuilt versions of the libraries are available for download here.
- Changes
- General (Android): Update to Firebase Android BoM version 32.2.2.
- General (iOS): Update to Firebase Cocoapods version 10.13.0.
- General (iOS): 32-bit iOS builds (i386 and armv7) are no longer supported.
- General: Add FirebaseApp.GetApps(), to return the list of
firebase::App
instances. - GMA (Android): Fixed a crash when initializing GMA without a Firebase App.
- Firestore: Add support for disjunctions in queries (OR queries) (#1335).