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