thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.84k stars 871 forks source link

[BUG]: Unable to integrate Firebase #325

Closed farry19 closed 1 year ago

farry19 commented 1 year ago

react-native environment setup

Description

I am unable to install Firebase SDK using flipper as it required use_frameworks! and when i switch my Pod file to use_framweorks, app building fails.

Version

3.0.0

On which OS this issue appear on?

Desktop OS

Monterey 12.6

JeremyDolle commented 1 year ago

Hello @farry19 ! I am sorry for the delay !

Yes it's a known issue and not a boilerplate issue. Firebase needs the use_frameworks! in podFile but Flipper don't work if there is this line. You have two solutions:

Hope it's help