parse-community / ParseLiveQuery-Android

Parse LiveQuery client for Android.
Other
84 stars 32 forks source link

feat: Send client key in the connect operation #118

Open JoshuaBradbury opened 3 years ago

JoshuaBradbury commented 3 years ago

For parse setups that use a client key, the live query client will never connect appropriately as the android library doesn't pass in the client key.

See: https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/136

mtrezza commented 1 year ago

Thanks for this PR, it even includes a test - amazing! Let's wait for another review, and when the CI passes, it should be good to merge.

Unfortunately this repo has not been upgraded to auto-release yet and still uses TravisCI. That's something we have to look into as well to release a version with this feature. See https://github.com/parse-community/ParseLiveQuery-Android/issues/122

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this pull request!