Currently, the firebase client api doesn't support react native. There are few reasons: JSC doesn't include WebSockets, so it has to be polyfilled firebase.js uses DOM stuff like document.createElement to create iframes. This isn't available in JSC either firebase.js expects to be run inside of a browser or node, and neither are quite the same as running javascript with react-native So, I essentia