-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
Just heard a good news said the Push Notification Service and Dashboard will be provided soon within months. But I'm still concerning on what I didn't know or what I didn't expect. A very simple example is the email verification. Apparently parse.com is using their smtp server to send html generated by the server. My question is if there is a place for us to config this kind of thing which we need not care when we use parse.com service.
Currently I'm in the middle of developing of an application in parse. My CMS, my mobile app are all relying on parse. To change to another backend server or write my own is very painful because 80% of works are done. The best solution I think by far is to continue to develop and maybe migrate to own host server with parse-server in half year. But I'm not very confident yet. I have some concerns like what I mentioned above.
In short, my question is actually are all the functions are supported in open-source parse-server? Or which are the functions are not supported? If I know this, I definitely can do some preparations first.