android-kotlin-login
android-kotlin-login copied to clipboard
Advanced Android in Kotlin: Firebase Login 6.1 [Step #6][Incorrectly named const SIGN_IN_REQUEST_CODE]
Describe the problem
The constant name used in Codelabs 6.1 task 6: Implement the login button SIGN_IN_REQUEST_CODE is different from the name SIGN_IN_RESULT_CODE used in the starter and finished code. This should be fixed.
In which lesson and step of the codelab can this issue be found? Lesson 6.1, Step 6 Lesson number + step number. (e.g., Lesson 6.1, Step 1.3)
How to reproduce? Compare variable names in CodeLabs page and actual code.
Additional information Potential fix given in #5
codelab: advanced-android-kotlin