I’m trying to set up connection to my Firebase Realtime DB but I’m confused with what is required:
Specify the path to the object's key where the fields will be created, such as foo/bar/here.
Can someone explain a little but what it actually wants in the case below where I am interested in the user email in each record?
Best answer by SamB
Sorry to hear you’re now running into a 404 error here, @Fsl.
I did some checking and it looks like we’ll sometimes see a 404 when the account connection to Firebase/Firestore was added with the Project ID and it needs to use the RTDB (Realtime Database) Project ID instead.
Can you reconnect your app account and use the projectId in the following format: projectId-default-rtdb. For example, if your projectId was project123 you’d use: project123-default-rtdb
After it’s reconnected with the RTDB Project ID, could you try pulling in a new test record and confirm whether that works?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
I could be wrong but I think you’d just need to set the path to be football data with no trailing slash - since it looks like that’s what contains the child objects/documents that you’d want the Zap to query. Then, when a new child object/document is added into the football data collection, it’s data (including the useremail value) should be sent over to the Zap.
Can you try updating the Path field to just contain the words “football data”(with no trailing slash) and let us know whether you’re then able to pull in a test record as hoped?
Sorry to hear you’re now running into a 404 error here, @Fsl.
I did some checking and it looks like we’ll sometimes see a 404 when the account connection to Firebase/Firestore was added with the Project ID and it needs to use the RTDB (Realtime Database) Project ID instead.
Can you reconnect your app account and use the projectId in the following format: projectId-default-rtdb. For example, if your projectId was project123 you’d use: project123-default-rtdb
After it’s reconnected with the RTDB Project ID, could you try pulling in a new test record and confirm whether that works?
Yay! 😁🎉 I’m so pleased that did the trick @Fsl! Seems like you’re probably all set for now, but if you run into further issues or questions please do reach back out to the Community. We’re always happy to help!