Firebase C++ SDK 7.2.0
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
ValueListener
s orChildListener
s 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).