Hello guys,
how may I add a feature to my flutterflow app that gives my authenticated users a free trial to use my service before they pay? [either 7 days, or a count of how many free orders they can make] There is a "isMember" boolean in my users collection that I am using to restrict who can and can not use the app, and while the app is a subscription service, I integrated another payment provider (one native to my country) through an api call, which doesn't have a subscription feature, so connecting the logic to make sure someone that paid can get their status changed from "isMember" = false to true. Any ideas?