All Projects → aaronksaunders → Ionic2rc0 Firebase

aaronksaunders / Ionic2rc0 Firebase

Sample Ionic2 RC0 Firebase Integration Application

Programming Languages

typescript
32286 projects

ionic2rc0-firebase

Updated 10/18/2017 - this is an basic app that I set up to get firebase working with Ionic RC1.

####Set Firebase3 Configuration Properties


import firebase from 'firebase'

// the firebase config
const firebaseConfig = {
  apiKey: '<your-key>',
  authDomain: '<your-project-authdomain>',
  databaseURL: '<your-database-URL>',
  storageBucket: '<your-storage-bucket>'
};

####Modify rollup.config.json to resolve issues with Firebase

  useStrict: false,
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].