Open Ikhtiyor opened 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
Hi, you just need to change import firebase from 'firebase/app'; to import * as firebase from 'firebase/app'; in firesql.d.ts file.
import firebase from 'firebase/app';
import * as firebase from 'firebase/app';
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