When trying to set an option at admin.firestore, I couldn't find the set method. It should be done like this:
const settings = {timestampsInSnapshots: true}
admin.firestore.settings(settings)
However, I encountered a TypeError: Firestore.settings is not a function at ......