reactfire icon indicating copy to clipboard operation
reactfire copied to clipboard

Hooks, Context Providers, and Components that make it easy to interact with Firebase.

Results 131 reactfire issues
Sort by recently updated
recently updated
newest added

### Description While trying to debug while useSigninCheck suspends indefinitely on latest version and master, I tried to disable suspense but this was not working. Having cloned the repo locally...

Whenever I have multiple react components that reference the same path (.e.g `/users`), the library seems to get the results mixed up. In my project, I had a navbar element...

I have a multi tenant application where each tenant has its own unique firebase instance. I would like to retrieve the firebase config data via an api call. I will...

`react-firebase-hooks` allows [the document reference to `useDocument` to be nullable](https://github.com/CSFrequency/react-firebase-hooks/tree/master/firestore#usedocument) and just returns undefined if it is. This was useful for paths relying on nullable info, like `auth.currentUser.uid`: ```js const...

Not a bug with the platform, just noticed an issue where the stackblitz sample isn't working. Instead it gives the error: ``` Error in /~/index.js (8:21) Unexpected token 'export' ```

### Description Updating Documentation Adding additional context around auth initialization with a common issue loading iframe. ### Code sample

[React 18 is now in beta](https://github.com/reactwg/react-18/discussions/112). This PR will investigate how we can/should use the new APIs available in React 18: ## [`useSyncExternalStore`](https://github.com/reactwg/react-18/discussions/86) This can probably replace the bulk of...

cla: yes

Ran into import errors when following the docs because of this subtle lowercase `i`. I think overall it would be worth having this camel case exception be consistent with `signInCheckResult`,...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

### Version info **React:** 17.0.2 **Firebase:** 9.6.1 **ReactFire:** 4.2.1 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ```js const ExamleComponent = () => { const { data:...