firebase-react-native
firebase-react-native copied to clipboard
App fails on "Home" page after login, complaining "firebase" not defined
When trying to run the demo, the debugger complains that "firebase is not defined".
A look at ./includes/views/home.js shows that this line is missing:
import * as firebase from "firebase";
This is referenced in one of the pull requests (the only one as of this writing).