Parse.initialize(APP_ID, APP_REST_API_ID, CUSTOM_SERVER_PATH);
Does your method actually handle a CUSTOM_SERVER_PATH or was this a suggestion for developers to implement for after the Parse shutdown (which has already happened)?
For example, I'm using Back4App now. Can I just pass my MongoDB Database URI into this third parameter? Or should I use https://parseapi.back4app.com/? This is the path to the server I believe.
Update: This is actually supported in the latest snapshot build. See the solution here: http://stackoverflow.com/questions/43110992/how-can-i-connect-to-a-hosted-parse-server-over-parse4j/43112054#43112054
Parse.initialize(APP_ID, APP_REST_API_ID, CUSTOM_SERVER_PATH);Does your method actually handle a CUSTOM_SERVER_PATH or was this a suggestion for developers to implement for after the Parse shutdown (which has already happened)?
For example, I'm using Back4App now. Can I just pass my MongoDB Database URI into this third parameter? Or should I use https://parseapi.back4app.com/? This is the path to the server I believe.
Update: This is actually supported in the latest snapshot build. See the solution here: http://stackoverflow.com/questions/43110992/how-can-i-connect-to-a-hosted-parse-server-over-parse4j/43112054#43112054