react-native-firestack
react-native-firestack copied to clipboard
A firestack v3 react-native implementation
I am getting a weird error sometimes, any idea why? Missing request token for request: { URL: https://firebasestorage.googleapis...
I got "filepath.replace is not a function" when I try to upload some picture to firebase storage. ` const firestack = new Firestack(); firestack.storage.setStorageUrl('chatapp-e4bc6.appspot.com'); firestack.storage.uploadFile('photos/1.jpg', source, { contentType: 'image/jpeg', contentEncoding:...
Hi, I'm trying to add the this package to my app. But it keeps giving the following error : :app:mergeDebugResources UP-TO-DATE :app:recordFilesBeforeBundleCommandDebug :app:bundleDebugJsAndAssets SKIPPED :app:generateBundledResourcesHashDebug 4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 :app:processDebugManifest UP-TO-DATE :app:processDebugResources UP-TO-DATE...
Getting the error "It seems something went wrong while linking. Error: spawn UNKNOWN" when I try to link on Windows 7 using the command "react-native link react-native-firestack".
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/zzbth; initFirebase(); ButterKnife.bind(this); loggedIn = isLoggedIn(); if (loggedIn) { // go to home goToHome(); } }...
Does anyone know of a write-up or know offhand of notable differences between this package and this: https://github.com/invertase/react-native-firebase ? I've been using `react-native-firestack` for some time now, but am bumping...
Hi, I'm trying to make auth via twitter using react-native-oauth. My twitter login function is bellow: ``` twitterLogin = () => { this.manager.authorize('twitter', {}) .then(response => { const {accessToken, consumerKey...
I cannot get persistence to work have the following code in my index file but it keeps cribbing about the error.. pls help what am I doing wrong... const firestack...
Hello I have created new application and i install react-native-firestack with link for android and I have a error: config / releases "dependencies": { "firebase": "^4.9.0", "react": "16.2.0", "react-native": "0.52.0",...
After installing the package `react-native link react-native-firestack` fails. The bash scripts are causing an error on windows. After removing the commands prelink/postlink in `node_modules/react-native-firestack/package.json` as per @auser's recommendation it works...