I tried to use firestore.FieldValue.serverTimestamp() method to store timestamp value to my Firestore document. But I ended up with this error that I couldn’t find anywhere in the Firestore documentation, is it already deprecated? if yes, what’s the alternative? Here is the
Error messages
- I changed the method to firestore.Firestore.FieldValue.serverTimestamp() but still doesn’t work
- The firestore import/export works perfectly well, I have narrowed down the probable causes to only this.
New contributor
Muhammad Zaky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.