Answers for "Error: node_modules/@angular/fire/database/interfaces.d.ts:2:10"

0

Error: node_modules/@angular/fire/database/interfaces.d.ts:2:10

//change the import { firebase } 'from firebase' to
// This import loads the firebase namespace along with all its type information.
import firebase from 'firebase/app';

// Ex: I can use firebase.User or firebase.database or firebase.auth
Posted by: Guest on February-02-2021

Code answers related to "Error: node_modules/@angular/fire/database/interfaces.d.ts:2:10"

Code answers related to "Javascript"

Browse Popular Code Answers by Language