firebase-react-native-sample
firebase-react-native-sample copied to clipboard
Using React Native with Firebase
=== BUILD TARGET RCTLinking OF PROJECT RCTLinking WITH CONFIGURATION Debug === Check dependencies === BUILD TARGET RCTVibration OF PROJECT RCTVibration WITH CONFIGURATION Debug === Check dependencies ** BUILD FAILED **...
I get this error while running on windows machine. React native version info D:\sample-app>react-native --version react-native-cli: 2.0.1 react-native: 0.29.2
Hi, I follow the guide but got that error. Please help. ```javascript import React, { Component } from 'react'; import { Text, View, ListView } from 'react-native'; import * as...
firabse worked correctly and after 1-day did not work. I faced this problem there days ago.but it was done without any reason. I having this problem again. I don't know...
It has been announced that as of the release of Firebase 3.1.0 Firebase Authentication works with React, however I've found myself having a lot of problems, I haven't gone through...
I am getting this dex error after I tried out this firebase. No idea how to solve it. `"dependencies": { "react": "16.0.0-alpha.12", "react-native": "^0.47.2", "react-native-google-signin": "^0.11.0", "react-native-photo-view": "^1.4.0", "react-navigation": "1.0.0-beta.11",...
Hey there! I've tried Firebase 3.2.0 on Android in my own react native project and I seem to be running into trouble! I've setup my config, initialized the app, and...
The sample code in styles.js was cut and pasted into my react-native app for iOS with ES6 enabled in .babelrc. It resulted in a wasted afternoon of react-native redbox errors...
Should we just do this? ```js const React = require("react-native"); const firebase = require("firebase"); // Initialize Firebase const firebaseConfig = { apiKey: "", authDomain: "", databaseURL: "", storageBucket: "", };...
Hi David, I'm new react-native and firebase. I've seen some of your post online and I know you work very with Firebase. I'm looking for an example react-native app using...