RevenueCat subscription check

Integrations

Hi. I use RevenueCat. The user can purchase subscriptions to different products.

Is it possible to create a condition that will check if the user has at least one active subscription and if not return false?

What have you tried so far?

I can imagine a complicated way - when subscribing, add each product to the AppState list (with an expiration date = current date + 30 days) and a custom action to check if there are products in the list that have not expired. But maybe everything can be done more simply?

Did you check FlutterFlow's Documentation for this topic?
Yes
2
4 replies