(documentPath?: string)
| 741 | } |
| 742 | |
| 743 | doc(documentPath?: string) { |
| 744 | return DocumentReference.fromNative(documentPath ? this.native.documentWithPath(documentPath) : this.native.documentWithAutoID()); |
| 745 | } |
| 746 | |
| 747 | toJSON() { |
| 748 | return { |
nothing calls this directly
no test coverage detected