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/tvos
contains
tvOS-specific libraries, and thexcframeworks
directory 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::function
argument instead. - Firestore:
FieldValue::Increment
functions are no longer guarded by
theINTERNAL_EXPERIMENTAL
macro. - Firestore: added more validation of invalid input.
- Firestore: added an
is_valid
method to the public API classes that can
be in an invalid state.
- General: This release adds tvOS C++ libraries that wrap the