You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if am missing something as a bit of a Combine novice. I have installed CombineFirebase 0.3.0 and Firebase 7.11.1 and am trying to follow the example from the readme file for listening to a collection in Firestore:
I can see this exists on the Query object on the source code here so am unsure why db.collection("cities") which returns a CollectionReference (which derives from Query) can not find this definition.
The text was updated successfully, but these errors were encountered:
Apologies if am missing something as a bit of a Combine novice. I have installed CombineFirebase 0.3.0 and Firebase 7.11.1 and am trying to follow the example from the readme file for listening to a collection in Firestore:
However, Swift is unable to find the
publisher()
method ondb.collection("cities")
with only a:I can see this exists on the Query object on the source code here so am unsure why
db.collection("cities")
which returns aCollectionReference
(which derives from Query) can not find this definition.The text was updated successfully, but these errors were encountered: