April 2017
Beginner to intermediate
378 pages
7h 57m
English
If you were using the Ionic Cloud services, you would be assigned an app ID for every project you created on the cloud (refer to the Ionic Cloud section in this chapter for more information). This app ID would reside in the ionic.config.json file, present at the root of the project.
When you scaffold a new project, the app ID is empty. And if you would like to associate the currently scaffolded project to an existing app in the cloud, you can run the start command with the --io-app-id flag and pass it the cloud generated app ID:
ionic start -a "My IonicIO App" -i app.io.ionic --io-app-id "b82348b5" myIonicIOApp blank
Now the ionic.config.json should look like:
{ "name": "My IonicIO App", "app_id": "b82348b5"}
Read now
Unlock full access