Below stopped working after moving from version ^10.0.2
to ^11.2.0
of firebase-admin
.
import { firestore } from 'firebase-admin';
const serverTimestamp = firestore.FieldValue.serverTimestamp()
How should it be done now? Can't find any documentation on it.