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 8.2.0

Choose a tag to compare

@jonsimantov jonsimantov released this 14 Jul 17:12
d794b46

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Updated Flatbuffers internal dependency from version
      1.9 to 1.12.
    • Firestore: Deprecated the
      Firestore::RunTransaction(TransactionFunction*) function. Please use
      the overload that takes a std::function argument instead.
    • Firestore: Removed the deprecated EventListener class.
    • Firestore: Removed the deprecated overloads of AddSnapshotListener and
      AddSnapshotsInSyncListener functions that take an EventListener*
      argument. Please use the overloads that take a std::function argument
      instead.