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

Advanced Android in Kotlin: Firebase Login 6.1 [Step 6][Not same variable]

Open OliverRhyme opened this issue 5 years ago • 0 comments

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, Step 6.4

How to reproduce? What are the exact steps to reproduce the problem?

Follow to codelab steps after copying the launchSignInFlow. The provided static object is named as SIGN_IN_RESULT_CODE instead of SIGN_IN_REQUEST_CODE which is told in the codelab

Versions

  1. What version of Android Studio are you using? Android Studio 3.6.2
  2. What API level are you targeting? API 29

Additional information Just a small typo that can be confusing to learners

codelab: advanced-android-kotlin

OliverRhyme avatar Apr 15 '20 06:04 OliverRhyme