Hello,
I see the steps to integrate with Firebase, but I am currently using Firestore whithin GCP (no Firebase specific account).
So, I cannot find the requested Firebase URL. Is there a way to integrate with Firestore API directly?
Hugs
Hello,
I see the steps to integrate with Firebase, but I am currently using Firestore whithin GCP (no Firebase specific account).
So, I cannot find the requested Firebase URL. Is there a way to integrate with Firestore API directly?
Hugs
Hi @BardoBravo
I was equally confused as the documentation for Retool specifies the Firebase URL etc. Since i’m not using Firebase but only Firestore, I experimented a bit and it’s surprisingly simple:
URL (see here: https://cloud.google.com/firestore/docs/reference/rest)
https://firestore.googleapis.com
(since Retool uses an API to communicate, this is your main URL)
Project ID: your GCP Project ID
JSON string from GCPs IAM; here I used a service account with role: firestore-owner, which is likely too open but for now it works.
This should get you all started to using the Firebase / Firstore resource in Retool.
Woo! Thanks for hopping in here @zimmerst85!
Hello forum experts,
I created the Service account in GCP, IAM->Services
However there does not exists a role "firestore-owner" - What should we use in 2022?
Txs for your help
Hey there, @radmastr81 - Welcome to the community! I suspect that "firestore-owner" was the alias or custom name they gave their IAM role. Here's more info on roles here: https://cloud.google.com/iam/docs/understanding-roles