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
Run query by calling the appropriate method with your query params
query.fetch(30); // fetches sessions from the last 30 seconds asynchronously
query.sync().fetch(30).async(); // toggles sync queries, fetches, then reverts to async