LuvTyrone
(LuvTyrone)
February 1, 2021, 12:28am
#1
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.
LuvTyrone
(LuvTyrone)
February 1, 2021, 10:55pm
#3
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.
FirebaseService
If anyone is interested in reading/writing data into Firebase’s Realtime Database, this is a module for you. I made it a while back and have been using it in my projects ever since, decided to open source it when someone messaged me about it.
This module is made to mimic the DatastoreService. It’s made so it’s easily swapable between
Datastore and Firebase Realtime Database just by adding .GetDatastore().
Understand how to use DatastoreService and this should look really simi…
LuvTyrone
(LuvTyrone)
February 1, 2021, 11:44pm
#5
Firebase, is different from firestore!