callmeGG
BBuildShip
•Created by Thomas on 6/20/2024 in #❓・buildship-help
Firebase Time Format broken after update
Hello folks, since you were playing a lot with timestamp, can you help me with the filter I shoud write to get a document with a specific timestamp?
If I don't use any filter the fields looks like this
"birthdate": {
"_seconds": -79668000,
"_nanoseconds": 0
}
but even if I filter to look at the specific document I get and empty answer
{"operator":"==","value":-79668000,"field":"birthdate._seconds"}
same as
{"operator":"==","value":-79668000,"field":"birthdate"}
Can you help me?
12 replies