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

Method serverTimestamp

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

Source from the content-addressed store, hash-verified

1003 }
1004
1005 static serverTimestamp(): FieldValue {
1006 return FieldValue.fromNative(FIRFieldValue.fieldValueForServerTimestamp());
1007 }
1008
1009 get native() {
1010 return this._native;

Callers 1

issue_139Method · 0.45

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected