/intern-app-1

ionic 2 hybrid app w using Firebase,nodejs,facebook

Primary LanguageTypeScript

This is a starter template for Ionic projects.

How to use this template

This template does not work on its own. The shared files for each starter are found in the ionic2-app-base repo.

To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the Starter App Base.

With the Ionic CLI:

Take the name after ionic2-starter-, and that is the name of the template to be used when using the ionic start command below:

$ sudo npm install -g ionic cordova
$ ionic start myTutorial tutorial

Then, to run it, cd into myTutorial and run:

$ ionic cordova platform add ios
$ ionic cordova run ios

"# intern-app-1"

Important !:

-Replace your own google-services.json file with located in project folder.

-You must be sure create a firebase account in link in the below:

https://console.firebase.google.com/

-and same time you must be sure you have already got a facebook api key: https://developers.facebook.com/

-If you don't know how to configure Facebook with firebase, You may be better to follow the instructions link in the below: https://ionicframework.com/docs/native/facebook/

-I recommend this site for Ionic 2 Facebook login operations: https://javebratt.com/ionic-2-facebook-login/