Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

File metadata and controls

14 lines (10 loc) · 258 Bytes
title useGoOfflineMutation

Disconnect the Realtime Database client from the server.

Usage

import { useGoOfflineMutation } from "@tanstack-query-firebase/react/database";

const { mutate } = useGoOfflineMutation(database);
mutate();