Getting Started with Kinvey and Parse

From RAD Studio
Jump to: navigation, search

Go Up to BaaS Overview


To be able to work with Kinvey and Parse as BaaS suppliers you need to do the following:

Creating an Account with Kinvey

To work with Kinvey as BaaS supplier you need to have an account with Kinvey.

To create a new account with Kinvey:

  1. Go to the Kinvey website.
  2. Click Login/Sign up and then click Create account.
  3. Enter the requested information and click Start building.

Creating an App with Kinvey

Once you have an account with Kinvey, to create a new App:

  1. Go to your console, click Apps from the left-menu and then click New App:
    CreateNewAppKinvey1.png
  2. Type the name of your App.
  3. Select REST API as platform.
  4. Click Create App.
    CreateNewAppKinvey2.png

Creating an Account with Parse

To work with Parse as BaaS supplier you need to have an account with Parse.

To create a new account with Parse:

  1. Go to the Parse website.
  2. Click Sign up.
  3. Enter the requested information and click Sing up.

Creating an App with Parse

Once you have an account with Parse, to create a new App:

  1. Go to your dashboard, click Select an App and choose Create app (or click Create a new App):
    CreateNewAppParse1.png
  2. Type the name of you App
  3. Click Create App.
    CreateNewAppParse2.png

See Also

Code Samples