Skip to content

Firebase C++ SDK 8.2.0

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