WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Firebase C++ SDK 11.4.0

Choose a tag to compare

@AlmostMatt AlmostMatt released this 09 Aug 23:43
64d5d42

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).