Simple Firebase Sign-in UI Demo App
Simple Jetpack Compose example to demonstrate how to sign in with a Firebase Authentication pre-build UI using FirebaseUI
3 min readJun 10, 2023
This is part of the Firebase tutorial series:
- Part 1 — Simple Firebase Sign-in UI Demo App
- Part 2 — Integrate Firebase Realtime Database and User Authentication into your Android App
In this demo app, we will guide you through the steps to enable FirebaseUI for authentication and demonstrate how to integrate it into your Jetpack Compose application.
We’re going to add these 2 sign-in methods:
- Email/Password
Connect Your App to Firebase
- Go to the Firebase console, and log in with your Google account.
- Add project and follow on-screen instructions
- Turn off Enable Google Analytics for this project, and click Create project.
- Register the app with Android package name ( applicationId in your build.gradle file)