Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ toDate
Method
toDate
packages/firebase-firestore/index.android.ts:1240–1242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1238
}
1239
1240
toDate() {
1241
return
new
Date(this._native.toDate().getTime());
1242
}
1243
1244
toMillis() {
1245
return
this.native.getSeconds() * 1000;
Callers
1
valueOf
Method · 0.95
Calls
1
toDate
Method · 0.65
Tested by
no test coverage detected