Awesome
UserApp Ionic Example
Example app based on the Ionic Framework and UserApp.
Getting Started
Install Ionic
If you haven't installed Ionic already, follow the instructions here.
Insert your App Id
Open the file www/js/app.js
and replace YOUR-USERAPP-APP-ID
with your App Id.
Add your platforms
$ ionic platform add android
Add AppInBrowser plugin
Install the InAppBrowser plugin:
$ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
Run the app with Ionic
$ ionic build android
$ ionic emulate android
UserApp Dependencies
- UserApp JavaScript SDK - API wrapper library for the UserApp API
- UserApp AngularJS SDK - Adds user authentication to an AngularJS app
- UserApp PhoneGap Library - Extends the above SDKs with PhoneGap specific functionality
Help
Contact us via email at support@userapp.io or visit our support center. You can also see the UserApp documentation for more information.