Skip to content

Update dependencies and control nulls on Firestore

Latest
Compare
Choose a tag to compare
@FrangSierra FrangSierra released this 03 Jan 10:28
· 4 commits to master since this release

This release update the Firebase dependencies of the library and adds a null control to the addDocument method in RxFirestore to avoid an NPE when there is no permission to read the desired document. On that cases, Firebase calls onSuccess listener but the result is null.