Skip to content

Firebase Unity SDK 10.0.0

Compare
Choose a tag to compare
@cynthiajoan cynthiajoan released this 17 Oct 21:18
a43dbd1

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Updated Firebase C++ SDK dependencies to v10.0.0.
    • General (Android): Update Firebase Android BoM dependencies to v31.0.0.
    • General (iOS): Update Firebase Cocoapods dependencies to v10.0.0.
    • General: Minimum supported editor version is now Unity 2019.
    • General: Removed dependency on Parse Tasks.
    • Auth (Android/iOS): Deprecate PhoneAuthProvider.MaxTimeoutMs. The actual
      range is determined by the underlying SDK, ex.
      PhoneAuthOptions.Builder in Android SDK.
    • RemoteConfig: Improve performance when setting default parameters with long
      strings.