This is the code for Build AI-powered web apps with Gemini API Firebase Extensions codelab.
First, replace src/lib/firebase.config.js
with your own Firebase web app configuration.
Then, run the development server:
npm install
npm run dev
Open 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
to automatically optimize and load Inter, a custom Google Font.