【发布时间】:2018-12-29 21:49:50
【问题描述】:
第一次尝试
import { Timestamp } from '@firebase/firestore-types';
然后如何创建 Timestamp 对象?
var now: Timestamp = ???
var now: Timestamp = Timestamp.now() //Module not found: Error: Can't resolve '@firebase/firestore-types'
【问题讨论】:
标签: angular firebase timestamp angularfire2