Firebase Phone Authentication in Jetpack Compose using MVVM architecture

Ngenge Senior
Kt. Academy
Published in
6 min readSep 16, 2022

--

Photo by Franck on Unsplash

In this post, I will show you how to do Firebase authentication using SMS.

Project Set up

Create a new Jetpack Compose project in Android Studio using the Jetpack Compose project template. The next thing we will have to do is to add the hilt-android-gradle-plugin and google-services plugin to your project’s…

--

--