(documentPath: string)
| 1403 | } |
| 1404 | |
| 1405 | doc(documentPath: string): DocumentReference { |
| 1406 | return DocumentReference.fromNative(this.native.documentWithPath(documentPath)); |
| 1407 | } |
| 1408 | |
| 1409 | enableNetwork(): Promise<void> { |
| 1410 | return new Promise((resolve, reject) => { |
nothing calls this directly
no test coverage detected