-
React Native Firebase should support React Native Windows and React Native macOS so that apps built with React Native Firebase can work across all react native platforms. Are there any plans to support these platforms? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Probably not; especially since it's low priority and would really a lot of work. |
Beta Was this translation helpful? Give feedback.
-
Windows unlikely. I believe catalyst works, we have a record of merging things there: https://github.com/invertase/react-native-firebase/issues?q=is%3Aissue+catalyst+is%3Aclosed This will definitely be community driven though - I don't believe anyone else is targeting these platforms at the moment and it is troublesome to support them since react-native core is on record as not wanting platforms other than android and ios in core. For cross-platform development beyond android and ios I must regretfully refer you to Flutter, where you may find the FlutterFire package of interest |
Beta Was this translation helpful? Give feedback.
Windows unlikely. I believe catalyst works, we have a record of merging things there: https://github.com/invertase/react-native-firebase/issues?q=is%3Aissue+catalyst+is%3Aclosed
This will definitely be community driven though - I don't believe anyone else is targeting these platforms at the moment and it is troublesome to support them since react-native core is on record as not wanting platforms other than android and ios in core. For cross-platform development beyond android and ios I must regretfully refer you to Flutter, where you may find the FlutterFire package of interest