EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

Retrieving collection from CloudFirestore #1568

Closed hankster76 closed 4 years ago

hankster76 commented 4 years ago

Hi Eddy,

Can you share a screenshot of what your data looks like in Cloud Firestore? I created a collection as Cloud Firestore but when i log in to retrieve it, i get "collection is undefined" which tells me that i set it up incorrectly in Firebase.

Happy to share code if you are interested.

Thanks.

hankster76 commented 4 years ago

I added a "/" in the front of my collection name and it retrieved it just fine.