Skip to content

Commit 1be0996

Browse files
docs(vertexai): more clearly indicate deprecation of vertexai package
1 parent 90ef814 commit 1be0996

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ The main package that you interface with is `App` (`@react-native-firebase/app`)
6060
| [Performance Monitoring](/packages/perf) | [![badge](https://img.shields.io/npm/dm/@react-native-firebase/perf.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@react-native-firebase/perf) |
6161
| [Realtime Database](/packages/database) | [![badge](https://img.shields.io/npm/dm/@react-native-firebase/database.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@react-native-firebase/database) |
6262
| [Remote Config](/packages/remote-config) | [![badge](https://img.shields.io/npm/dm/@react-native-firebase/remote-config.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@react-native-firebase/remote-config) |
63-
| [Vertex AI](/packages/vertexai) | [![badge](https://img.shields.io/npm/dm/@react-native-firebase/vertexai.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@react-native-firebase/vertexai) |
6463

6564
## Documentation
6665

packages/vertexai/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@
22
<a href="https://rnfirebase.io">
33
<img width="160px" src="https://i.imgur.com/JIyBtKW.png"><br/>
44
</a>
5-
<h2 align="center">React Native Firebase - Vertex AI</h2>
6-
</p>
7-
8-
<p align="center">
9-
<a href="https://api.rnfirebase.io/coverage/vertexai/detail"><img src="https://api.rnfirebase.io/coverage/vertexai/badge?style=flat-square" alt="Coverage"></a>
10-
<a href="https://www.npmjs.com/package/@react-native-firebase/vertexai"><img src="https://img.shields.io/npm/dm/@react-native-firebase/vertexai.svg?style=flat-square" alt="NPM downloads"></a>
11-
<a href="https://www.npmjs.com/package/@react-native-firebase/vertexai"><img src="https://img.shields.io/npm/v/@react-native-firebase/vertexai.svg?style=flat-square" alt="NPM version"></a>
12-
<a href="/LICENSE"><img src="https://img.shields.io/npm/l/react-native-firebase.svg?style=flat-square" alt="License"></a>
13-
<a href="https://lerna.js.org/"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-square" alt="Maintained with Lerna"></a>
14-
</p>
15-
16-
<p align="center">
17-
<a href="https://invertase.link/discord"><img src="https://img.shields.io/discord/295953187817521152.svg?style=flat-square&colorA=7289da&label=Chat%20on%20Discord" alt="Chat on Discord"></a>
18-
<a href="https://twitter.com/rnfirebase"><img src="https://img.shields.io/twitter/follow/rnfirebase.svg?style=flat-square&colorA=1da1f2&colorB=&label=Follow%20on%20Twitter" alt="Follow on Twitter"></a>
19-
<a href="https://www.facebook.com/groups/rnfirebase"><img src="https://img.shields.io/badge/Follow%20on%20Facebook-4172B8?logo=facebook&style=flat-square&logoColor=fff" alt="Follow on Facebook"></a>
5+
<h2 align="center">React Native Firebase - Vertex AI ⚠️ **DEPRECATED** ⚠️</h2>
206
</p>
217

228
---

0 commit comments

Comments
 (0)