I'm trying to integrate Firebase into my expo app using the react-native-firebase framework which has several advantages over the regular firebase
package when it comes to react-native apps.
However, I'm running into difficulties since the instructions say I must add the GoogleService-Info.plist
to ios/[YOUR APP NAME]/GoogleService-Info.plist
, and expo apps don't have an ios folder from what I understand.
Am I pretty much screwed or is there a solution for this?