microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.49k stars 135 forks source link

I want to request a feature like in-app Purchases support, and Firebase support. #2082

Open UsamaDaood opened 7 months ago

UsamaDaood commented 7 months ago

Summary

I just wanted to know about the In-app purchases for react-native-macos support. Also when I add the Firebase then I'm facing issue to integarate the firebase.

So I'm here to request some new feature like In-app purchases.

Motivation

Basically,, I developed the macos app using react native, when I need to add the in-app purchases using react-native-iap, I were facing issues and I'm not able to resolve. That's why, I need to get that feature in react-native-macos.

Basic Example

No response

Open Questions

No response

Saadnajmi commented 7 months ago

Is there a Github issue describing what react-native-iap ran into that prevented adding macOS? I don't think we have bandwidth to help port many community libraries to macOS, but it's helpful to know what issues exist and what's blocking.

For Firebase, I think the issue is we don't support the use_frameworks command and Firebase requires that? That is a known bug and should be solvable.

UsamaDaood commented 6 months ago

Basically, I need to integrate the In app purchases for macos in react native. I'm facing issues like platform not supported. Have you any idea about that?

UsamaDaood commented 6 months ago

Is there a Github issue describing what react-native-iap ran into that prevented adding macOS? I don't think we have bandwidth to help port many community libraries to macOS, but it's helpful to know what issues exist and what's blocking.

For Firebase, I think the issue is we don't support the use_frameworks command and Firebase requires that? That is a known bug and should be solvable.

Basically, I need to integrate the In app purchases for macos in react native. I'm facing issues like platform not supported. Have you any idea about that?