Skip to main content
Question

Get CustomerInfo on web after using mobile SDK

  • January 26, 2026
  • 0 replies
  • 5 views

Forum|alt.badge.img

Hi!

 

I am using an app that has 2 parts: a web part and a mobile part (for Android and iOS). Both are generated using the same codebase with Quasar, which in turn uses Capacitor to generate the mobile apps.

To allow users subscribe on the mobile part, I use the Capacitor SDK. I want users to be able to see their customer information (current plan, renewal dates...) in the app, be it the mobile or web version.

Obtaining this information on the mobile version is easy using the Capacitor SDK. However, I’m not sure about the recommended way to obtain this info on the web part.

 

My first idea was to use the Web SDK. However, there is no way to get a “web” API key, aside from setting up the RC Billing with Stripe, which I don’t intend to use. So I plan to use the Android key.

Here are my questions:

  • Is it OK to use public API key for Android store, as in theory the customer info is shared amongst every platform?
  • Is it the idiomatic way to use the web SDK as I plan to or is there some caveat that I missed?

 

Thanks !