Skip to content

Commit e588977

Browse files
committed
docs: Remove warning
1 parent 49694b2 commit e588977

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: TanStack Query Firebase
33
description: TanStack Query Firebase provides a set of hooks for handling asynchronous tasks with Firebase in your applications.
44
---
55

6-
<Warning>The library is still heavily work-in-progress! Ensure your required functionality is supported before continuing.</Warning>
7-
86
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.
97

108
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

Comments
 (0)