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

Method testIt

apps/demo/src/plugin-demos/firebase-firestore.ts:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 testIt(): void {
17 this.issue_139();
18 this.issue_51();
19 //Promise.all([this.init(), this.invalid_field_path(), this.issue_139(), this.field_path()]);
20 }
21
22 issue_51() {
23 const doc = firebase().firestore().collection('users').doc('0Myq8dlF1dQtC7tX4WlA');

Callers

nothing calls this directly

Calls 2

issue_139Method · 0.95
issue_51Method · 0.95

Tested by

no test coverage detected