Create New Firestore Document problem
I keep getting a "Value for argument "data" is not a valid Firestore document." error when I try to use the "Create New Firestore Document". Am I missing something with my formatting?


Solution
I just figured it out. Very important to note for people using this node is that the object that firestore returns does not need to be parsed and using the Parse JSON node will cause the error.
