<!-- Thank you for contributing to the Firebase community! Have a usage question? ======================= We get lots of those and we love helping you, but GitHub is not the best place for them and they will be closed. Here are some resources to get help: - Start with the quickstart: https://github.com/firebase/reactfire/blob/master/docs/quickstart.md - Go through the guide: https://github.com/firebase/reactfire/blob/master/docs/guide.md - Read the full API reference: https://github.com/firebase/reactfire/blob/master/docs/reference.md - Try out some examples: https://github.com/firebase/reactfire/blob/master/examples/README.md If the official documentation doesn't help, try asking through our official support channels: https://firebase.google.com/support/ *Please avoid double posting across multiple channels!* Think you found a bug? ======================= Yeah, we're definitely not perfect! Please use the bug report template below and include a minimal repro when opening the issue. Have a feature request? ======================== Great, we love hearing how we can improve our products! Just remove the template below and provide an explanation of your feature request. Provide code samples if applicable. Try to think about what it will allow you to do that you can't do today? How will it make current workarounds straightforward? What potential bugs and edge cases does it help to avoid? --> ### Version info <!-- What versions of the following libraries are you using? Note that your issue may already be fixed in the latest versions. --> **React:** 0.0.0-experimental-241c4467e **Firebase:** 7.8.2 **ReactFire:** 2.0.0-rc.0 ### Test case _You may need to download the project because stackblitz won't run the new version of reactfire._ https://stackblitz.com/edit/react-d3ik8r?file=index.js ### Steps to reproduce Use the AuthCheck component or useUser hook (haven't use the other components/hooks) ### Expected behavior No error ### Actual behavior I get a TypeError: Cannot read property '_getService' of undefined