Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Branched off of master and fixed merge errors in the pxbproj file that was causing a build failure after the latest merge
FINALLY was able to properly link react-native-firebase (v6 their newest one)
I also needed to reconfigure the podfile because properly linking react-native-firebase was causing other problems with the way React and other foundational libraries were being installed as the app was built. I came across this in the React-Native docs but the package-linking was failing. So, I found various other versions on stack overflow and the like and finally landed on a combination of things I found here. (It was also helpful to delete
ios/Pods
andios/build
every once in a while after trying a bunch of pod installs.)LOTS of trial and error, but it seems to be building okay AND I'm getting our
words
document logging in the console. Phew.FYI, I needed to update my operating system AND xcode to get this all working properly, which was a pain and you may have to do this also, but I am not sure.