We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0ee02 commit 3f0af59Copy full SHA for 3f0af59
docs/readme.md
@@ -161,6 +161,11 @@ Release Notes
161
- Firestore: Added `TransactionOptions` to control how many times a
162
transaction will retry commits before failing
163
([#318](https://github.com/firebase/firebase-unity-sdk/pull/318)).
164
+ - Database (Desktop): If the app data directory doesn't exist, create it.
165
+ This fixes an issue with disk persistence on Linux.
166
+ - Messaging (Android): Make sure all the resources are closed in
167
+ `RegistrationIntentService`.
168
+ ([#973](https://github.com/firebase/firebase-cpp-sdk/issues/973)).
169
170
### 9.1.0
171
- Changes
0 commit comments