dappsnation / akita-ng-fire

Akita ❤️ Angular 🔥 Firebase
MIT License
131 stars 27 forks source link

Use correct firebase import #166

Closed alexis-mrc closed 3 years ago

alexis-mrc commented 3 years ago

In the #164, i removed the import 'firebase/firestore'; and I should have let them.

Reading the release note https://firebase.google.com/support/release-notes/js Only the first line of import should have changed.

Before 8.0.0 import * as firebase from 'firebase/app'

After 8.0.0 import firebase from 'firebase/app'