com.google.firebase.auth
v12.3.0
Published
Easily sign-in and authenticate players. Sign-in players using any identity provider with Firebase Authentication. It supports email and password, phone authentication, Facebook, Google, Twitter, and more. Out-of-the-box, you get a secure, end-to-end ide
Downloads
83
Maintainers
Readme
Get Started with Firebase Authentication
Thank you for installing the Firebase Authentication Unity SDK. The Authentication guide provides instructions to configure a Unity project.
Overview
You can use Firebase Authentication to allow users to sign in to your game using one or more sign-in methods, including email address and password sign-in, and federated identity providers such as Google Sign-in, and Facebook Login.
Using the Sample
This SDK is distributed with a sample project under the
Assets/Firebase/Sample/Auth
directory. To configure and run the sample,
follow the instructions in Assets/Firebase/Sample/Auth/readme.md
.
Demos
Mecha Hamster is provided as a demo which showcases the integration of multiple Firebase features within a single game. The source is available on GitHub, and the live application is available for iOS on the App Store and for Android on the (Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].