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
In the SignInActivity.kt file there is a private fun signIn() function between the onStart function and the onSignInResult function that has a TODO that reads // TODO: implement:
private fun signIn() { // TODO: implement }
I see no instruction for this line of code and I am unable to create an account in the app. I'm assuming this has something to do with it. This function is also missing from the build-android finished project.
The text was updated successfully, but these errors were encountered:
In the
SignInActivity.kt
file there is aprivate fun signIn()
function between theonStart
function and theonSignInResult
function that has a TODO that reads// TODO: implement
:private fun signIn() { // TODO: implement }
I see no instruction for this line of code and I am unable to create an account in the app. I'm assuming this has something to do with it. This function is also missing from the
build-android
finished project.The text was updated successfully, but these errors were encountered: