MCPcopy
hub / github.com/angular/angularfire / get

Method get

src/compat/firestore/document/document.ts:105–109  ·  view source on GitHub ↗

* Retrieve the document once.

(options?: firebase.firestore.GetOptions)

Source from the content-addressed store, hash-verified

103 * Retrieve the document once.
104 */
105 get(options?: firebase.firestore.GetOptions) {
106 return from(this.ref.get(options)).pipe(
107 pendingUntilEvent(this.injector)
108 );
109 }
110}

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected