Skip to content

Firebase C++ SDK 7.2.0

Compare
Choose a tag to compare
@jonsimantov jonsimantov released this 14 Apr 20:07
c21ea9d

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Firebase support for STLPort is deprecated and will be removed in the next major release. Please use libc++ instead.
    • General (iOS): iOS SDKs are now built using Xcode 12.
    • General (iOS): iOS SDKs are now providing XCFrameworks instead of Frameworks.
    • Database: Fixed a potential crash that can occur as a result of a race condition when adding, removing and deleting ValueListeners or ChildListeners rapidly.
    • Database: Fixed a crash when setting large values on Windows and Mac systems (#517).
    • General: Fixed rare crashes at application exit when destructors were being executed (#345).
    • General (Android): Removed checks for Google Play services for Auth, Database, Functions and Storage as the native Android packages no longer need it. (#361).