Skip to content

Firebase C++ SDK 8.3.0

Compare
Choose a tag to compare
@alexames alexames released this 27 Jul 22:44
3ddd997

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 the xcframeworks 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 a std::function argument instead.
    • Firestore: FieldValue::Increment functions are no longer guarded by
      the INTERNAL_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.