getDocument

expect fun getDocument(id: String): Document?(source)

Gets an existing Document object with the given ID. If the document with the given ID doesn't exist in the database, the value returned will be null.

Return

the Document object

Parameters

id

the document ID

actual fun getDocument(id: String): Document?(source)
actual fun getDocument(id: String): Document?(source)