skip to Main Content

import Angular Firebase into a project

I'm trying to import Angular firebase into a project import * as firebase from "firebase" falls into error Cannot find module 'firebase' or its corresponding type declarations .ts(2307) and I ran the command to install @angular/firebase: npm I firebase @angular/fire…

VIEW QUESTION
Back To Top
Search