You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Hi @larssn, yes, it definitely sounds like an issue with the cached value, and this may be a duplicate of issue #9.
If the value is loaded directly from Firebase (skipping the local cache) the query will work, otherwise it will fail. I've made some progress with this on the query-support-3 branch and hope to finish it soon.
Please let me know if this sounds different from issue #9. Thanks!
So we've been switching out
FirebaseListObservable
with theAfo
variant.This has broken the following pretty simply method below.
Before the method DID NOT return sessions that were "completed", but now it does.
Is there something I'm misunderstanding? Could it be getting a cached value? :-)
Switching back to
FirebaseListObservable
makes the query work as expected again.The text was updated successfully, but these errors were encountered: