Using Firebase Cloud Firestore

I’ve tried looking into this recently and I’ve only found an API on the developer forums to use Firebase’s realtime database ([Open Source] FirebaseService). However, I want to use Firebase’s Cloud Firestore. Is there any way to achieve this?

You can directly use the REST API if there’s no wrapper for it available. You’d just use RequestAsync with the page’s specified method and access whatever URL is associated with the API you want to use.

2 Likes

Yes but what about the authentication? I can’t find a way for that.

I have this same problem, any solution?

The best solution I was able to find was by hosting a web app, by using something like Express and then writing code there to manage the firestore database. Then, you can access this web app from in-game using HTTP Service.

I managed to get it, turns out I was using the API key for my get request