ngxs-labs / firestore-plugin

Firestore plugin for NGXS
https://ngxs-firebase-plugin.netlify.com/
MIT License
20 stars 14 forks source link

README update to exactly specify angularfire version #67

Closed markterrill closed 2 years ago

markterrill commented 2 years ago

This will save someone hours of headaches wondering why they're getting an error saying "Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore"

(note, the collection() reference is especially confusing when you're using doc() ..but that's an AngularFire bug)

https://stackoverflow.com/questions/73508522/expected-first-argument-to-collection-to-be-a-collectionreference-a-documentr/73643724#73643724