Moves Firestore document data from the Firestore document id from, to the Firestore document id to.

The Firestore document ids do not change; it's the document data which is moved from a Firestore document to another.

  • Type Parameters

    • D extends {
          [x: string]: any;
      }

    Parameters

    Returns Promise<void>