Configure Firebase in the Angular app Install Firebase CLI globally with the following command, npm install -g firebase-tools Login to your Firebase account with the following command, firebase login Choose the Google account that you created for the Firebase project. Allow Firebase CLI to access G...