Skip to content

issues Search Results · repo:CSFrequency/react-firebase-hooks language:TypeScript

Filter by

223 results
 (60 ms)

223 results

inCSFrequency/react-firebase-hooks (press backspace or delete to remove)

When using useEffect and useDocument infinite loops. This is a custom hook I have to have up to date use data. export function useUserData(): UseUserDataReturn { const { data: session, status } = useSession(); ...
  • ItsAnoch
  • 1
  • Opened 
    on Jul 30, 2024
  • #325

When using the useToken hook, the following error occurs and I can t figure out how to fix it. FirebaseError: Messaging: We are unable to register the default service worker. Failed to register a ServiceWorker ...
  • AlanGreyjoy
  • Opened 
    on Jun 11, 2024
  • #324

Hello, I am not sure if this is because of my lack of understanding of how the NextJS client components work or if it is a problem with using react-firebase-hooks in NextJS 14. I am attempting to do firebase ...
  • CameronDickie
  • 1
  • Opened 
    on Feb 7, 2024
  • #322

I m not sure if this was the intended behavior, but useHttpsCallable s callCallable function returns a Promise HttpsCallableResult ResponseData | undefined which is being used to say if the call succeeds ...
  • KaidenR
  • Opened 
    on Jan 9, 2024
  • #321

I m trying to implement the reset password flow in my app and I noticed that this library is missing references to the firebase/auth confirmPasswordReset function. Is this by design that it is missing? ...
  • lvl99
  • Opened 
    on Jan 3, 2024
  • #320

Similar to this PR https://github.com/CSFrequency/react-firebase-hooks/pull/217 It looks like const [sendEmailVerification, sending, error] = useSendEmailVerification(auth); Do not allow to pass a ...
  • Crocsx
  • Opened 
    on Jan 1, 2024
  • #318

Hi, I ve a collection of items, which have a subcollection. I currently get the collection like this: const [user] = useAuthState(auth); const householdsRef = collection(db, households ); const ...
  • jaytonic
  • Opened 
    on Dec 31, 2023
  • #317

These two hooks will regularly, but not all the time, return an indeterminate state. That is, user is null; loading is false; and error is null. This occurs when logging in with Google. It navigates successfully ...
  • jambudipa
  • Opened 
    on Dec 27, 2023
  • #316

Issue: FirebaseError with useDocumentData Hook in React-Firebase Integration Environment - Firebase Version: 10.6.0 - Next.js Version: 14.0.2 - React Version: 18+ - React DOM Version: 18+ - ...
  • tomatommy-bs
  • 5
  • Opened 
    on Dec 12, 2023
  • #315

firebase : ^10.3.1 , next : 13.4.13 , react : 18.2.0 , react-dom : 18.2.0 , react-firebase-hooks : ^5.1.1 , The user is signed in using useSignInWithGoogle const [signInWithGoogle, loading, ...
  • Progressive-Programmer
  • Opened 
    on Oct 12, 2023
  • #313
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub