Michael Mimeault
Michael Mimeault
@rogerhu Do you have any idea?
Sorry it was my first time using that Framework when I made the initial project. I tried to do the same as how it's done in the existing parse platform....
On the client side, for now, you can only subscribe to a specific event and not get notified when it's other events. Events will still be received by the client...
Can you guys provide more information about your environement setup? -Parse server (&live query) version -http our https -snippet of code that show how you are using the live query...
Hello bughp, Could you provide more information on your problem. Do you have a 403 when trying to download the library? Thanks
>Key in request is not valid Did you initialized parse with your API key ?
You should only need ``` Parse.Configuration build = new Parse.Configuration.Builder(this) .applicationId(applicationId) .clientKey(clientKey) .server(serverUrl) .build(); Parse.initialize(build); ``` This is source of the error triggered in the server https://github.com/parse-community/parse-server/blob/ce7ff2ca441da2956f779e7d41dc42da2db01c7d/src/LiveQuery/ParseLiveQueryServer.js#L576-L580 https://github.com/parse-community/parse-server/blob/ce7ff2ca441da2956f779e7d41dc42da2db01c7d/src/LiveQuery/ParseLiveQueryServer.js#L609-L622 It seem...
Well on my side live query is working for 2 years now without any issue like that. What is the version of the parse server you are using . I...
Hello, this seem to be an error on the backend side? Maybe you should ask at https://github.com/parse-community/parse-server.
There was no specific reason. The iOS livequery was also in is own repo. And every other "feature/plugin/project" has its own repo in the parse-community org. I think it's a...