MCPcopy Index your code
hub / github.com/NativeScript/firebase / now

Method now

packages/firebase-firestore/index.ios.ts:1093–1097  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1091 }
1092
1093 static now() {
1094 const ts = new Timestamp(0, 0, true);
1095 ts._native = FIRTimestamp.timestamp();
1096 return ts;
1097 }
1098
1099 get nanoseconds(): number {
1100 return this.native.nanoseconds;

Callers 1

uploadTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected