Push notification is the most effective way to keep your users engaged. Nearly every modern mobile app has some sort of push notification feature built into it. This is a step by step guide to implement push notification in your Ionic app using Firebase. We’ll use Cordova Firebase Plugin and AngularFire2 plugin to achieve this. […]
It is very easy to integrate Facebook login in your Ionic app. First of all you need to have an account on https://developers.facebook.com/ Lets start creating a new Ionic project. Now lets make a simple design for Facebook login page. For this tutorial I’ll just modify the home.html file. Now let’s create a new app […]