Skip to content

Commit

Permalink
docs: Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Oct 8, 2024
1 parent 54e1824 commit 7ebcfd9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,55 @@
}
]
},
{
"tab": "react",
"group": "Authentication",
"pages": [
{
"href": "/react/hooks/auth/useSignInAnonymouslyMutation",
"title": "useSignInAnonymouslyMutation"
}
]
},
{
"tab": "react",
"group": "Firestore",
"pages": [
{
"href": "/react/hooks/firestore/useClearIndexedDbPersistenceMutation",
"title": "useClearIndexedDbPersistenceMutation"
},
{
"href": "/react/hooks/firestore/useCollectionQuery",
"title": "useCollectionQuery"
},
{
"href": "/react/hooks/firestore/useDisableNetworkMutation",
"title": "useDisableNetworkMutation"
},
{
"href": "/react/hooks/firestore/useEnableNetworkMutation",
"title": "useEnableNetworkMutation"
},
{
"href": "/react/hooks/firestore/useDocumentQuery",
"title": "useDocumentQuery"
},
{
"href": "/react/hooks/firestore/useGetAggregateFromServerQuery",
"title": "useGetAggregateFromServerQuery"
},
{
"href": "/react/hooks/firestore/useGetCountFromServerQuery",
"title": "useGetCountFromServerQuery"
},
{
"href": "/react/hooks/firestore/useRunTransactionMutation",
"title": "useRunTransactionMutation"
},
{
"href": "/react/hooks/firestore/useWaitForPendingWritesQuery",
"title": "useWaitForPendingWritesQuery"
}
]
}
Expand Down

0 comments on commit 7ebcfd9

Please sign in to comment.