Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Auth 16.0.4 - No GoogleSignIn, GoogleSignInClient #692

Closed
DarrylDJohnson opened this issue Oct 4, 2018 · 1 comment
Closed

Comments

@DarrylDJohnson
Copy link

Step 1: Are you in the right place?

  • For issues or feature requests related to the code in this repository file a Github issue.
    • If you are filing an issue about FCM in the background make sure to read #4 and #89 first!
  • For general technical questions, post a question on StackOverflow tagged appropriately.
  • For general Firebase discussion, use the firebase-talk google group
  • For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel

Step 2: Describe your environment

  • Android device: _____
  • Android OS version: _____
  • Google Play Services version: com.google.gms:google-services:3.2.1
  • Firebase/Play Services SDK version: com.google.firebase:firebase-auth:16.0.4

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:

  • 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
@samtstern
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants