File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -574,16 +574,18 @@ code.
574
574
### 7.1.0
575
575
- Changes
576
576
- Auth: You can now specify a language for emails and text messages sent
577
- from your apps using UseAppLanguage() or set_language_code().
577
+ from your apps using ` UseAppLanguage() ` or ` set_language_code() ` .
578
578
- Firestore: Fixed partial updates in ` Update() ` with
579
579
` FieldValue::Delete() `
580
580
([ #882 ] ( https://github.com/firebase/quickstart-unity/issues/882 ) ).
581
581
- Messaging (Android): Now uses ` enqueueWork ` instead of ` startService ` .
582
- This fixes lost messages with data payloads received when app
583
- is in background.
582
+ This fixes lost messages with data payloads received when the app
583
+ is in the background.
584
584
([ #877 ] ( https://github.com/firebase/quickstart-unity/issues/877 )
585
- - Remote Config: Added RemoteConfig instance and new APIs to better manage
586
- fetching config datas. Deprecating module functions.
585
+ - Remote Config: Added ` firebase::remote_config::RemoteConfig ` class with
586
+ new instance-based APIs to better manage fetching config data.
587
+ - Remote Config: Deprecated old module-based API in favor of the new
588
+ instance-based API instead.
587
589
588
590
### 7.0.1
589
591
- Changes
You can’t perform that action at this time.
0 commit comments