Skip to content

Commit edb8532

Browse files
committed
Update branding
Replace 'Vertex AI For Firebase' usage with 'Vertex AI in Firebase'
1 parent c6a8851 commit edb8532

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/vertexai/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { VertexAIErrorCode, CustomErrorData } from './types';
2020
import { VERTEX_TYPE } from './constants';
2121

2222
/**
23-
* Error class for the Vertex AI for Firebase SDK.
23+
* Error class for the Vertex AI in Firebase SDK.
2424
*
2525
* @public
2626
*/

packages/vertexai/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* The Vertex AI For Firebase Web SDK.
2+
* The Vertex AI in Firebase SDK.
33
*
44
* @packageDocumentation
55
*/

packages/vertexai/src/public-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { FirebaseApp } from '@firebase/app';
2020
export * from './types';
2121

2222
/**
23-
* An instance of the Vertex AI for Firebase SDK.
23+
* An instance of the Vertex AI in Firebase SDK.
2424
* @public
2525
*/
2626
export interface VertexAI {
@@ -32,7 +32,7 @@ export interface VertexAI {
3232
}
3333

3434
/**
35-
* Options when initializing the Vertex AI for Firebase SDK.
35+
* Options when initializing the Vertex AI in Firebase SDK.
3636
* @public
3737
*/
3838
export interface VertexAIOptions {

0 commit comments

Comments
 (0)