Skip to content

Firebase C++ SDK 6.10.0

Compare
Choose a tag to compare
@a-maurice a-maurice released this 31 Jan 00:55

Prebuilt versions of the libraries are available for download here.

Release Notes

  • Overview
    • Auth bug fixes.
    • Added support for Apple Sign-in to Auth
    • Support for signing-in using a 3rd party web providers
    • Configuration of BigQuery export in Messaging.
  • Changes
    • Auth: Reverted the API of an experimental FederatedAuthHandler callback handler.
    • Auth: Added API for invoking Auth SignInWithProvider and User LinkWithProvider and ReauthenticateWithProvider for sign in with third party auth providers.
    • Auth: Added constant kProviderId strings to auth provider classes.
    • Auth (iOS): Added support for linking Apple Sign-in credentials.
    • Auth (iOS): Added a new version of OAuthProvider.GetCredential, which takes a nonce parameter as required by Apple Sign-in.
    • General (iOS): Updated the CMakeLists.txt to link static libraries stored under libs/ios/universal for iOS targets
    • Messaging (Android): Added the option to enable or disable message delivery metrics export to BigQuery. This functionality is currently only available on Android. Stubs are provided on iOS for cross platform compatibility.