How do I connect Roblox to Cloud Firestore

Hi,

So, I want to connect my firestore-database to Roblox, I’ve been reading the rest-API and am getting confused. I tried, I Need Help. How do I send an HTTPRequest to the API or my database?

What do I want to use it for?
I want to connect add data. That’s really it.
Anyone that has done this before I need help would be amazing!

All HTTP requests go through specific functions of the HttpService.

For getting data from an HTTP request, see this page: HttpService | Documentation - Roblox Creator Hub

For posting data through an HTTP request, see this page: HttpService | Documentation - Roblox Creator Hub

I’m not sure how your database works specifically, but that should at least get you pointed in the right direction.

It’s cloud-firestore, I’m wondering how to get the API link?

Here is a module I found that can connect to Google Cloud Firebase, the database program associated with Cloud Firestore.

Firebase, is different from firestore!