steveoh

Results 163 comments of steveoh

This looks great. Any word on a review and merge status?

Yeah this just confused my expectations for how the library would be used. I expected the status to be `loading`, and then `error` or something opposite of `success` and the...

you can't wrap a hook in a try catch. That violates the rules of hooks.

I stopped using reactfire for this and used the base firebase constructs and it fixed a few issues in our app.

My team is experiencing this issue as well. It seems trivial to create this scenario that it shouldn't get held up by a video. 1. create a repo, push a...

> @steveoh Curious! I've had issues with rebasing as well! Can you tell me if your commits have a `#` at the beginning? I noticed when a hash symbol is...

https://cloud.google.com/docs/buildpacks/nodejs#executing_custom_build_steps_during_deployment says that it should only run a script called `gcp-build`. my build failed when trying to run npm build. Even with a procfile with other instructions. my work around...

> @steveoh would you be able to share your Procfile? setting the environment variable should work. yeah it's super simple > web: node index.js

The docs already call out a `gcp-build` npm script. I don't see why calling `build` needs to also happen?