You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ title: TanStack Query Firebase
3
3
description: TanStack Query Firebase provides a set of hooks for handling asynchronous tasks with Firebase in your applications.
4
4
---
5
5
6
-
<Warning>The library is still heavily work-in-progress! Ensure your required functionality is supported before continuing.</Warning>
7
-
8
6
When managing Firebase's asynchronous API calls within your application, state synchronization can become cumbersome in most applications. You will commonly find yourself handling loading states, error states, and data synchronization manually.
9
7
10
8
This library provides a hands-off approach to these problems, by leveraging the popular [TanStack Query](https://tanstack.com/query/latest) project. Out of the box, you get:
0 commit comments