This post was split from the topic: What will be the Path for Firebase Real Time Database for Trigger as each path is saying unable to pull records - 404 not found?
Sorry to hear you’re now running into a 404 error here,
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?
Hi, I have used this new format and the connection is failing.
“Unable to verify that your connection has access to the Firebase/Firestore project "edexia-default-rtdb””