auth/app/src/main/java/com/google/firebase/quickstart/auth/java/ChooserFragment.java [53:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            R.id.action_google,
            R.id.action_facebook,
            R.id.action_emailpassword,
            R.id.action_passwordless,
            R.id.action_phoneauth,
            R.id.action_anonymousauth,
            R.id.action_firebaseui,
            R.id.action_customauth,
            R.id.action_genericidp,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/ChooserFragment.kt [91:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                R.id.action_google,
                R.id.action_facebook,
                R.id.action_emailpassword,
                R.id.action_passwordless,
                R.id.action_phoneauth,
                R.id.action_anonymousauth,
                R.id.action_firebaseui,
                R.id.action_customauth,
                R.id.action_genericidp,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



