react-native-firestack
react-native-firestack copied to clipboard
A firestack v3 react-native implementation
Really need someone's help to figure this one out. Our app has started crashing on device, but during dev all is good on sims. Narrowed it down to the listenForAuth...
I didn't see it in the Firestack documentation. https://firebase.google.com/docs/analytics/ios/properties
I've been working so far with IOS (Simulator and device) and android nexus 5 (simulator) with android version 6.0. Now I've got a Samsung a3 for testing, android 6.0.1 and...
If the `play-services-base` dependency version requirement is "soft", then so should the firebase dependencies as they all need to be on the same version so as not to get the...
 Getting this RSOD when installing to Android. Have gone through the installation instructions and everything is set up. Anybody had similar problems and/or knows how to resolve this?
Hello I encounter a problem where I can't upload file into firebase storage this error come out `An unknown error occurred, please check the HTTP result code and inner exception...
Hello I'm still learning I got an issue to download url from the FIrebase Storage. I did upload some file in firebase storage and try to download the url. I...
I am not too familiar with Objective-C however, I was having this issue where createUserWithEmailPassword, was returning code:"" and message:"". While debugging the FirebaseAuth file I noticed the discrepancy in...
When a google-services.json is provided, Firestack auto-configures itself (see [this article](https://firebase.googleblog.com/2016/12/how-does-firebase-initialize-on-android.html)), so there is no way to pass custom options afterwards. Removing the google-services.json didn't solve the issue, since building...