jsayol / FireSQL

Query Firestore using SQL syntax
https://devlibrary.withgoogle.com/products/firebase/repos/jsayol-FireSQL
MIT License
350 stars 32 forks source link

ERROR in node_modules/firesql/firesql.d.ts(1,8) #14

Open Ikhtiyor opened 5 years ago

Ikhtiyor commented 5 years ago

FireSQL not working with Angular 8 because of /firebase/index"' has no default export. Related issue https://github.com/firebase/firebase-js-sdk/issues/1144

nadim-ouertani commented 5 years ago

Hi, you just need to change import firebase from 'firebase/app'; to import * as firebase from 'firebase/app'; in firesql.d.ts file.