Skip to content

Commit 58fe6df

Browse files
author
game-workstore-bot
committed
Package Update 10.1.0
1 parent 7e6170b commit 58fe6df

36 files changed

+2006
-1965
lines changed

CHANGELOG.md

Lines changed: 1657 additions & 1646 deletions
Large diffs are not rendered by default.

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.

Documentation~/index.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
Get Started with Firebase Realtime Database
2-
===========================================
3-
4-
Thank you for installing the Firebase Realtime Database Unity SDK. The
5-
[Realtime Database guide](https://firebase.google.com/docs/database/unity/start)
6-
provides instructions to configure a Unity project.
7-
8-
# Overview
9-
10-
[Firebase Realtime Database](https://firebase.google.com/products/realtime-database/)
11-
stores and synchronizes data with our NoSQL cloud database. Data is synced
12-
across all clients in real time, and remains available when your app goes
13-
offline.
14-
15-
# Using the Sample
16-
17-
This SDK is distributed with a sample project under the
18-
`Assets/Firebase/Sample/Database` directory. To configure and run the sample,
19-
follow the instructions in `Assets/Firebase/Database/Storage/readme.md`.
20-
21-
# Demos
22-
23-
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
24-
which showcases the integration of multiple Firebase features within a single
25-
game. The source is available on
26-
[GitHub](https://github.com/google/mechahamster), and the live application
27-
is available for iOS on the
28-
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
29-
and for Android on the
30-
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
31-
32-
# Links
33-
34-
* [Homepage](https://firebase.google.com/games/)
35-
* [Contact](https://firebase.google.com/support/contact/)
36-
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
37-
38-
# Discussion
39-
40-
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
41-
* [Slack community](https://firebase-community.slack.com/)
42-
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
1+
Get Started with Firebase Realtime Database
2+
===========================================
3+
4+
Thank you for installing the Firebase Realtime Database Unity SDK. The
5+
[Realtime Database guide](https://firebase.google.com/docs/database/unity/start)
6+
provides instructions to configure a Unity project.
7+
8+
# Overview
9+
10+
[Firebase Realtime Database](https://firebase.google.com/products/realtime-database/)
11+
stores and synchronizes data with our NoSQL cloud database. Data is synced
12+
across all clients in real time, and remains available when your app goes
13+
offline.
14+
15+
# Using the Sample
16+
17+
This SDK is distributed with a sample project under the
18+
`Assets/Firebase/Sample/Database` directory. To configure and run the sample,
19+
follow the instructions in `Assets/Firebase/Database/Storage/readme.md`.
20+
21+
# Demos
22+
23+
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
24+
which showcases the integration of multiple Firebase features within a single
25+
game. The source is available on
26+
[GitHub](https://github.com/google/mechahamster), and the live application
27+
is available for iOS on the
28+
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
29+
and for Android on the
30+
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
31+
32+
# Links
33+
34+
* [Homepage](https://firebase.google.com/games/)
35+
* [Contact](https://firebase.google.com/support/contact/)
36+
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
37+
38+
# Discussion
39+
40+
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
41+
* [Slack community](https://firebase-community.slack.com/)
42+
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)

Firebase/Editor/DatabaseDependencies.xml

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

66
<dependencies>
77
<iosPods>
8-
<iosPod name="Firebase/Database" version="10.0.0" minTargetSdk="8.0">
8+
<iosPod name="Firebase/Database" version="10.1.0" minTargetSdk="8.0">
99
</iosPod>
1010
</iosPods>
1111
<androidPackages>
@@ -15,7 +15,7 @@ FirebaseDatabase iOS and Android Dependencies.
1515
</androidPackage>
1616
<androidPackage spec="com.google.android.gms:play-services-base:18.1.0">
1717
</androidPackage>
18-
<androidPackage spec="com.google.firebase:firebase-database-unity:10.0.1">
18+
<androidPackage spec="com.google.firebase:firebase-database-unity:10.1.0">
1919
<repositories>
2020
<repository>Assets/Firebase/m2repository</repository>
2121
</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-10.0.1_manifest.txt renamed to Firebase/Editor/FirebaseDatabase_version-10.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.pdb
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/10.0.1/firebase-database-unity-10.0.1.pom
10-
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/10.0.1/firebase-database-unity-10.0.1.srcaar
9+
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/10.1.0/firebase-database-unity-10.1.0.pom
10+
Assets/Firebase/m2repository/com/google/firebase/firebase-database-unity/10.1.0/firebase-database-unity-10.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-10.0.1_manifest.txt.meta renamed to Firebase/Editor/FirebaseDatabase_version-10.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.

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 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)