FrangSierra / RxFirebase

Rxjava 2.0 wrapper on Google's Android Firebase library.
MIT License
514 stars 71 forks source link

Added methods to observe CollectionReference and Query for Firestore #46

Closed garmax1 closed 6 years ago

garmax1 commented 6 years ago

Added methods to observe CollectionReference and Query for Firestore

FrangSierra commented 6 years ago

There are a lot of methods missing to continue with the style of the rest of the library. Same with the comments, the idea is to provide the documentation that Firebase by itself doesnt do on the official API.

All the changes were added in the latest release with the possibility to retrieve collections from queries.

Thx for your work!