|
1 | | -Get Started with Firebase Dynamic Links |
2 | | -======================================== |
3 | | - |
4 | | -Thank you for installing the Firebase Dynamic Links Unity SDK. The |
5 | | -[Dynamic Links guide](https://firebase.google.com/docs/dynamic-links/unity/create) |
6 | | -provides instructions to configure a Unity project. |
7 | | - |
8 | | -# Overview |
9 | | - |
10 | | -You can use |
11 | | -[Firebase Dynamic Links](https://firebase.google.com/products/dynamic-links/) |
12 | | -to create short or long Dynamic Links. The API takes several optional parameter |
13 | | -structures to build links. Short links can also be created from a previously |
14 | | -generated long link. The Dynamic Links API will generate a URL like |
15 | | -https://example.page.link/aSDf. |
16 | | - |
17 | | - |
18 | | -# Using the Sample |
19 | | - |
20 | | -This SDK is distributed with a sample project under the |
21 | | -`Assets/Firebase/Sample/DynamicLinks` directory. To configure and run the |
22 | | -sample, follow the instructions in |
23 | | -`Assets/Firebase/Sample/DynamicLinks/readme.md`. |
24 | | - |
25 | | -# Demos |
26 | | - |
27 | | -[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo |
28 | | -which showcases the integration of multiple Firebase features within a single |
29 | | -game. The source is available on |
30 | | -[GitHub](https://github.com/google/mechahamster), and the live application |
31 | | -is available for iOS on the |
32 | | -[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4) |
33 | | -and for Android on the |
34 | | -(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en]. |
35 | | - |
36 | | -# Links |
37 | | - |
38 | | -* [Homepage](https://firebase.google.com/games/) |
39 | | -* [Contact](https://firebase.google.com/support/contact/) |
40 | | -* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity) |
41 | | - |
42 | | -# Discussion |
43 | | - |
44 | | -* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase) |
45 | | -* [Slack community](https://firebase-community.slack.com/) |
46 | | -* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk) |
| 1 | +Get Started with Firebase Dynamic Links |
| 2 | +======================================== |
| 3 | + |
| 4 | +Thank you for installing the Firebase Dynamic Links Unity SDK. The |
| 5 | +[Dynamic Links guide](https://firebase.google.com/docs/dynamic-links/unity/create) |
| 6 | +provides instructions to configure a Unity project. |
| 7 | + |
| 8 | +# Overview |
| 9 | + |
| 10 | +You can use |
| 11 | +[Firebase Dynamic Links](https://firebase.google.com/products/dynamic-links/) |
| 12 | +to create short or long Dynamic Links. The API takes several optional parameter |
| 13 | +structures to build links. Short links can also be created from a previously |
| 14 | +generated long link. The Dynamic Links API will generate a URL like |
| 15 | +https://example.page.link/aSDf. |
| 16 | + |
| 17 | + |
| 18 | +# Using the Sample |
| 19 | + |
| 20 | +This SDK is distributed with a sample project under the |
| 21 | +`Assets/Firebase/Sample/DynamicLinks` directory. To configure and run the |
| 22 | +sample, follow the instructions in |
| 23 | +`Assets/Firebase/Sample/DynamicLinks/readme.md`. |
| 24 | + |
| 25 | +# Demos |
| 26 | + |
| 27 | +[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo |
| 28 | +which showcases the integration of multiple Firebase features within a single |
| 29 | +game. The source is available on |
| 30 | +[GitHub](https://github.com/google/mechahamster), and the live application |
| 31 | +is available for iOS on the |
| 32 | +[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4) |
| 33 | +and for Android on the |
| 34 | +(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en]. |
| 35 | + |
| 36 | +# Links |
| 37 | + |
| 38 | +* [Homepage](https://firebase.google.com/games/) |
| 39 | +* [Contact](https://firebase.google.com/support/contact/) |
| 40 | +* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity) |
| 41 | + |
| 42 | +# Discussion |
| 43 | + |
| 44 | +* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase) |
| 45 | +* [Slack community](https://firebase-community.slack.com/) |
| 46 | +* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk) |
0 commit comments