Chinese Remainder Theorem was discovered by the Chinese mathematician Sun-Tsu in around 100 AD. It is used to solve a set of congruent equations with a single variable but different moduli, which are relatively prime. Let us consider such a set of equations: x = x1 mod m1 x= x2 mod m2 . . . […]
Read MorePush 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. […]
Read MoreIt 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 […]
Read More