MCPcopy Create free account
hub / github.com/NativeScript/firebase / now

Method now

packages/firebase-firestore/index.android.ts:1230–1234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1228 }
1229
1230 static now() {
1231 const ts = new Timestamp(0, 0, true);
1232 ts._native = com.google.firebase.Timestamp.now();
1233 return ts;
1234 }
1235
1236 isEqual(ts: Timestamp): boolean {
1237 return this.native.compareTo(ts.native) === 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected