0

I’m using react native, I am trying to start my iOS app. It has React native firebase SDK. Please help. I have already initialized firebase in the app delegate

enter image description here

2 Answers 2

1

please verify the installation steps

# Install & setup the app module
yarn add @react-native-firebase/app

# Install the messaging module
yarn add @react-native-firebase/messaging
#Update pods
pod install --repo-update   
#Insert this to Podfile
$FirebaseSDKVersion = '6.0.0'
#Install changes
pod install --repo-update   
# If you're developing your app using iOS, run this command
cd ios/ && pod install

https://rnfirebase.io/messaging/usage

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for the suggestions. Still having issues.
0

seems your firebase module not installed correctly. following this link for install config your firebase : Link

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.