Firebase revenue cat and in-app subscriptions

I need to understand this logic

I have firebase authentication in my app and planning to implement in app purchases.

Is revenue cat in-app purchase subscription tied to firebase authentication account or they are tied too a device (for example Google Play signed account?)

How do you guys handle this?

Thank you

RevenueCat is not inherently tied to Firebase, this is something you would have to set up on your own. Purchases are linked to the individual store (Apple App Store or Google Play Store) account your user purchases the product(s) with.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.