Before you can use Firebase Authentication, you need to:
Read moreHow do I authenticate to Firebase?
To sign a user into your app, you first get authentication credentials from the user. These credentials can be the user’s email address and password, or an OAuth token from a federated identity provider. Then, you pass these credentials to the Firebase Authentication SDK.
Read moreCan you use Firebase with C#?
You can use existing C# REST libraries like FireSharp or FirebaseSharp or Firebase Database REST API because official libraries do not exist yet.
Read moreHow do you integrate Firebase analytics in Unity?
Add Firebase Analytics SDK
Read moreHow do I use Firebase analytics in Unity?
Before you can use Google Analytics, you need to:
Read moreHow do I get data from Firebase database Unity?
Before you can use Realtime Database, you need to:
Read moreCan Firebase be used as a database?
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime .
Read more