Skip to content

Fix Android setup eval expectations and reference lateinit shadowing bugs. - #180

Merged
christhompsongoogle merged 1 commit into
mainfrom
DDC806AE0466B5E4766A47B25E1BA236
Sep 17, 2026
Merged

christhompsongoogle merged 1 commit into
mainfrom
DDC806AE0466B5E4766A47B25E1BA236

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

Fix Android setup eval expectations and reference lateinit shadowing bugs.

Addresses Android evaluation expectation and reference issues from cl/982615455:

  • firebase_basics/EVAL.txtpb: Update Google Maven metadata URL for google-services plugin to dl.google.com/dl/android/maven2/com/google/gms/google-services/maven-metadata.xml (fixing 404 group path).
  • firebase_crashlytics/EVAL.txtpb: Add firebase-bom dependency check in android_crashlytics_gradle_and_test_crash and allow Firebase Console URL with or without /u/0/.
  • firebase_auth_basics/EVAL.txtpb: Clarify android_auth_email_password_setup expectation to require initializing auth property without local val shadowing.
  • firebase_auth_basics/references/client_sdk_android.md & firebase_firestore/references/standard/android_sdk_usage.md: Fix val auth = Firebase.auth / val db = Firebase.firestore local variable shadowing of lateinit var properties in AppCompatActivity.onCreate().

…bugs.

Addresses Android evaluation expectation and reference issues from cl/982615455:
- `firebase_basics/EVAL.txtpb`: Update Google Maven metadata URL for `google-services` plugin to `dl.google.com/dl/android/maven2/com/google/gms/google-services/maven-metadata.xml` (fixing 404 group path).
- `firebase_crashlytics/EVAL.txtpb`: Add `firebase-bom` dependency check in `android_crashlytics_gradle_and_test_crash` and allow Firebase Console URL with or without `/u/0/`.
- `firebase_auth_basics/EVAL.txtpb`: Clarify `android_auth_email_password_setup` expectation to require initializing `auth` property without local `val` shadowing.
- `firebase_auth_basics/references/client_sdk_android.md` & `firebase_firestore/references/standard/android_sdk_usage.md`: Fix `val auth = Firebase.auth` / `val db = Firebase.firestore` local variable shadowing of `lateinit var` properties in `AppCompatActivity.onCreate()`.

PiperOrigin-RevId: 982679285
@google-cla

google-cla Bot commented Sep 16, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@christhompsongoogle
christhompsongoogle merged commit 8f08f29 into main Sep 17, 2026
11 of 13 checks passed
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

Successfully merging this pull request may close these issues.

1 participant