Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Deploy the Backend

The Mobile Backend Starter consists of three components:

  • A ready-to-deploy mobile backend.
  • An Android sample app that uses the backend.
  • An iOS sample app that uses the backend.

These instructions take you through the process of deploying the Mobile Backend on Google's Cloud. If you have already done this and are looking to start using the backend see Running the Android sample or Running the iOS sample .

To deploy the backend:

  1. In your browser, navigate to cloud.google.com and click on the Solutions tab.
  2. Click Try it now .

    Solutions page

  3. In the New Project form (sign into your Google account if prompted):

    • Assign a project name , you can use any name you wish.
    • Supply a project ID , or accept the autogenerated ID.

    New project dialog

  4. Click the Mobile Sample getting started link:

    Backend deploy form

  5. In the Mobile Backend Starter page, click Deploy . It may take a few moments to deploy:

    Backend deploy form

  6. Click Settings , located under the Deploy button.

  7. If you are prompted to give permission for this app to access your Google account, make sure the account selected is the one in which you created the project, then click Allow .
  8. In the Mobile Backend settings form, under Authentication/Authorization, select Open and then click Save . (We will change the other settings in the next tutorial).

    Backend Settings page

  9. Verify that the backend is working by using your browser to visit https://your-project-id.appspot.com/_ah/api/explorer , replacing your-project-id with the Project ID you chose earlier. If the backend is running correctly, you will see the Mobilebackend Api listed on the page. If the backend is not working, you can debug the problem via the App Engine logs:

    • Visit the Cloud Console .
    • Open your project.
    • Click the App Engine icon.
    • In the left navigation panel, locate and click Admin Logs , under Administration.
    • Examine the logs to determine the issue.

Your Mobile Backend is deployed and ready for use.

Next

At this point, you are ready to run the Android Sample or run the iOS Sample to see the Mobile Backend in action.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.