|
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) |
0 commit comments