Go to Database section . Tap Cloud Firebase (marked 1 in picture) and select Realtime Database . Marked 2 is the URL .
Read moreHow do I link Unity to Firebase?
Registering your iOS or Android app
Read moreWhere is database URL in Firebase?
You can find your Realtime Database URL in the Realtime Database section of the Firebase console . Depending on the location of the database, the database URL will be in one of the following forms: https:// DATABASE_NAME . firebaseio.com (for databases in us-central1 )
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 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