Greetings, can you please tell me if it is possible to update the values of individual fields for records in livequery using sockets? The fact is that I use python, but you don’t have a separate api for it, so I decided to use sockets. I found how you can subscribe (Parse LiveQuery Protocol Specification · parse-community/parse-server Wiki · GitHub) to events and receive records where certain fields have been updated. But after reading this documentation, I did not understand whether it is possible to update the value of the fields for a specific record in a live query via sockets? I would be glad if you could give an example of how to do this or send me information where I can read about it. Thanks in advance and have a nice day.
1 Like