Bruz Marzolf

Results 4 comments of Bruz Marzolf

Thanks for the suggestion. I'd originally picked Firebase so that running your own backend wasn't a requirement, but integrating with Firebase is very different from typical HTTP backends, so I...

@thinklog that's great to hear! With how frequently new React Native releases come out it's definitely an ongoing effort to stay up to date, so it's encouraging to know it's...

Interestingly, when I tried enabling hot reloading I got a different error when trying to make a change in `Groceries.js`: ``` Firebase App named '[DEFAULT]' already exists ``` Based on...

@WoodyPhil I took another look at this but wasn't able to find a way around the issue with Firebase. Based on https://github.com/zeit/next.js/issues/1999#issuecomment-302244429 I tried to add a check so that...