Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web support #498

Closed
jpiabrantes opened this issue Oct 14, 2022 · 3 comments
Closed

Web support #498

jpiabrantes opened this issue Oct 14, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@jpiabrantes
Copy link

Would like to re-open this issue #162 .

My main reason to use RevenueCat is to make subscriptions easy to use and cross platform. Current solution is not easy to set up.. requires a server and everything.

@jpiabrantes jpiabrantes added the enhancement New feature or request label Oct 14, 2022
@RCGitBot
Copy link
Contributor

RCGitBot commented Oct 14, 2022

👀 SDKONCALL-148 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@codykerns
Copy link
Member

Hey @jpiabrantes,

Unfortunately, not much has changed on this front for us as of now - our SDKs focus on mobile IAPs, and so while this is on the product team's radar, web purchases will still require your own server setup in order to use Stripe. That being said, if you only need to check a user's subscription status you can use our GET /subscriber endpoint to just check their status on the web, so you don't need to implement an SDK - just one HTTP request.

I'll share this with the team as a request, but since GitHub issues is reserved for bug reports I'll close this out for now.

@percula
Copy link

percula commented Dec 6, 2022

It would be great if you could add dart support for common endpoints, so we can use these methods across all platforms. I understand that purchasing can't be supported cross-platform but it would be great if you could add dart support for non-purchasing endpoints that don't require a secret API key, including:

  1. Getting or creating subscriber
  2. Updating subscriber attributes
  3. Add user attribution data
  4. Get offerings

Currently in my code base, I have a bunch of if(kIsWeb) { // use RC REST endpoint here } else { // use RC SDK }. If these 4 things were in the Flutter SDK, it would save a bunch of headaches for us Flutter devs and clean up a lot of our code.

Thanks for making RevenueCat and for considering this request 🙂.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants