From the course: Shared Economy for iOS Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

User accounts

User accounts - iOS Tutorial

From the course: Shared Economy for iOS Development

Start my 1-month free trial

User accounts

- [Instructor] We know we need user accounts. People can be service providers, like drivers, or service consumers, people trying to get rides or buying products. And it would be nice if someone could be both so drivers can use the service as well and users of the service could be drivers. For this we'll use AWS. We'll use Cognito and IAM on AWS to manage our users and allow people to log in, have the right to access the data that gets created, whatever is necessary in the database. So let's go look at that now. So in the browser I'm going to go to console.aws.amazon.com, and that'll bring up the appropriate console for me for the region. You can see that for this account, it's us-east-2. If you ever bring up some service in AWS and it doesn't look right or things are missing, check out the region up here. That happened to me literally yesterday. I thought I lost my entire database, but it was the wrong region from another link that I was using. So now in the console, we can scroll…

Contents