https://github.com/firebaseextended/codelab-gemini-api-extensions
https://github.com/firebaseextended/codelab-gemini-api-extensions
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebaseextended/codelab-gemini-api-extensions
- Owner: FirebaseExtended
- License: apache-2.0
- Created: 2024-03-13T20:16:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T18:56:41.000Z (over 1 year ago)
- Last Synced: 2024-07-24T20:42:42.305Z (over 1 year ago)
- Language: TypeScript
- Size: 337 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
Awesome Lists containing this project
README
# Build AI-powered web apps with Gemini API Firebase Extensions
This is the code for [Build AI-powered web apps with Gemini API Firebase Extensions](https://firebase.google.com/codelabs/gemini-api-extensions-web) codelab.
## Getting started
First, replace `src/lib/firebase.config.js` with your own Firebase web app configuration.
Then, run the development server:
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the app by modifying `src/app/page.tsx`, `src/app/gallery/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.