Skip to content

Commit dcf569d

Browse files
committed
docs: Update docs
1 parent 18304ee commit dcf569d

17 files changed

+32
-31
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TanStack Query Firebase provides a set of hooks for handling asynchronous tasks
1616

1717
> Looking for React Query Firebase? Check out the [old branch](https://github.com/invertase/tanstack-query-firebase/tree/react-query-firebase).
1818
19-
## Why should I use React Query Firebase?
19+
## Why use this library?
2020

2121
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.
2222

@@ -56,20 +56,21 @@ The status of the following Firebase services and frameworks are as follows:
5656
- 🟠 Work in progress
5757
- () Not yet started
5858

59-
| Module | React | Vue | Solid | Angular | Svelte |
60-
|----------------|:-----:|:---:|:-----:|:-------:|:------:|
61-
| analytics | | | | | |
62-
| app-check | | | | | |
63-
| auth | 🟠 | | | | |
64-
| database | | | | | |
65-
| firestore | 🟠 | | | | |
66-
| firestore/lite | | | | | |
67-
| functions | | | | | |
68-
| installations | | | | | |
69-
| messaging | | | | | |
70-
| performance | | | | | |
71-
| remote-config | | | | | |
72-
| vertexai | | | | | |
59+
| Module | React | Vue | Solid | Angular | Svelte |
60+
|----------------|--:-:--|--:-:--|--:-:--|--:-:----|--:-:---|
61+
| analytics | | | | | |
62+
| app-check | | | | | |
63+
| auth | 🟠 | | | | |
64+
| database | | | | | |
65+
| data-connect || | | | |
66+
| firestore | 🟠 | | | | |
67+
| firestore/lite | | | | | |
68+
| functions | | | | | |
69+
| installations | | | | | |
70+
| messaging | | | | | |
71+
| performance | | | | | |
72+
| remote-config | | | | | |
73+
| vertexai | | | | | |
7374

7475
## License
7576

docs/react/auth/hooks/useDeleteUserMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useDeleteUserMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useReloadMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useReloadMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useSignInAnonymouslyMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useSignInAnonymouslyMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useSignInWithCredentialMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useSignInWithCredentialMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useSignInWithEmailAndPasswordMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useSignInWithEmailAndPasswordMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useSignOutMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useSignOutMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useUpdateCurrentUserMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useUpdateCurrentUserMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/auth/hooks/useVerifyPasswordResetCodeMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useVerifyPasswordResetCodeMutation
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

docs/react/firestore/hooks/useCollectionQuery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: useCollectionQuery
33
---
44

5-
This documentation is a work in progress, check back soon.
5+
This hook is implemented, but the documentation is a work in progress, check back soon.

0 commit comments

Comments
 (0)