Skip to content

A code lab demonstrates how to integrate two Firebase Extensions in a web app, enabling you to leverage the Gemini API to generate image descriptions, summarizations, and even personalized recommendations based on provided context and end-user input

License

Notifications You must be signed in to change notification settings

LynetteN/gdg_summit_2025_conf

 
 

Repository files navigation

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 codelab.

Getting started

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.

About

A code lab demonstrates how to integrate two Firebase Extensions in a web app, enabling you to leverage the Gemini API to generate image descriptions, summarizations, and even personalized recommendations based on provided context and end-user input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • CSS 2.5%
  • JavaScript 1.3%