Hi,
I am using retool to import data to my Firestore (with csv). One of my data is a timestamp but when i upload it to Firestore, it's getting store as a String and not a timestamp.
I try to use the moment() object but it doesn't create it as a timestamp
From those screenshots it looks as though you have things set up correctly would you mind opening your browser console then navigating to the network tab, running the query, and checking its payload for the valueParams being sent?
Thanks for sharing those screenshots! It looks like you're wrapping your data as a string using double-quotes. Are you able to try removing them and see if it saves it into your DB as a date?