Skip to content

Firebase C++ SDK 6.3.0

Compare
Choose a tag to compare
@a-maurice a-maurice released this 14 Aug 21:57

Prebuilt versions of the libraries are available for download here.

Release Notes

  • Overview
    • Bug fixes.
  • Changes
    • General (iOS/Android): Fixed a bug that allows custom firebase::App instances to be created after the app has been restarted.
    • Auth (desktop): After loading a persisted user data, ensure token is not expired.
    • Auth (desktop): Changed destruction behavior. Instead of waiting for all async operations to finish, now Auth will cancel all async operations and quit. For callbacks that are already running, this will protect against cases where auth instances might not exist anymore.
    • Auth (desktop): Ensure Database, Storage and Functions do not use an expired token after it's loaded from persistent storage.
    • Auth (iOS): Fixed an exception in firebase::auth::VerifyPhoneNumber.
    • Auth (iOS): Stopped Auth from hanging on destruction if any local futures remain in scope.
    • Database (desktop): Fixed an issue that could cause a crash when updating the descendant of a location with a listener attached.
    • Database (desktop): Fixed DatabaseReference::RunTransaction() sending invalid data to the server which causes error message "Error on incoming message" and freeze.