dbrwk
BRBuildShip + Rowy
•Created by dbrwk on 7/23/2024 in #❓・buildship-help
Cant update user value in Firestore
8 replies
BRBuildShip + Rowy
•Created by dbrwk on 7/4/2024 in #❓・buildship-help
Object Validation node returns Unsupported type: timestamp error
Hi, trying to create firestore doc via api call based on this video https://www.youtube.com/watch?v=9-RCaOhz_eE. the main workflow works. but i want to add "created_at" field. In validation part i have
{ field: 'created_at', required: false, type: 'timestamp' },
and my body json is like
"created_at": "2024-07-05T02:08:55.000Z",
even if i change it into actual timestamp like this - still not working
"created_at": 1720122473,
Whit such config, the object validation node returns an error: Unsupported type: timestamp
Any idea how i can put actual timestamp to my firestore doc?
5 replies