Day: May 23, 2017

Firebase Cloud Messaging Service in web application

Firebase is a mobile and web application platform with tools and infrastructure designed to help developers build high-quality apps. Firebase is made up of complementary features that developers can mix-and-match to fit their needs. Firebase Cloud Messaging ( FCM ) is a cross-platform messaging solution that lets you reliably deliver message at no cost. FCM […]

Read more

The simplest way of setup Java in Linux

If you are using Ubuntu or any other Debian flavored Linux, this is the best way to setup Java. Open Terminal and just follow the below steps: 1. First add this remote repository- $ sudo add-apt-repository ppa:webupd8team/java 2. Update your local system repo. $ sudo apt-get update 3. Now install Java. $ sudo apt-get install […]

Read more