Sorry for the basic question, I am new to Firebase and just found ReTool. Sounds like exactly the tool I am looking for to build a quick admin interface for my data.
I have trouble with the most basic connection to my data store. I get this:
error:"7 PERMISSION_DENIED: Permission denied on resource project test-firebase.
I have gone thorough the video and docs several times on how to set up the resource. I tried Firebase projects in two separate accounts with simple test Firestore Databases.
I add Firebase Database URL, Firestore Project ID and Service Account Key
The ātest connectionā check says success, but it seems to do that regardless of what I enter.
I am not clear how the URL to the āRealtime Databaseā is relevant. I created one to get a URL but I have nothing in there (null). I only have a collection with a few documents in the āFirestore Databaseā. But thatās me not understanding how they might be linked.
The āfirebase-adminsdkā (Firebase Admin SDK Service Agent) is set up. I pulled the private key from the Firebase project setting, services account tab - and also went the GCP route via the service accounts section, new key as JSON.
I have been reading and trying things for hours, I have to admit I am stuck. I hope someone here can point me into the right direction to solve this. Thank you!