Skip to content

Setting up Twitter authentication with Firebase

leob edited this page Feb 26, 2016 · 9 revisions

When setting up the quickstarter app with Firebase as the backend, you will have two authentication options:

  • log in with a user name (email address) and password
  • log in with a Twitter account

This is why, when running with Firebase, you will see two buttons in the login screen ("Login" and "Login with Twitter") and in the signup screen ("Signup" and "Login with Twitter").

To set up the app for Twitter authentication, follow the steps outlined below.

Setting up Firebase

First, set up Firebase as described in the following two pages:

https://github.com/leob/ionic-quickstarter/wiki/Firebase-configuration https://github.com/leob/ionic-quickstarter/wiki/Dev-mode-and-production-mode-configuration

Setting up Twitter

Clone this wiki locally