menu
ns_firebase_utils package
documentation
api/firebase_api.dart
FirebaseApi
getDataCollection method
getDataCollection method
dark_mode
light_mode
getDataCollection
method
Future
<
QuerySnapshot
<
Object
?
>
>
getDataCollection
(
)
Implementation
Future<QuerySnapshot> getDataCollection() {
return
ref.
get
(); }
ns_firebase_utils package
documentation
api/firebase_api
FirebaseApi
getDataCollection method
FirebaseApi class
Constructors
new
Properties
hashCode
path
ref
runtimeType
Methods
addDocument
batch
getDataCollection
getDocumentById
getDocumentRef
noSuchMethod
removeDocument
streamDataCollection
toString
updateDocument
Operators
operator ==