Replies: 4 comments 30 replies
-
I would be shocked if it worked. It's on my wishlist to provide that but I haven't had time. |
Beta Was this translation helpful? Give feedback.
-
I'll take a look to see if the underlying Firebase Cocoapods dependencies actually support tvOS. If so, then we can probably do this. |
Beta Was this translation helpful? Give feedback.
-
Hello guys, as I see you merged support for tvOS, but i can not manage to build project with React Native CLI 0.77 and RNFB v. 22.2.1.
I added in Podfile
And import Firebase and FirebaseApp.configure() in AppDelegate.swift pod install --repo-update works fine, but after that when I am running buid ios, i got a tone of errors like on a screen Here is my full Podfile
Maybe you know what i missing? Can you help me here please? @mikehardy @adamkoch @douglowder |
Beta Was this translation helpful? Give feedback.
-
Not sure if this will be much help, but I find our set up to be quite fragile and breaks easily. Once it's working I don't touch it unless I absolutely have to. My current set up uses:
I am NOT on the RN new architecture. I did try to upgrade to it in the past but it broke things pretty badly. Granted I didn't spend that long working on it. I also use Expo and its managed workflow which generates the ios directory on the fly so I'm not configuring my podfile myself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying build a tvOS application for the Apple TV, react-native-firebase doesn't seem to have support forfor tvOS, �does it?
Beta Was this translation helpful? Give feedback.
All reactions