You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the error you see is due to the fact that I have not placed the firebase configuration file that contains my private API key in the public repository. Firebase in this project is used only for hosting the live version, so all the following lines in src/app/app.module.ts are unnecessary to build the project: import { initializeApp } from 'firebase/app'; import { firebaseConfig } from './firebase-config'; const app = initializeApp(firebaseConfig);
@MKaczmarski07 Hi,when I run "npm run build",the following error occurs
The text was updated successfully, but these errors were encountered: