#
Add Firebase SDKNow it's time to add the publishable firebase config to the app
#
Copy the template fileFrom your app root execute this bash command to create a new file which will hold your firebase public credentials.
#
Grab your configFrom Firebase menu, click the cog button located right after Project Overview and then access Project Settings
#
Register appThen register a new web app platform (the < / >
icon)
You'll be prompted to enter an app nickname. Firebase Hosting option is not required, make sure it's unchecked.
#
Edit with your credentialsOpen the newly created file and paste the whole config object acquired in the earlier step
/src/app/config/firebase.ts
Make sure to not replace the FIREBASE_CONFIG constant. Only add the object content. Final result should look like as the code snippet above.