I set up Firestore in my project. I created new collection named categories
. In this collection I created three documents with uniq id. Now I want to get this collection in my Flutter application so I created CollectionReference
:
Firestore.instance.collection('categories')
but I don't know what next.
I am using this plugin firebase_firestore: 0.0.1+1
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…