get method
Reads the document referred to by this DocumentReference
.
@return A Promise resolved with a DocumentSnapshot containing the current document contents.
Implementation
external JSPromise<DocumentSnapshot> get();
Reads the document referred to by this DocumentReference
.
@return A Promise resolved with a DocumentSnapshot containing the current document contents.
external JSPromise<DocumentSnapshot> get();