Skip to content

![high](https://www.gstatic.com/codereviewagent/high-priority.svg) #477

@JonDevOps

Description

@JonDevOps

high

Hardcoding Firebase configuration, including the apiKey, directly into the source code is not recommended. While Firebase web API keys are not considered secret, this practice makes it difficult to manage different environments (e.g., development, staging, production). It's better to use environment variables (e.g., NEXT_PUBLIC_FIREBASE_API_KEY in a .env.local file) to store these values. This allows for easy configuration switching without code changes.

Originally posted by @gemini-code-assist[bot] in #469 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions