-
Notifications
You must be signed in to change notification settings - Fork 625
Modernize FirebaseLibraryExtension #6377
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
Conversation
Release note changesNo release note changes were detected. If you made changes that should be |
Vertex AI Mock Responses Check
|
buildSrc Test Results37 tests 37 ✅ 1m 2s ⏱️ Results for commit ccb5a88. ♻️ This comment has been updated with latest results. |
Per b/270576405,
This migrates
FirebaseLibraryExtension
to Kotlin, and takes advantage of more modern gradle features (such as properties/conventions) to help with build time and maintenance.This also adds documentation for all the exposed properties and options on
FirebaseLibraryExtension
.Future
TODO
s have been left denoting possible future modernization efforts.This PR also fixes the following: