Skip to content

Commit 38ecefe

Browse files
Googlerchkuang-g
authored andcommitted
Initial import of the Firebase Unity SDK - 384986498 Remove Equals and GetHashCode APIs that throw exceptions. by Googler <[email protected]>
PiperOrigin-RevId: 384986498
1 parent e0e47ee commit 38ecefe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ Support
163163

164164
Release Notes
165165
-------------
166+
### 8.2.0:
167+
- Changes
168+
- Firestore: Removed `Equals` and `GetHashCode` methods from `Query`,
169+
`QuerySnapshot`, and `DocumentSnapshot` classes. These methods were
170+
unimplemented, and we plan to add proper support for them in a future
171+
release.
172+
166173
### 8.1.0:
167174
- Changes
168175
- Database: Fixed a crash around using DataSnapshots within Coroutines
@@ -214,7 +221,7 @@ Release Notes
214221
- Database: Fixed a crash when setting large values on Windows and Mac
215222
systems ([#517](https://github.com/firebase/quickstart-unity/issues/517)].
216223
- FCM (Android): Fixed triggering of callback handlers for background
217-
notifications. Using `enqueuWork` instead of `startService`.
224+
notifications. Using `enqueueWork` instead of `startService`.
218225
- Crashlytics: Added new Unity-specific metadata to help diagnose tricky
219226
crashes around specific hardware setups.
220227

0 commit comments

Comments
 (0)