Select Page
Phone number auth using Firebase Authentication SDK

Phone number auth using Firebase Authentication SDK

This tutorial covers the phone number authentication method in Android applications using Firebase Authentication SDK. Nowadays most of the apps have user profiling option, which allows the app to securely store the user data and provide the personalised experience...
How to use SharedPreferences API in Android?

How to use SharedPreferences API in Android?

This post is intended for the beginners who want to store, a minimal amount of application-specific data using SharedPreferences API in Android. The available codebase is written in Java. Storing relevant pieces of data is the most common use case we used in most of...
How to create face detector using Firebase MLKit?

How to create face detector using Firebase MLKit?

In this post, I’ll be covering the ML Kit’s face detection API and how you can build powerful features in your app around it. With the release of Play services 7.8, Google announced that they’ve added new Mobile Vision APIs which provide face detection API that...
How to create a barcode scanner using Firebase MLKit?

How to create a barcode scanner using Firebase MLKit?

In this post, I’ll be covering the ML Kit’s barcode scanning API and how you can build powerful features in your app around it. With the release of Play services 7.8, Google announced that they’ve added new Mobile Vision APIs which provide bar code detection...