You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- adding a custom greeting for users who are logged in.
14
14
- implementing the logout feature.
15
+
- enabling settings screen.
16
+
- redirecting the user to the login screen if necessary.
17
+
- handling navigation after successful login.
15
18
16
-
Based on [Advanced Android in Kotlin 06.1: Android Login with FirebaseUI](https://developer.android.com/codelabs/advanced-android-kotlin-training-login#0) by Google Codelabs (2022).
19
+
Based on 2 tutorials by Google Codelabs (2022):
20
+
21
+
-[Android Login with FirebaseUI](https://developer.android.com/codelabs/advanced-android-kotlin-training-login#0)
22
+
-[Android Conditional Navigation with Login](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login-navigation)
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
| 14 |[Star Shower](https://github.com/solygambas/kotlin-projects/tree/main/14-star-shower)| An app to show how to create property animations, using ObjectAnimator. |
21
21
| 15 |[Milky Way](https://github.com/solygambas/kotlin-projects/tree/main/15-milky-way)| An app to learn how to finely customize an animation, using MotionLayout. |
22
22
| 16 |[Sports App](https://github.com/solygambas/kotlin-projects/tree/main/16-sports-app)| A basic app to introduce to adaptative layouts. |
23
-
| 17 |[Fun Facts](https://github.com/solygambas/kotlin-projects/tree/main/17-fun-facts)| An app that displays fun facts about Android, using FirebaseUI for authentication.|
23
+
| 17 |[Fun Facts](https://github.com/solygambas/kotlin-projects/tree/main/17-fun-facts)| An app that displays fun facts about Android, using FirebaseUI Authentication. |
0 commit comments