Skip to content

Commit 336c723

Browse files
committed
Small fixes
1 parent 5a56561 commit 336c723

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/ai/ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class AI {
1313
}
1414
}
1515

16-
export const AI_PROVIDER_NAME = 'ai';
16+
export const AI_PROVIDER_NAME = 'AI';
1717

1818
// eslint-disable-next-line @typescript-eslint/no-empty-interface
1919
export interface AIInstances extends Array<FirebaseAI> {}

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@angular/platform-server": { "optional": true }
3737
},
3838
"dependencies": {
39-
"firebase": "^11.2.0",
39+
"firebase": "^11.8.0",
4040
"rxfire": "^6.1.0",
4141
"@angular-devkit/schematics": "^19.0.0",
4242
"@schematics/angular": "^19.0.0",

tools/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ ${exportedZoneWrappedFns}
253253
collection: { exportName: 'collectionSnapshots' },
254254
}),
255255
reexport('firestore/lite', 'firebase', 'firebase/firestore/lite', tsKeys<typeof import('firebase/firestore/lite')>(), firestoreOverrides),
256+
reexport('vertexai', 'firebase', 'firebase/vertexai', tsKeys<typeof import('firebase/vertexai')>()),
256257
]);
257258
}
258259

0 commit comments

Comments
 (0)