Firebase C++ SDK 7.1.0
Prebuilt versions of the libraries are available for download here.
Release Notes
- Changes
- General (iOS): Re-enabled Bitcode in iOS builds (#266).
- Auth: You can now specify a language for emails and text messages sent from your apps using
UseAppLanguage()
orset_language_code()
. - Firestore: Fixed partial updates in
Update()
withFieldValue::Delete()
(firebase/quickstart-unity#882). - Messaging (Android): Now uses
enqueueWork
instead ofstartService
. This fixes lost messages with data payloads received when the app is in the background (firebase/quickstart-unity#877). - Remote Config: Added
firebase::remote_config::RemoteConfig
class with new instance-based APIs to better manage fetching config data. - Remote Config: Deprecated old module-based API in favor of the new instance-based API instead.
- Remote Config (Desktop): Fixed multiple definition of Nanopb symbols in binary SDK (#271).