Why does @angular/fire show: 'Server Error. certificate has expired', when I run: ng add @angular/fire?
This could be issue due to older version of Firebase CLI .
Try this command first npm i -g firebase-tools@latest
and then run ng add @angular/fire