Skip to main content
Question

Firebase Query Cannot Find the Latest Doc


evrimdemir0

I am trying to create a zap with Firebase and Gmail. Whenever new document is added to my Users collection, it should send an email. 

 

My challenge is that my config cannot find the new documents created. Here is my configuration for Firebase;

  • Event: New Document within a Firestore Collection
  • Account: Connected
  • Trigger
    • Collection: Users
    • Query: { "orderBy": [ { "field": { "fieldPath": "created" }, "direction": "DESCENDING" } ] }  
  • Here is my Firestore structure

     

  • Here is my zap config screenshot;
     

    I would appreciate any help.

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.