react-native-firestack
react-native-firestack copied to clipboard
A firestack v3 react-native implementation
Hi, I can not run my app on ios simulator using react-native-firestack. Here are the steps I followed. 1. Created a project with **create-react-native-app** 2. Installed react-native-firestack with **npm i...
 above here is the attached photo.... hi new here, i apologize if i can't say much as am still learning as i attempt to execute the project i encounter...
iOS is fine. Android crashes immediately anytime this call is made: ``` firestack.analytics.logEventWithName("home_view") .catch(err => console.log('You should never end up here')); ``` am using: ``` "name": "react-native-firestack", "version": "2.3.9", ```...
i am making an android app i am getting this error please give me the solution Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define...
I am making a android chat app . I am getting this error Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/internal/zzblr; Please help...
**Reproduction:** - ./gradlew assembleRelease - install app_release.apk to GenyMotion / real devices - click to the app to launch - app crashed Ps: debugging apk just works fine. **Logcat:** on...
hi, another seeming showstopper. Has anyone seen this issue, where the Firestack (Firebase) iOS lib runs perfectly fine on simulator and fine on some iOS devices, **_but receives no data...
I'm getting the following error after performing react-native link react-native-firestack: Execution failed for task ':app:processDebugResources'. ` java.io.IOException: Could not delete path 'C:\Users\######\project\android\app\build\generated\source\r\debug\android'.`
signInWithCustomToken works perfectly in ios device but somehow not running on android.
Hello, I wanted to know if the project is being worked & if it is stable for production use. Thanks for the great work.