I can’t for the life of me find my Firebase Studio project settings belonging to my newly started project. Tried Gemini to help me, but to no avail. It seems the interfaces are rapidly changing and Gemini has lost track of the latest changes.
I keep getting errors in my project, referring to missing configuration data. I will include the error down below. Looks to me it wants me to adjust my .env.local file. In order to do that, I need the actual data from my project settings, such as :
apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY,
authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN,
projectId: process.env.NEXT_PUBLIC_FIREBASE_PROJECT_ID,
storageBucket: process.env.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID,
appId: process.env.NEXT_PUBLIC_FIREBASE_APP_ID,
measurementId: process.env.NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID
So I think that this data can be found in my project settings. Can’t find them. It seems there is no way to access your project settings easily. Neither in code mode, or in Prototyper mode. If you look in the documentation it refers to a settings-gear-wheel next to the project tile on your studio, but there is no such wheel there. Only in the code mode I can find a settings gear wheel at the bottem left corner of the screen, but this does not seem to lead me to the project settings of my own Firebase Studio Project.
Can anyone assist in pointing me in the right direction? Much appreciated!
Red
The Error:
Firebase Configuration Error
Firebase configuration is missing or incomplete. Please check your .env.local file and ensure the following variables are set: NEXT_PUBLIC_FIREBASE_API_KEY, NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN, NEXT_PUBLIC_FIREBASE_PROJECT_ID. Then, restart the application.