doc abstract method

DocumentReference<T> doc([
  1. String? path
])

Returns a DocumentReference with the provided path.

If no path is provided, an auto-generated ID is used.

Implementation

DocumentReference<T> doc([String? path]);