This is a NextJS starter in Firebase Studio.
To get started, take a look at src/app/page.tsx.
To use the generative AI features of this application, you need a Gemini API key.
- Go to Google AI Studio to generate an API key.
- Copy the generated key.
- In this project, open the
.envfile. - Replace
YOUR_API_KEY_HEREwith the key you copied.
GEMINI_API_KEY="YOUR_API_KEY_HERE"
- The application will now be able to use the AI features.