Firebase C++ SDK 8.2.0
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 astd::functionargument instead. - Firestore: Removed the deprecated
EventListenerclass. - Firestore: Removed the deprecated overloads of
AddSnapshotListenerand
AddSnapshotsInSyncListenerfunctions that take anEventListener*
argument. Please use the overloads that take astd::functionargument
instead.
- General (Android): Updated Flatbuffers internal dependency from version