react-native-firebase

CocoaPods could not find compatible versions for pod “GoogleDataTransportCCTSupport”

一世执手 提交于 2020-08-09 09:19:26
问题 I've installed Firebase In App Messaging according to the guide: https://rnfirebase.io/in-app-messaging/usage When I run pod install , I get this: Using firebase.json from '/../app/firebase.json' Adding a custom script phase for Pod RNFBApp: [RNFB] Core Configuration Adding a custom script phase for Pod RNFBCrashlytics: [RNFB] Crashlytics Configuration Detected React Native module pods for RNFBAnalytics, RNFBApp, RNFBCrashlytics, RNFBDynamicLinks, and RNFBInAppMessaging Updating local specs

You attempted to use a firebase module that's not installed on your android project by calling firebase.storage()

我的未来我决定 提交于 2020-08-05 05:56:21
问题 Im trying to use firebase storage on React Native using the react-native-firebase module and when y call firebase storage I get this error: You attempted to use a firebase module that's not installed on your android project by calling firebase.storage()2IM.png I have add all the necessary dependancies already. android/app/build.gradle apply plugin: "com.android.application" import com.android.build.OutputFile project.ext.react = [ entryFile: "index.js" ] apply from: "../../node_modules/react