Skip to content

Commit 16dcc08

Browse files
committed
Add README.md
1 parent 0a12ed0 commit 16dcc08

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
File renamed without changes.

ai/sample-app/README.md

+32
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
11
# Firebase AI Sample App
2+
3+
![Photo of the Firebase AI Sample App](images/screenshot.png)
4+
5+
This sample application demonstrates features of the Firebase AI SDK for Web (`firebase/ai`), integrated into a web application build with React and TypeScript.
6+
7+
For more information about the Firebase AI SDK, see the [Firebase AI Logic Docs](https://firebase.google.com/docs/vertex-ai).
8+
9+
## Setup Instructions
10+
11+
1. Create a project in the [Firebase Console](https://console.firebase.google.com), and enable Firebase AI.
12+
13+
1. Update `src/config/firebase-config.ts` with your Firebase project configuration.
14+
15+
1. Install dependencies:
16+
17+
```bash
18+
yarn
19+
```
20+
21+
1. Start the development server:
22+
23+
```bash
24+
yarn dev
25+
```
26+
27+
## Support
28+
29+
- [Firebase Support](https://firebase.google.com/support/)
30+
31+
## License
32+
33+
© Google, 2025. Licensed under an [Apache-2](../LICENSE)

ai/sample-app/images/screenshot.png

93.7 KB
Loading

0 commit comments

Comments
 (0)