v0.5.3
- feat(core): support for v5.0.0 of the Firebase SDK
- fix(query): fix issue preventing some queries when using v5.0.0 of the Firebase SDK (due to breaking change of
docChanges
(now a method instead of parameter) - #98, #99 - feat(tests): unit test added to verify
docChanges
also works as a method (existing tests coverdocChanges
as a parameter)