Skip to content

Files

Latest commit

d2e72df · Mar 28, 2025

History

History

firebase-vertexai

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2025
Mar 28, 2025
Jan 27, 2025
Mar 28, 2025
Jan 29, 2025
Mar 28, 2025
Mar 13, 2025
Mar 28, 2025
Sep 26, 2024
Mar 17, 2025

Firebase Vertex AI SDK

For developer documentation, please visit https://firebase.google.com/docs/vertex-ai. This README is for contributors building and running tests for the SDK.

Building

All Gradle commands should be run from the root of this repository.

./gradlew :firebase-vertexai:publishToMavenLocal

Running Tests

Important

These unit tests require mock response files, which can be downloaded by running ./firebase-vertexai/update_responses.sh from the root of this repository.

Unit tests:

./gradlew :firebase-vertexai:check

Integration tests, requiring a running and connected device (emulator or real):

./gradlew :firebase-vertexai:deviceCheck

Code Formatting

Format Kotlin code in this SDK in Android Studio using the [spotless plugin](https://plugins.jetbrains.com/plugin/14912-ktfmt by running:

./gradlew firebase-vertexai:spotlessApply