()
| 761 | } |
| 762 | |
| 763 | get android() { |
| 764 | return this.native; |
| 765 | } |
| 766 | } |
| 767 | |
| 768 | export class CollectionReference<T extends DocumentData = DocumentData> extends Query<T> implements ICollectionReference<T> { |
nothing calls this directly
no outgoing calls
no test coverage detected