firesage
Version:
🔥 Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience
10 lines (7 loc) • 366 B
TypeScript
import { Delete } from '../types';
/**
Deletes the document referred to by the specified DocumentReference.
@param reference — A reference to the document to delete.
@returns A Promise resolved once the document has been successfully deleted from the backend (note that it won't resolve while you're offline).
*/
export declare const deleteDoc: Delete;