I would like to create a 14 days free trial on my app from the moment they create their account, and then switch them automatically like that they can’t use the app.
Can someone help me ? I don’t want to use stripe, just with bubble.
Yes it’s possible. On sign up, start trial by entering the current date on a trial_start field and an end date on a field end_date which would be current date/time +14 days. then create a workflow that will fire when current users trial end_date >= current date