firebase-react-native
firebase-react-native copied to clipboard
Firebase Example Using React Native
Hi @JamesMarino, I'm following your code to set up my own react-native app with firebase. But I keep getting the error: "This operation is not supported in the environment this...
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...
You can fix it by going into XCode then doubleclick on the RCTWebSocket project in your navigator and remove the flags under build settings > custom compiler flags > -Werror...