Firebase MVVM Example – Implementing Authentication
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