Firebase C++ SDK 8.3.0
Prebuilt versions of the libraries are available for download here.
- Changes
- General: This release adds tvOS C++ libraries that wrap the
community-supported Firebase tvOS SDK.libs/tvoscontains
tvOS-specific libraries, and thexcframeworksdirectory now
includes support for both iOS and tvOS. The following products are
currently included for tvOS: Auth, Database, Firestore, Functions,
Installations, Messaging, Remote Config, Storage. - General: When building from source, the compiler setting of
"no exceptions" on app is PRIVATE now and will not affect any other
targets in the build. - Firestore: Removed the deprecated
Firestore::RunTransaction(TransactionFunction*)function. Please use
the overload that takes astd::functionargument instead. - Firestore:
FieldValue::Incrementfunctions are no longer guarded by
theINTERNAL_EXPERIMENTALmacro. - Firestore: added more validation of invalid input.
- Firestore: added an
is_validmethod to the public API classes that can
be in an invalid state.
- General: This release adds tvOS C++ libraries that wrap the