Firebase MVVM Example – Implementing Authentication

Firebase MVVM Example

Recently we finished learning the MVVM Design Pattern in Android App Development, and while learning that we used RESTful APIs to communicate with our Back End. But sometimes we do create server less application using Firebase. And some people asked that “How do I follow MVVM when using Firebase?“.  That is why in this Firebase …

Read moreFirebase MVVM Example – Implementing Authentication

Firebase Realtime Database CRUD Operation for Android

firebase realtime database

Hey guys here is the complete Firebase Realtime Database guide. Now days NoSQL databases are gaining popularity and Firebase Realtime Database is one of the NoSQL database. In this tutorial we will learn modeling SQL tables to NoSQL Firebase Database. And then we will also learn the basic CRUD operation on the database (Create, Read, …

Read moreFirebase Realtime Database CRUD Operation for Android

Firebase Storage Example – Uploading and Retrieving Files

firebase storage example

In a previous tutorial we learnt about Firebase Storage. But I didn’t cover retrieval of the uploaded files from Firebase Storage. So here is another Firebase Storage Example. In this tutorial we will learn Uploading Files to Firebase Storage and Retrieving Uploaded Files from Firebase Storage. So lets start this Firebase Storage Example. If you …

Read moreFirebase Storage Example – Uploading and Retrieving Files