android - Can't find Mobile Backend Starter on the Cloud Console -


the mobile backend starter "getting started" tutorial (https://developers.google.com/cloud/samples/mbs/getting_started) seems outdated, because "deploy" button described in step 6 can't seen anywhere on cloud console nor on app engine console.

there's not mention mobile backend starter on project dashboard. how can deploy , access console?

you can find full tutorial @ new link, here: https://developers.google.com/cloud/samples/mbs/

if have project want deploy for, skip step 2. otherwise start @ step 1 create new project.

step 1: can deploy new project going https://cloud.google.com/ , clicking "try now" in top right take google cloud console , walk through project wizard.

when go cloud.google.com see page similar this:

enter image description here

after clicking on "try now" asked enter project name create new cloud project. click ok , taken cloud console new project.

enter image description here

step 2: @ overview section of cloud console should see "get started deploying our photofeed java sample app or mobile backend starter", shown in picture above. click on "mobile backend starter".

step 3: click "deploy" button deploy backend server. automatically deploy server code (which can found here).

enter image description here

that's it, you've deployed mobile backend starter!


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -