Start countdown upon sign up

Hi,
I’m trying to use the countdown component to create a free trial (with no credit card needed) for users in my app. They will automatically get full access when they sign up, to be downgraded to the free plan access in 30 days. Any ideas on how I can trigger the countdown component upon sign up and have it keep going until the 30 days have elapsed?
Would appreciate any tips.

I’m not sure you would need the countdown timer for this. You would actually just control which screen they see based on the created time of their user record. For instance, add an action to the home screen that immediately sends them to a “Please pay” screen if the created date of their user record is over a month ago.

1 Like

Thank you! That helps a bit deal

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