OPI Blog
Learn from experts in their fields

Browsing Tags: firebase

Sep 6, 2017
Real Time Chat Application with Kotlin and Firebase
In this tutorial, we will create a simple real time messaging application. Setup Start by creating a new Android Studio project (make sure to check “Include Kotlin support”).   I am using Android Studio 3.0 Beta ...
Apr 20, 2017
Real Time Database Triggers with Firebase Functions
A recent Android application I worked on required storing the latitude and longitude of a user’s location. I was asked to convert that latitude and longitude into a user-readable address. I could have written the ...