()
| 717 | } |
| 718 | |
| 719 | get id(): string { |
| 720 | return this.native.collectionID; |
| 721 | } |
| 722 | |
| 723 | get parent(): DocumentReference { |
| 724 | return DocumentReference.fromNative(this.native.parent); |
nothing calls this directly
no outgoing calls
no test coverage detected