avatarNine Pages Of My Life

Summarize

How do you configure your Firebase Project for Android App in Compose Multiplatform?

Go to Template and create your Compose Multiplatform App, check out the blog for detail steps:

Create your firebase project, check out this blog for detail steps:

Select the Android icon and follow the steps

Download and then add config file to your Android project

Add Firebase SDK

Go to project level build.gradle.kts and add Google Services

Go to ComposeApp build.gradle.kts and add the google services

Add firebase bom in the same build.gradle.kts

Add firebase common ktx

Go to the manifest file and add the intenet and network access permisssions

Go to MainActivity and initialize your firebase

Thanks;)

Firebase
Android
Android App Development
Apps
Kotlin
Recommended from ReadMedium