Hi Guys,
I've started a pet project to learn FF by doing. Two weeks in, I've built the front end of my application.
I want to start adding functionality. It didn't occur to me to check if what I am attempting to do is even possible on FF. I've hit a wall and I'm looking for ideas.
Here's how I want my app to work:
I want my clients to be able to create an account on my app.
Upon signing up, I want to give my clients their own dashboard and a unique URL with a form.
I want my clients to then be able to share their unique urls with their users, let users create accounts, and fill out the form. The form input should be recorded and displayed on the client's dashboard.
Is this possible within Flutterflow's capabilities? How do I give my clients unique URLs and account creation capabilities? Can you point me in the right direction?