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
Thank you for reporting an issue. There can be a lot of results returned by the query, so we do not cache all results in memory, which you would have to do with a Promise. You can use a standard flow of Observables to stream the results, collect them, and convert to a promise, there is rxjs-query.ts example
hard to use in standard flows - require to make own wrappers etc
The text was updated successfully, but these errors were encountered: