Firebase C++ SDK 6.8.0
Prebuilt versions of the libraries are available for download here.
Release Notes
- Overview
- Updated dependencies, added compiler/stdlib check, fixed issue in Admob and fixed resource generation issue with python3.
- Changes
- App (Linux): Added compiler/stdlib check to ensure both the developer's executable and firebase library are compiled with the same compiler and stdlib.
- Admob (Android): Fixed a potentially non thread safe operation in the destruction of BannerViews.
- General: Fixed an issue where resource generation from google-services.json would fail if python3 was used to execute the resource generation script.