Hello!
I’m a beginner with Adalo and this is my first post in the forum.
I’m currently trying to create a to-do list app for couples that allows both partners to edit and view tasks together.
The idea is that only the couple can access the app and they should be able to reference and update the same database, but I’ve hit a roadblock and would appreciate some advice.
Here’s what I’ve tried so far, but it’s not working:
- The first person to download the app (let’s say the husband):
- The husband signs up.
- After signing up, a random invite code is generated.
- The husband sends the code to his wife via email or another method.
- The wife:
- After downloading the app, she is asked if she has a code during signup.
- She enters the code she received from her husband.
- The app searches the Users database for a matching code (this is where I’m stuck… >.<).
- If a matching code is found, the app displays the same database content as her husband’s.
I would appreciate any advice, including whether this is the best method to achieve my goal!