parse

Hero image for article
Icon for article
authenticationionicparse

User Authentication with Ionic 1.x and Parse, Part 1: Email Login

6 min read

Parse does a lot of fancy stuff but in this tutorial I'm going to show you how we can set up user authentication with an email login in an Ionic application with Parse.

Hero image for article
Icon for article
authenticationionicparse

User Authentication with Ionic 1.x and Parse, Part 2: Facebook Login

5 min read

Creating a new user using an email address with Parse was pretty easy, but it is quite common for applications to offer Facebook as a sign up option as well.