skip to Main Content

"You attempted to use a firebase module that's not installed on your Android project by calling firebase.app()." – React native

I followed https://rnfirebase.io/#managed-workflow guide on how to install Firebase. I created a new Expo app with: npx create-react-native-app -t with-dev-client As written in the guide. I then did npx expo install @react-native-firebase/app npx expo install @react-native-firebase/auth Having nothing in the…

VIEW QUESTION

The 'Pods-{Some Target}' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket)-Firebase – React native

Following the tutorial to install React Native Firebase package. I am constantly getting this error:- The 'Pods-{Some Target}' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket). I haven't found the concrete solution to this issue.

VIEW QUESTION

Installing React Native Firebase fails at compiling RingBuffer.swift

I am attempting to implement RNFB to my react-native project. for iOS the pods install just fine. However, when I run npm run iOS I get the following error and crash report: ❌ /Users/[Redacted]/Documents/GitHub/[Redacted]/ios/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift:19:35: reference to generic type 'Array' requires…

VIEW QUESTION

After installing react-native-firebase/app it's Build will failed in react-native ios – React native

After installing react-native-firebase/[email protected] with react-native-0.68.1 using use_frameworks! and remove flipperin the podfile of the project , but when i ran npx react-native run-ios it's Build failed The following build commands failed: Ld /Users/userName/Library/Developer/Xcode/DerivedData/-gvnovwrlbjvxedcquaumtvgvdgmn/Build/Products/Debug-iphonesimulator/react-native-razorpay/react_native_razorpay.framework/react_native_razorpay normal (in target 'react-native-razorpay' from project 'Pods')…

VIEW QUESTION

react native firebase storage – unknown error

I'm building a react native app with firebase storage and i'm trying to 1) store the image in storage, 2) retrieve downloadURL, 3) set the downloadURL string in firebase for access via the database storage().ref('users').child(userKey + '/profileImage').put(image.path).then(() => { storage().ref('users').child(userKey…

VIEW QUESTION
Back To Top
Search