|
1 | | -Get Started with Firebase Authentication |
2 | | -======================================== |
3 | | - |
4 | | -Thank you for installing the Firebase Authentication Unity SDK. The |
5 | | -[Authentication guide](https://firebase.google.com/docs/auth/unity/start) |
6 | | -provides instructions to configure a Unity project. |
7 | | - |
8 | | -# Overview |
9 | | - |
10 | | -You can use |
11 | | -[Firebase Authentication](https://firebase.google.com/products/auth/) |
12 | | -to allow users to sign in to your game using one or more sign-in methods, |
13 | | -including email address and password sign-in, and federated identity providers |
14 | | -such as Google Sign-in, and Facebook Login. |
15 | | - |
16 | | -# Using the Sample |
17 | | - |
18 | | -This SDK is distributed with a sample project under the |
19 | | -`Assets/Firebase/Sample/Auth` directory. To configure and run the sample, |
20 | | -follow the instructions in `Assets/Firebase/Sample/Auth/readme.md`. |
21 | | - |
22 | | -# Demos |
23 | | - |
24 | | -[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo |
25 | | -which showcases the integration of multiple Firebase features within a single |
26 | | -game. The source is available on |
27 | | -[GitHub](https://github.com/google/mechahamster), and the live application |
28 | | -is available for iOS on the |
29 | | -[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4) |
30 | | -and for Android on the |
31 | | -(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en]. |
32 | | - |
33 | | -# Links |
34 | | - |
35 | | -* [Homepage](https://firebase.google.com/games/) |
36 | | -* [Contact](https://firebase.google.com/support/contact/) |
37 | | -* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity) |
38 | | - |
39 | | -# Discussion |
40 | | - |
41 | | -* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase) |
42 | | -* [Slack community](https://firebase-community.slack.com/) |
43 | | -* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk) |
| 1 | +Get Started with Firebase Authentication |
| 2 | +======================================== |
| 3 | + |
| 4 | +Thank you for installing the Firebase Authentication Unity SDK. The |
| 5 | +[Authentication guide](https://firebase.google.com/docs/auth/unity/start) |
| 6 | +provides instructions to configure a Unity project. |
| 7 | + |
| 8 | +# Overview |
| 9 | + |
| 10 | +You can use |
| 11 | +[Firebase Authentication](https://firebase.google.com/products/auth/) |
| 12 | +to allow users to sign in to your game using one or more sign-in methods, |
| 13 | +including email address and password sign-in, and federated identity providers |
| 14 | +such as Google Sign-in, and Facebook Login. |
| 15 | + |
| 16 | +# Using the Sample |
| 17 | + |
| 18 | +This SDK is distributed with a sample project under the |
| 19 | +`Assets/Firebase/Sample/Auth` directory. To configure and run the sample, |
| 20 | +follow the instructions in `Assets/Firebase/Sample/Auth/readme.md`. |
| 21 | + |
| 22 | +# Demos |
| 23 | + |
| 24 | +[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo |
| 25 | +which showcases the integration of multiple Firebase features within a single |
| 26 | +game. The source is available on |
| 27 | +[GitHub](https://github.com/google/mechahamster), and the live application |
| 28 | +is available for iOS on the |
| 29 | +[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4) |
| 30 | +and for Android on the |
| 31 | +(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en]. |
| 32 | + |
| 33 | +# Links |
| 34 | + |
| 35 | +* [Homepage](https://firebase.google.com/games/) |
| 36 | +* [Contact](https://firebase.google.com/support/contact/) |
| 37 | +* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity) |
| 38 | + |
| 39 | +# Discussion |
| 40 | + |
| 41 | +* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase) |
| 42 | +* [Slack community](https://firebase-community.slack.com/) |
| 43 | +* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk) |
0 commit comments