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
Since iOS docs aren't released yet i'm still struggling to implement live queries on the client side.
So I'd like to get an example for how it could be use to send/recieve realtime messages in a messaging app using a method I'm using in my own chat app which was previously using push notifications.
How could I implement liveQueries in this method to send/receive realtime messages?
The text was updated successfully, but these errors were encountered:
otymartin
changed the title
Provide Swift LiveQuery use example for Realtime Messaging
Provide Swift LiveQuery use case example for Realtime Messaging
Mar 25, 2016
Hi @otymartin, we use this repo to track the parse-server related issues. Could you open the thread under our LiveQuery iOS client here. cc @richardjrossiii
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
MongoLab(mLab), Google App Engine...
@nlutsenko @wangmengyan95
Since iOS docs aren't released yet i'm still struggling to implement live queries on the client side.
So I'd like to get an example for how it could be use to send/recieve realtime messages in a messaging app using a method I'm using in my own chat app which was previously using push notifications.
How could I implement liveQueries in this method to send/receive realtime messages?
Don't think my send method is needed but here it is either way.
The text was updated successfully, but these errors were encountered: