This repo is an Ionic v4 starter app to show you how to add Facebook Log In to an Ionic App. There is also a detailed tutorial to help you with the Facebook setup and with the step by step of building this Ionic Framework app.
For this Ionic example app we are going to build a simple ionic 4 app that allows users to log in using their Facebook account. Once they log in, they will see a home page with their basic profile info.
Note: This code is for Ionic v4.
- If you are working with Ionic v3 go to ionic-v3 branch.
- If you are working with Ionic v1 go to Add Facebook Native Login to your Ionic v1 App.
$ npm install
$ ionic serve
Follow the steps from https://beta.ionicframework.com/docs/building/ios
$ ionic cordova prepare ios
Follow the steps from https://beta.ionicframework.com/docs/building/android
$ ionic cordova prepare android
$ ionic cordova run android
Did you know that we recently released Ionic 4 Full Starter App? It's an ionic 4 template that you can use to jump start your Ionic app development and save yourself hundreds of hours of design and development.
It is also a PWA and has a score of 100 in lighthouse. Try it on your phone as a PWA to see the magic!
It also has lots of forms and validations examples.