Skip to content

Commit 80f71e7

Browse files
author
game-workstore-bot
committed
Package Update 8.1.0
1 parent 062aeae commit 80f71e7

33 files changed

+60
-36
lines changed

CHANGELOG.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,30 @@ 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+
173+
### 8.1.0:
174+
- Changes
175+
- Database: Fixed a crash around using DataSnapshots within Coroutines
176+
([#635](https://github.com/firebase/quickstart-unity/issues/635)).
177+
- Firestore: Implemented `IDisposable` for `ListenerRegistration`
178+
([#746](https://github.com/firebase/quickstart-unity/issues/746)).
179+
- Firestore: Added `null` and empty string argument checks to all
180+
public methods, which now throw exceptions instead of crashing
181+
([#1053](https://github.com/firebase/quickstart-unity/issues/1053)).
182+
- Firestore: Fixed Android crash due to missing QueryEventListener class
183+
([#1080](https://github.com/firebase/quickstart-unity/issues/1080)).
184+
- Firestore: Added support for Firestore Bundles via
185+
`FirebaseFirestore.LoadBundleAsync()` and
186+
`FirebaseFirestore.GetNamedQueryAsync()`. Bundles contain pre-packaged
187+
data produced with the Firestore Server SDKs and can be used to populate
188+
Firestore's cache without reading documents from the backend.
189+
166190
### 8.0.0:
167191
- Breaking Changes
168192
- Instance Id: Removed support for the previously-deprecated Instance ID
@@ -187,7 +211,7 @@ Release Notes
187211
this once per project.
188212
- Firestore: Fix `RunTransactionAsync()` to roll back the transaction if
189213
the task returned from the given callback faults
190-
((#1042)[https://github.com/firebase/quickstart-unity/issues/1042]).
214+
([#1042](https://github.com/firebase/quickstart-unity/issues/1042)).
191215

192216
### 7.2.0:
193217
- Changes
@@ -197,7 +221,7 @@ Release Notes
197221
- Database: Fixed a crash when setting large values on Windows and Mac
198222
systems ([#517](https://github.com/firebase/quickstart-unity/issues/517)].
199223
- FCM (Android): Fixed triggering of callback handlers for background
200-
notifications. Using `enqueuWork` instead of `startService`.
224+
notifications. Using `enqueueWork` instead of `startService`.
201225
- Crashlytics: Added new Unity-specific metadata to help diagnose tricky
202226
crashes around specific hardware setups.
203227

@@ -1333,7 +1357,7 @@ Release Notes
13331357
- Storage: Fixed a bug that prevented the construction of Metadata without
13341358
a storage reference.
13351359
- Editor (Android): Fixed referenced Android dependencies in maven
1336-
where the POM references a specific version e.g '[1.2.3]'.
1360+
where the POM references a specific version e.g. '[1.2.3]'.
13371361
- Editor (iOS): Improved compatibility with Unity 5.6's Cocoapods support
13381362
required to use the GoogleVR SDK.
13391363
- Editor (Android): Fixed Android dependency resolution when the bundle ID

CHANGELOG.md.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firebase/Editor/DatabaseDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ FirebaseDatabase iOS and Android Dependencies.
55

66
<dependencies>
77
<iosPods>
8-
<iosPod name="Firebase/Database" version="8.1.1" minTargetSdk="9.0">
8+
<iosPod name="Firebase/Database" version="8.3.0" minTargetSdk="9.0">
99
</iosPod>
1010
</iosPods>
1111
<androidPackages>
1212
<androidPackage spec="com.google.firebase:firebase-database:20.0.0">
1313
</androidPackage>
1414
<androidPackage spec="com.google.firebase:firebase-analytics:19.0.0">
1515
</androidPackage>
16-
<androidPackage spec="com.google.firebase:firebase-database-unity:8.0.0">
16+
<androidPackage spec="com.google.firebase:firebase-database-unity:8.1.0">
1717
<repositories>
1818
<repository>Assets/Firebase/m2repository</repository>
1919
</repositories>

Firebase/Editor/DatabaseDependencies.xml.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firebase/Editor/FirebaseDatabase_version-8.0.0_manifest.txt renamed to Firebase/Editor/FirebaseDatabase_version-8.1.0_manifest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Assets/Firebase/Plugins/iOS/Firebase.Database.dll.mdb
66
Assets/Firebase/Plugins/x86_64/FirebaseCppDatabase.bundle
77
Assets/Firebase/Plugins/x86_64/FirebaseCppDatabase.dll
88
Assets/Firebase/Plugins/x86_64/FirebaseCppDatabase.so
9-
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/8.0.0/firebase-database-unity-8.0.0.pom
10-
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/8.0.0/firebase-database-unity-8.0.0.srcaar
9+
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/8.1.0/firebase-database-unity-8.1.0.pom
10+
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/8.1.0/firebase-database-unity-8.1.0.srcaar
1111
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/maven-metadata.xml
1212
Assets/Plugins/iOS/Firebase/libFirebaseCppDatabase.a
1313
Assets/package.json

Firebase/Editor/FirebaseDatabase_version-8.0.0_manifest.txt.meta renamed to Firebase/Editor/FirebaseDatabase_version-8.1.0_manifest.txt.meta

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
84 Bytes
Binary file not shown.

Firebase/Plugins/Firebase.Database.dll.mdb.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firebase/Plugins/Firebase.Database.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)