We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
20.7.0
32.7.0
When I build the auth quickstart at 2066256, I get the following error:
auth
quickstart-android/auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/GoogleSignInFragment.kt:122:51 Unresolved reference: default_web_client_id
AFAICT the Google Services Gradle plugin is supposed to generate this string in values.xml but for some reason isn't doing so.
values.xml
Build the project at 2066256a5c5681e339e31005647d95fcbabde030.
2066256a5c5681e339e31005647d95fcbabde030
See above.
I expected the project to build.
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step 1: Describe your environment
20.7.0
32.7.0
Step 2: Describe the problem:
When I build the
auth
quickstart at 2066256, I get the following error:AFAICT the Google Services Gradle plugin is supposed to generate this string in
values.xml
but for some reason isn't doing so.Steps to reproduce:
Build the project at
2066256a5c5681e339e31005647d95fcbabde030
.Observed Results:
See above.
Expected Results:
I expected the project to build.
Relevant Code:
n/a
The text was updated successfully, but these errors were encountered: