Handling Firestore Timestamps
library_books Handling Firestore Timestamps
5 min read
In Firestore, there are two ways to deal with timestamps safely. If you pass a regular date value on the client side, it can be tampered with. We want our data to be secure.
Firestore Functions
...
code-build.hashnode.dev2 min read