|
1 |
| -Get Started with Firebase Cloud Messaging |
2 |
| -========================================= |
3 |
| - |
4 |
| -Thank you for installing the Firebase Cloud Messaging Unity SDK. The |
5 |
| -[Cloud Messaging guide](https://firebase.google.com/docs/cloud-messaging/unity/client) |
6 |
| -provides instructions to configure a Unity project. |
7 |
| - |
8 |
| -# Overview |
9 |
| - |
10 |
| -You can use |
11 |
| -[Firebase Cloud Messaging](https://firebase.google.com/products/cloud-messaging/) |
12 |
| -to push notifications and data messages to iOS and Android clients. |
13 |
| -The [Firebase console](https://console.firebase.google.com) provides an |
14 |
| -interface for sending notifications to devices via a range of targeting |
15 |
| -parameters like audiences defined in Google Analytics. |
16 |
| - |
17 |
| -# Using the Sample |
18 |
| - |
19 |
| -This SDK is distributed with a sample project under the |
20 |
| -`Assets/Firebase/Sample/Messaging` directory. To configure and run the sample, |
21 |
| -follow the instructions in `Assets/Firebase/Sample/Messaging/readme.md`. |
22 |
| - |
23 |
| -# Demos |
24 |
| - |
25 |
| -[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo |
26 |
| -which showcases the integration of multiple Firebase features within a single |
27 |
| -game. The source is available on |
28 |
| -[GitHub](https://github.com/google/mechahamster), and the live application |
29 |
| -is available for iOS on the |
30 |
| -[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4) |
31 |
| -and for Android on the |
32 |
| -(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en]. |
33 |
| - |
34 |
| -# Links |
35 |
| - |
36 |
| -* [Homepage](https://firebase.google.com/games/) |
37 |
| -* [Contact](https://firebase.google.com/support/contact/) |
38 |
| -* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity) |
39 |
| - |
40 |
| -# Discussion |
41 |
| - |
42 |
| -* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase) |
43 |
| -* [Slack community](https://firebase-community.slack.com/) |
44 |
| -* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk) |
| 1 | +Get Started with Firebase Cloud Messaging |
| 2 | +========================================= |
| 3 | + |
| 4 | +Thank you for installing the Firebase Cloud Messaging Unity SDK. The |
| 5 | +[Cloud Messaging guide](https://firebase.google.com/docs/cloud-messaging/unity/client) |
| 6 | +provides instructions to configure a Unity project. |
| 7 | + |
| 8 | +# Overview |
| 9 | + |
| 10 | +You can use |
| 11 | +[Firebase Cloud Messaging](https://firebase.google.com/products/cloud-messaging/) |
| 12 | +to push notifications and data messages to iOS and Android clients. |
| 13 | +The [Firebase console](https://console.firebase.google.com) provides an |
| 14 | +interface for sending notifications to devices via a range of targeting |
| 15 | +parameters like audiences defined in Google Analytics. |
| 16 | + |
| 17 | +# Using the Sample |
| 18 | + |
| 19 | +This SDK is distributed with a sample project under the |
| 20 | +`Assets/Firebase/Sample/Messaging` directory. To configure and run the sample, |
| 21 | +follow the instructions in `Assets/Firebase/Sample/Messaging/readme.md`. |
| 22 | + |
| 23 | +# Demos |
| 24 | + |
| 25 | +[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo |
| 26 | +which showcases the integration of multiple Firebase features within a single |
| 27 | +game. The source is available on |
| 28 | +[GitHub](https://github.com/google/mechahamster), and the live application |
| 29 | +is available for iOS on the |
| 30 | +[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4) |
| 31 | +and for Android on the |
| 32 | +(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en]. |
| 33 | + |
| 34 | +# Links |
| 35 | + |
| 36 | +* [Homepage](https://firebase.google.com/games/) |
| 37 | +* [Contact](https://firebase.google.com/support/contact/) |
| 38 | +* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity) |
| 39 | + |
| 40 | +# Discussion |
| 41 | + |
| 42 | +* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase) |
| 43 | +* [Slack community](https://firebase-community.slack.com/) |
| 44 | +* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk) |
0 commit comments