I’m experimenting a bit with firestore event updates announcements on discord as a new developer.
I have a hard time figuring out how to access specific or all fields in the documents from firestore through the “New Document in Firestore Collection from Firebase Admin SDK API”. When I query all fields I only get document ID and created timestamp and nothing else, and when I try to query specific fields they don’t seem to exist.
Is this intended behavior for document based? Should I provide custom firestore events instead if I want the content? Or am I totally missing a point here?
I can’t find any examples at all of using the firestore API with pipedream and would gladly accept that. Thanks in advance