📜  错误:node_modules @angular fire database interfaces.d.ts:2:10 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:32.845000             🧑  作者: Mango

代码示例1
//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