Replies: 1 comment
-
Hi @rivaros , I ran into the same issue. It turns out this was happening because I have an abstract target. This fix worked for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, not sure if that should go to issues or its just some little thing.
So I've installed
yarn add @react-native-firebase/app
and ranpod install
and ran build several times, but I see that script phase'[RNFB] Core Configuration'
, was not added to my target.Looks like
node_modules/@react-native-firebase/app/react-native.config.js
is not processed at all.As a result of it (or maybe not) am not getting any
firebase.json
config values.Totally stuck on that part.
Beta Was this translation helpful? Give feedback.
All reactions