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

A firestack v3 react-native implementation

Results 101 react-native-firestack issues
Sort by recently updated
recently updated
newest added

After installation and running the react-native run-android The app is crashing after opening. i've tried manual installation and also installation with react-native link. Neither of them works. Any idea what...

If I use the firestack instance in redux actions, then firestack debugger shows msg: **"FirebaseApp name [DEFAULT] already exists!"** and also I can't use **signInwithEmail** method. In this method response...

Hello! After I setup project and trying to start I have the same issues each time (I did this 5 times before starting write here...) What I actually did: ```...

My firebase json: {0: 'Item 1', 1:'Item 2', 2: 'Item 3'}. iOS: Firestack is returning an array ['Item 1', 'Item 2', 'Item 3'] Android: Firestack is returning an object {0:...

Noticed two issues when it comes to file meta data Upload works fine, but meta data is not showing up in firebase storage dashboard ``` firestack .storage() .uploadFile('myfilename.jpg', myfile.uri, {...

By the quick glance of README file I'm not entirely sure if features like Crash reporting / notifications etc.. are supported by firestack, this led to a question: Is there...

docs

It would be helpful to have typescript declaration file for the project. Yes, the default is flow, but typescript has many benefits.

`firestack.database().ref().child('test').path` returns `//test`

I keep on getting this issue when app is offline and even when chrome debugger is disabled: ![screenshot](https://cloud.githubusercontent.com/assets/13968787/21293189/f3116ba4-c542-11e6-814c-9824aaf2cdc3.jpg) Can anybody post any solution/change for handling this issue?