()
| 717 | } |
| 718 | |
| 719 | get size(): number { |
| 720 | return this.native.size(); |
| 721 | } |
| 722 | |
| 723 | docChanges(options?: SnapshotListenOptions): DocumentChange[] { |
| 724 | let changes: java.util.List<com.google.firebase.firestore.DocumentChange>; |
no outgoing calls
no test coverage detected