I see in the GCP console that I can now create EventArc triggers on Firestore document creation using the method google.firestore.v1.Firestore.CreateDocument
but how do I filter to only documents of a specific collection?
I assume I need to provide a 'Resource name' but I'm unclear what this should be and can't find any documentation about it. Anyone have any ideas?
My project name is ocapp
and the collection I'm wanting triggers for is account
.