Skip to content

Firebase C++ SDK 8.1.0

Compare
Choose a tag to compare
@vimanyu vimanyu released this 30 Jun 17:49
· 805 commits to main since this release
3e86226

Prebuilt versions of the libraries are available for download here.

  • Changes
    • Firestore: Fixed a linker error when DocumentChange::npos was used.
      (#474).
    • Firestore: Added Firestore::NamedQuery that allows reading the queries
      used to build a Firestore Data Bundle.