-
-
Notifications
You must be signed in to change notification settings - Fork 32
orderBy queries in subscribing trigger "Additional properties not supported" by Parse Server #14
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
rogerhu
added a commit
to rogerhu/ParseLiveQuery-Android
that referenced
this issue
Mar 22, 2017
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift
rogerhu
added a commit
to rogerhu/ParseLiveQuery-Android
that referenced
this issue
Mar 22, 2017
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift
rogerhu
added a commit
to rogerhu/ParseLiveQuery-Android
that referenced
this issue
Mar 23, 2017
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift fix test
rogerhu
added a commit
to rogerhu/ParseLiveQuery-Android
that referenced
this issue
Mar 27, 2017
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift fix test
rogerhu
added a commit
that referenced
this issue
Mar 27, 2017
Related to issue: #14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift fix test
rogerhu
added a commit
to rogerhu/ParseLiveQuery-Android
that referenced
this issue
Mar 27, 2017
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift
rogerhu
added a commit
to rogerhu/ParseLiveQuery-Android
that referenced
this issue
Mar 27, 2017
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Take this Parse server example:
The same query in Swift doesn't cause this issue. The issue is we serialize orderByAscending for ParseQueries, which gets passed along to the subscription request.
There are some issues if you have a ParseQuery that uses order by semantics (see #14).
I think we may need our own Parse encoding/decoding as it's done in the iOS version (https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift)
The text was updated successfully, but these errors were encountered: