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();