Hi @con,
Welcome to the community
I think you don’t need another Database for Vendors to Signup! You can use the Users collection!
Oh you are trying to make another Database for Vendors because of the Payment screen. You can have a true/false property on the Users collection like Vendor?
and add that to the form and make that as not required. Then add another blank screen like Loading
and add two screen actions for that screen :
-
Link to the Payment screen and make it as conditional only happens when the Logged in user>Vendor>is false.
-
Link to the Home screen and make it as conditional only happens when the Logged in user>Vendor>is true.
And you can add a Lottie file or a image to make the UI nice!
You can create a another true/false property like Paid?
to know if that user is a paid subscriber or a free subscriber.
And then make the actions conditional ( like only happen when Logged in user>Paid?>is true) that goes to the screens that paid subscribers have access. If it is a component you can add a visibility condition like visible if Logged in user>Paid?>is true.
For this @JL_LJ has answered! And adding a post from Victor that also help you!
You could have a collection for cities and add a relationship to the restaurants collection and you can add a drop down that connected to the cities collection and filter the restaurants collection by that drop down.
It’s on the way!
Thank you