generator-ionfire v1.0.2
generator-ionfire

Create simple Ionic App integrated with Firebase
Installation
First, install Yeoman and generator-ionfire using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-ionfireThen generate your new project:
yo ionfireThen, install Ionic and Cordova to be able to run the project.
npm install -g cordova ionicRequirements
Before we get started with our template generation, make sure to create your project on Firebase and add the platforms for the app authentication.
Remember to activate the authentication methods (Email/Password, Google and Facebook).
You'll also have to activate the Cloud Firestore in the Database tab to be able to run the app.
Consult the Firebase Documentation, just in case.
Getting Started with your Ionfire Project
After the installation of all the requirements, you now can run your project:
ionic serveTo test the native stuff on the project as the Google and Facebook authentication, run the following commands with your device connected:
ionic cordova add platform android ios
ionic cordova run androidGetting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © Petrus Cyrino