app / sg.edu.ntu.scse.cz2006.gymbuddies / LoginChooserActivity / onActivityResult

onActivityResult

protected fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Unit

This handles the result of the FirebaseUI Login flow

Parameters

requestCode - Int Intent Request Code passed into the login flow such as RC_SIGN_IN

resultCode - Int Result of the login flow. Can be Activity.RESULT_OK or Activity.RESULT_CANCELED

data - Intent? Any additional data