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.