parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

[Parse Server] Embedded SDKs don't support Parse Server #63

Open evileye2000 opened 8 years ago

evileye2000 commented 8 years ago

Parse server needs api to change server. But, embedded sdk did not support yet. And, parse server did not support push too.

I want to know the schedule about update sdk and push support. Please answer me although there is no plan or drop the embedded project.

Thanks

evileye2000 commented 8 years ago

I sent a new patch for connect parse server.

nlutsenko commented 8 years ago

Yup, looks like it, thanks for reporting. We are going to use this issue to track progress and impementation of this. Here is the brief list of all things that needs to be addressed so all implementation of embedded Parse SDK support Open Parse Server:

Feel free to jump on any one of these and link back to this issue.

This comment is going to be updating by itself as progress is made.

hramos commented 8 years ago

There's one more thing that needs to be addressed. The client key (or REST API Key, in this case) is optional when Parse Server is used. The SDKs should provide an initialization method that only requires an application id.

notiles commented 8 years ago

Hello, Thanks a lot for that, have you got any update on It? Do you schedule a fix soon ?

nlutsenko commented 8 years ago

Hey @notiles, no update on it yet, but I'll do my best to review any contributions that implement this.

evileye2000 commented 8 years ago

@hramos I sent a new PR. we can assign "NULL" to client key like android api for parse server.

evileye2000 commented 8 years ago

@notiles unix can connect parse server now. But arduino is not yet patched.

notiles commented 8 years ago

@evileye2000 Thanks a lot but my biggest priority is on arduino YUN. I read that Parse use the PPNS protocol, if we patch the Arduino Library, does we have to configure our server with those specifications? https://github.com/ParsePlatform/parse-server/wiki/PPNS-Protocol-Specification

hramos commented 8 years ago

@notiles yes, you will need to set up a PPNS server to continue sending notifications to Parse IoT devices.

notiles commented 8 years ago

Thanks @hramos, what I understand about PPNS is that I have to setup an ssl certificate on my server, but is there anything else to setup on the server or the parse server sdk do the job himself?