Question

Firebase Query Cannot Find the Latest Doc

  • 16 August 2023
  • 0 replies
  • 49 views

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.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.