Training Project
- You can now communicate with your best friend through the app, where the app allows a smooth way to communicate but first you must register in the app's database and then you can communicate with your best friend
• Navigation component : one activity contains multiple fragments instead of creating multiple activites
implementation("androidx.navigation:navigation-fragment-ktx:2.7.5")
implementation("androidx.navigation:navigation-ui-ktx:2.7.5")- Add the dependency for the Firebase Authentication library
implementation("com.google.firebase:firebase-auth")- Gradle is the only supported build configuration, so just add the dependency to your project
build.gradlefile
dependencies {
implementation 'com.airbnb.android:lottie:$lottieVersion'
}- Add the dependency for the Firebase Authentication library
implementation("com.google.firebase:firebase-auth")