Javascript – firebase.firestore.FieldValue.serverTimestamp() no longer working
I haven't worked on my project in a while, so after updating firestore to the latest version I'm running into an issue with the server time stamps I had been using. import { AngularFirestore } from '@angular/fire/compat/firestore'; import firebase from…