Relative Content

Tag Archive for google-cloud-firestore

How can exclude all the documents of a collection from a firestore query?

I am querying users collection and all the documents under users collection has a sub collection namely already_seen_docs. Now is there any direct way that I can use so that when I am querying users collection , I can exclude some document’s already_seen_docs sub collection from the query to only show the docs that a particular user hasn’t seen yet.

Cloud Firestone data is not shown on my app

I am developing Music streaming app by using firebase cloud storage. I connected firebase with my app but firebase data that i upload on cloud storage is not shown on my app. Suggest me the possible solution

firestore onSnapshot server only

I want onSnapshot to fail if there is a failed internet connection (getting user record – if none is found I set up a new one).