I have follwing problem with Firestore functions and the insert dispatch. The dispatch is sending two requests. One for inital creating of the Doc and a second one to Update the Doc itself.
That means that my Function are triggered also twice, one for the inital Doc and one for Update.
How can i archive that only one request is send without the inital Doc insert?
I have follwing problem with Firestore functions and the insert dispatch. The dispatch is sending two requests. One for inital creating of the Doc and a second one to Update the Doc itself.
That means that my Function are triggered also twice, one for the inital Doc and one for Update. How can i archive that only one request is send without the inital Doc insert?
Config:
My call
Firestore function: