Skip to content

Commit da7fcff

Browse files
committed
v19
1 parent 94e57c6 commit da7fcff

File tree

21 files changed

+6519
-8536
lines changed

21 files changed

+6519
-8536
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ import { } from '@angular/fire/app-check';
193193
<tr>
194194
<td>
195195

196-
#### [Vertex AI](docs/vertexai.md#vertex-ai-preview)
196+
#### [Vertex AI](docs/vertexai.md#vertex-ai)
197197
```ts
198-
import { } from '@angular/fire/vertexai-preview';
198+
import { } from '@angular/fire/vertexai';
199199
```
200200
</td>
201201

docs/vertexai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Next inject `VertexAI` into your component:
3535

3636
```typescript
3737
import { Component, inject } from '@angular/core';
38-
import { VertexAI } from '@angular/fire/vertexai-preview';
38+
import { VertexAI } from '@angular/fire/vertexai';
3939

4040
@Component({ ... })
4141
export class MyComponent {
@@ -48,6 +48,6 @@ export class MyComponent {
4848

4949
AngularFire wraps the Firebase JS SDK to ensure proper functionality in Angular, while providing the same API.
5050

51-
Update the imports from `import { ... } from 'firebase/vertexai-preview'` to `import { ... } from '@angular/fire/vertexai-preview'` and follow the official documentation.
51+
Update the imports from `import { ... } from 'firebase/vertexai'` to `import { ... } from '@angular/fire/vertexai'` and follow the official documentation.
5252

53-
[Getting Started](https://firebase.google.com/docs/vertex-ai/get-started?platform=web) | [API Reference](https://firebase.google.com/docs/reference/js/vertexai-preview)
53+
[Getting Started](https://firebase.google.com/docs/vertex-ai/get-started?platform=web) | [API Reference](https://firebase.google.com/docs/reference/js/vertexai)

0 commit comments

Comments
 (0)