First of all, I would like to thank you for this nice project.
I'm trying to use a Firebase TimeStamp as the default_sorting_field of my Typesense collection. But it only supports int, float and string. Is it possible to index a Firebase Timestamp? How could this be done? Thanks again
@lbourbon You want to convert the Firebase Timestamp into an int64 epoch/unix timestamp and set in a new field in Firestore, and use that as your default sorting field.
First of all, I would like to thank you for this nice project. I'm trying to use a Firebase TimeStamp as the default_sorting_field of my Typesense collection. But it only supports int, float and string. Is it possible to index a Firebase Timestamp? How could this be done? Thanks again