April 2017
Beginner to intermediate
378 pages
7h 57m
English
Let's go ahead and test drive the app. First, we need to add the required platform. Run ionic platform add android or ionic platform add ios.
For testing the app, we need an emulator or an actual device.
Once the device/emulator is set up, we can run either the command ionic run android or ionic run ios.
The flow would be as follows:
First, the user launches the app. The login screen is presented, which is as follows:

Once the user clicks on LOGIN WITH UBER, we redirect the user to the Uber Auth Screen, where the user will log in using their Uber Account:
Once the authentication is successful, the consent screen will be shown ...
Read now
Unlock full access