Skip to content

Instantly share code, notes, and snippets.

@gabrielEloy
Created June 23, 2021 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielEloy/e643f5bc8eca0eec7bf5e957d8f2aa01 to your computer and use it in GitHub Desktop.
Save gabrielEloy/e643f5bc8eca0eec7bf5e957d8f2aa01 to your computer and use it in GitHub Desktop.
services/parse.js
//at services/parse.js
import Parse from 'parse';
//checking if env is browser
if (typeof window !== "undefined") {
Parse.initialize("APP_ID","JS_KEY");
Parse.serverURL = 'https://parseapi.back4app.com/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment