react-query-firebase
react-query-firebase copied to clipboard
React Query hooks for managing asynchronous operations with Firebase. Supports Authentication, Analytics, Firestore & Realtime Database.
This PR adds; - Contributor Guide - Issue templates - Pull request templates - PR title validation workflow -
this PR adds useSignInWithCredentialMutation hook
This PR adds `useRevokeAccessTokenMutation` hook
This Pr adds `useEnableNetworkMutation`
This PR adds `useNamedQuery` hook
this PR; - adds tabs to the docs home with a default of `React` - sets the firestore hooks documents with `useFirestoreDocument` for starters
This is a work in progress PR to add automated releases using changeset, and turbo for builds
Hey, I'm just wondering if this is supported or if there's a workaround to make this work with this library? The goal is to have an infinite scroll list where...