react-native-firestack
react-native-firestack copied to clipboard
A firestack v3 react-native implementation
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...
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`
but it is present with android
I keep on getting this issue when app is offline and even when chrome debugger is disabled:  Can anybody post any solution/change for handling this issue?