jdgamble555 / j-firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore

3askaal opened this issue · comments

Let me start of by saying I was really happy to find this package, I need to implement search queries with firebase, and this package seems to solve that. It doesn't seem to work for me though, I'm passing a firebase CollectionReference as first argument, but it's telling me the type is not correct. Any idea what I'm doing wrong?

FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore