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
The Firebase Docs say Firebase Auth Version 16.0.4 is available, but when using this version, I guess the library couldn't find GoogleSignIn and GoogleSignInClient classes
Steps to reproduce:
I used the same code in the quickstart and updated the auth to version 16.0.4
Observed Results:
What happened? Unresolved reference: GoogleSignInOptions, Unresolved reference: GoogleSignInClient
Expected Results:
What did you expect to happen? To be able to use the newest version of Firebase Auth
Relevant Code:
// TODO(you): my code is exactly the same as the Kotlin Quickstart for Auth
The text was updated successfully, but these errors were encountered:
@DarrylDJohnson I am going to close this issue since none of the requested information was filled out.
If you're having trouble finding the GoogleSignInClient and other GSI-related classes, you need the play-services-auth library in addition to the firebase-auth library.
Step 1: Are you in the right place?
Step 2: Describe your environment
Step 3: Describe the problem:
The Firebase Docs say Firebase Auth Version 16.0.4 is available, but when using this version, I guess the library couldn't find GoogleSignIn and GoogleSignInClient classes
Steps to reproduce:
I used the same code in the quickstart and updated the auth to version 16.0.4
Observed Results:
Expected Results:
Relevant Code:
The text was updated successfully, but these errors were encountered: