-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
LiveQuery extend feature #6480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What is the issue you are trying to address? Perhaps some sample / sudo code will help. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I think this can all be done now with the live query triggers |
Closing, as this feature is covered by LiveQuery triggers. If not, please update here and we can reopen the issue. |
Is your feature request related to a problem? Please describe.
I have an app use live query for chat and tracking for gps. on gps function i save parse object called Location and it have geolocation, and every 5 seconds i update the Object to save the current location of the driver.
Describe the solution you'd like
I want to extend the feature of live query. for now when we save the object it use http protocol even were already connected to live query server and subscribe to deferent subscription event.
Live query is use websocket protocol. I want to save or update the parse object using live query. for realtime data connection.
Describe alternatives you've considered
Additional context
If possible to remove the declaration of live query classes to parse sever. so all my class if server detect that have subscribed for that class it notify.
The text was updated successfully, but these errors were encountered: