Elie Toubiana
Elie Toubiana

Reputation: 33

React Native and Firebase

I just started to play around with Firebase and React Native, and I noticed 2 major problems:

  1. React Native seems to break debugging in Chrome

pic

  1. I get a Network error when tyring to use the createUser call.

Otherwise the integration seems to be awesome!

Upvotes: 1

Views: 625

Answers (1)

okmttdhr
okmttdhr

Reputation: 189

For 1, You can use Firebase 2.2.7.

https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/firebase-talk/aoPNvQQsVUE/Kh1E5rjrCAkJ

It said that this is fixed with the latest release we just put out (2.2.7). And this issue was closed. https://github.com/facebook/react-native/issues/1149

Upvotes: 2

Related Questions