Kevin Yu

Results 4 issues of Kevin Yu

### Version info **React:** 18.2.0 **Firebase:** 9.9.1 **ReactFire:** 4.2.1 **Node:** 16.14.2 ### Steps to reproduce I'm trying (again) to port a CRA firebase project to nextjs and https://github.com/firebase/firebase-js-sdk/issues/6019 still exists...

`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...

### [REQUIRED] Environment info **firebase-tools:** 11.3.0 **Platform:** Windows ### [REQUIRED] Test case Possibly related to #4770. I upgraded a function from v1 to v2 and tried to deploy it, but...

api: functions
bug

Is there a reason `zulip-js` depends on `isomorphic-fetch` and `isomorphic-form-data`? These packages pollute the global `fetch` / `FormData` objects on import, which can mess things up unexpectedly when existing code...