When I run npm run start I get the below error regarding firebase.
Tech: Angular version 9, Firebase, Firestore, Geofirestore Angular CLI.
Just update/install Firebase in your project (locally, not globally). Using the terminal go to the project folder and execute:
npm install firebase@latest
Current versions of npm uses --save flag as default, so it will change package.json automatically.