Installing a new package
Read moreHow do I import a Firebase package?
Add Firebase to your JavaScript project
Read moreHow do I retrieve data from Firebase realtime database Unity?
Before you can use Realtime Database, you need to:
Read moreHow do I import Firebase to Unity?
In your open Unity project, navigate to Assets > Import Package > Custom Package . From the unzipped SDK, select the supported Firebase products that you want to use in your app.
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 moreCan we use Firebase as a backend?
You can use firebase to skip backend programming , or even user firebase to setup a nodejs backend (functions). The bad thing about not using a backend is security, you would need to master firebase security rules to completely protect data.
Read more