-
-
Notifications
You must be signed in to change notification settings - Fork 118
[Parse Server] Embedded SDKs don't support Parse Server #63
Comments
I sent a new patch for connect parse server. |
Yup, looks like it, thanks for reporting.
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. |
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. |
Hello, Thanks a lot for that, have you got any update on It? Do you schedule a fix soon ? |
Hey @notiles, no update on it yet, but I'll do my best to review any contributions that implement this. |
@hramos I sent a new PR. we can assign "NULL" to client key like android api for parse server. |
@notiles unix can connect parse server now. But arduino is not yet patched. |
@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 |
@notiles yes, you will need to set up a PPNS server to continue sending notifications to Parse IoT devices. |
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? |
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
The text was updated successfully, but these errors were encountered: