1.0.2 • Published 6 years ago

generator-ionfire v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

generator-ionfire NPM version Build Status Dependency Status

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-ionfire

Then generate your new project:

yo ionfire

Then, install Ionic and Cordova to be able to run the project.

npm install -g cordova ionic

Requirements

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 serve

To 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 android

Getting 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