# Adding Firebase Authentication to a Jetpack Compose app

DevFeed: [Adding Firebase Authentication to a Jetpack Compose app](<https://devfeed.tech/articles/adding-firebase-authentication-to-a-jetpack-compose-app-16436.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2022/05/adding-firebase-auth-to-jetpack-compose-app>)

Author: Marina Coelho

Published: 2022-05-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Android](<https://devfeed.tech/topics/android.md>), [App](<https://devfeed.tech/topics/app.md>), [passwords](<https://devfeed.tech/topics/passwords.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

## AI overview

A tutorial on adding Firebase Authentication to an Android app built with Jetpack Compose. It explains anonymous authentication, login and sign-up flows, and upgrading an anonymous session to a full account.

## Source excerpt

Learn how add Firebase Authentication to an Android app built with Jetpack Compose.