Firebase is the platform that will give us out of the box a database to store our data, a storage location to store our blobs or files such as user profile pictures and last but not least, the authentication infrustructure for the users to sign in the app. Firebase has everything our app needs and it’s free!
Go to The USERS tab on the Authentication page display all users that have been registered in the project.
In main project folder:
# This will install the latest stable release of the Ionic CLI. sudo npm install -g ionic cordova # To check if there is an update npm outdated # To get this update sudo npm install ionic-angular@latest --save ionic start Bakika sidemenu --v3 cd Bakika sudo npm install firebase angularfire2 --save |
Follow this tutorial to setup firebas and ionic.