firebase-react-native icon indicating copy to clipboard operation
firebase-react-native copied to clipboard

App fails on "Home" page after login, complaining "firebase" not defined

Open SirBryan opened this issue 9 years ago • 0 comments

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).

SirBryan avatar Feb 14 '17 06:02 SirBryan