Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 553 Bytes

File metadata and controls

20 lines (13 loc) · 553 Bytes

Firebase Studio

This is a NextJS starter in Firebase Studio.

To get started, take a look at src/app/page.tsx.

Getting a Gemini API Key

To use the generative AI features of this application, you need a Gemini API key.

  1. Go to Google AI Studio to generate an API key.
  2. Copy the generated key.
  3. In this project, open the .env file.
  4. Replace YOUR_API_KEY_HERE with the key you copied.
GEMINI_API_KEY="YOUR_API_KEY_HERE"
  1. The application will now be able to use the AI features.