Here is complete tutorial for how to setup Leaderboard in Unity for Android using Google Play Services plugin.
Read moreHow do I use Firebase authentication in Unity?
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 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