Curt Barnard

Results 6 comments of Curt Barnard

I'm bumping into this issue when I attempt to decorate stories with the auth providers necessary to work with firebase/reactfire, regardless of hot reload status.

Here's all my storybook deps: ``` "@storybook/addon-actions": "^6.3.8", "@storybook/addon-essentials": "^6.3.8", "@storybook/addon-links": "^6.3.8", "@storybook/node-logger": "^6.3.8", "@storybook/preset-create-react-app": "^3.2.0", "@storybook/react": "^6.3.8" ``` Unfortunately the project is in a private repo but I can...

Derp. Seemed nearly identical to the linked thread. Thanks.

Can you link to the polycast that helped you solve your issue?

I have bumped into this issue as well, though it's probably because I'm using firebase-query in an unexpected way. I'm currently simulating typeahead with firebase query using the following code:...

I'm also having the issue of my epoch timestamp in seconds getting indexed as a number rather than a date.