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

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I encountered a weird bug with `useUser`, status is `success` in the start, I went down a rabbit hole just to realize that v4.2.3 fixes the bug but it is...

### Version info **React:** **Firebase:** **ReactFire:** 4.2.2 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ``` const myDoc = useFirestoreDoc(myRef); console.log(myDoc.data.data().anyProperty); //

### Version info **React:** 18.2.0 **Firebase:** 9.15.0 **ReactFire:** 4.2.2 **Other (e.g. Node, browser, operating system) (if applicable):** Node: 18.4.0 ### Test case When you have multi-tab persistence enabled (`enableMultiTabIndexedDbPersistence`) and...

### Version info **React:** ^18.2.0 **Firebase:** ^9.15.0 **ReactFire:** ^4.2.2 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ### Steps to reproduce 1. Go to Live demo, nothing...

### Version info **React:** 18.2.0 **Firebase:** 9.15.0 **ReactFire:** 4.2.2 **Other (e.g. Node, browser, operating system) (if applicable):** chrome ### Test case ### Steps to reproduce 1. Upload a file to...

### Version info **React:** 18.2.0 **Firebase:** 9.13.0 **ReactFire:** 4.2.2 ### Test case ```ts const assignTypes = () => { return { toFirestore(doc: NewsItemDTO): DocumentData { return doc; }, fromFirestore(snapshot: QueryDocumentSnapshot):...

### Version info **React:** 18.0.0 **Firebase:** 9.13.0 **ReactFire:** 4.2.2 **Other (e.g. Node, browser, operating system) (if applicable):** expo: 46.0.16 react-native: 0.69.6 ### Test case ### Steps to reproduce 1. Create...

Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 12.4.0 to 13.6.0. Release notes Sourced from firebase-tools's releases. v13.6.0 Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a reset...

dependencies

### Version info **React:** 18.2.0 **Firebase:** 10.7.1 **ReactFire:** 4.2.3 **Expo:** 50.0.15 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case I'm trying to setup the AuthProvider with an...