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::function
argument instead. - Firestore: Removed the deprecated
EventListener
class. - Firestore: Removed the deprecated overloads of
AddSnapshotListener
and
AddSnapshotsInSyncListener
functions that take anEventListener*
argument. Please use the overloads that take astd::function
argument
instead.
- General (Android): Updated Flatbuffers internal dependency from version