android-kotlin-login icon indicating copy to clipboard operation
android-kotlin-login copied to clipboard

Results 20 android-kotlin-login issues
Sort by recently updated
recently updated
newest added

**Describe the problem** After opening the `start` project in Android Studio, the Build failed, and the Build Output shows: `Unable to load class 'org.jetbrains.kotlin.cli.common.PropertiesKt'.` `This is an unexpected error. Please...

**Describe the problem** Links to the two codelabs redirect to a 404 page. **In which lesson and step of the codelab can this issue be found?** Firebase Login 6.1, Step...

**Describe the problem** Changing the settings preference does not affect which fact type is displayed. **In which lesson and step of the codelab can this issue be found?** Lesson 6.1,...

The starter and finished code use a const variable `SIGN_IN_RESULT_CODE`. However this variable is incorrectly named as `SIGN_IN_REQUEST_CODE` in comments. The [**Codelabs tutorial task 6: Implement the login button**](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login/index.html?index=..%2F..advanced-android-kotlin-training#5) also...

**Describe the problem** The constant name used in [**Codelabs 6.1 task 6: Implement the login button**](https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login/index.html?index=..%2F..advanced-android-kotlin-training#5) `SIGN_IN_REQUEST_CODE` is different from the name `SIGN_IN_RESULT_CODE` used in the starter and finished code....

**Describe the problem** Small typo in static object SIGN_IN_RESULT_CODE but codelab references it as SIGN_IN_REQUEST_CODE **In which lesson and step of the codelab can this issue be found?** Lesson 6.1,...

This is a part of two part Codelabs series, now [https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login-navigation/#4](url) needs Safeargs to be implemented and its present in the [https://github.com/googlecodelabs/android-kotlin-login-navigation](url) starter code, but not in this starter code....

In Step 6 of the codelabs guide [https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login/#5](url) `authBbutton` as shown in the screenshot below should be renamed to `authButton`.

Based on the steps provided in the "Implement the login button" task in the codelab, the variable that's currently called `SIGN_IN_RESULT_CODE` should be `SIGN_IN_REQUEST_CODE` instead.

In both the project-level and module-level `build.gradle` files, several dependencies are out-of-date. We should include the newest version of these dependencies in the Android Studio project that's associated with the...