I am very new to thunkable teaching my kids to develop an app for a competition. I have been gong through so many tutorials and reading this forum but I think I didnt get any direct answers. I want to teach a simple solution for kids (10 yr old) for the problem below.
User enter the type of help he needs - Example: Grocery pick up, address, zip code, Date and Time.
Volunteers - able to see the list of help needed submitted by the users.
Is it easier to use LocalDb for this or should I use firebase. Firebase sems to be complicated with get data which has parsing of data.
Do you have example of saving data for user in the table and another user able to look at the data entered by all users.
Please let me know if you need any other details.
For ease of use, Iād make two apps. One for the volunteers, and one for those in need of volunteers
App 1 - distributed to those in need
People can sign in and add a request to a list. ( stored in firebase)
People could leave FB about their volunteer experience
App 2 - distributed to volunteers
Sign in and see a bull item board of all available volunteer gigs (Retrieved from airtable and using the anycomponent blocks to create all available gigs)
In your blocks add a listener for firebase for value changes to change a gig from āavailableā to ātakenā so two people donāt show up to the same gig. This will force the app to autoupdate those available/taken signals
You would choose one or the other. I use airtable for storage/retrieval because its easier IMO than when using firebase.
You could definitely do 1 app with 2 screens. You could do it all on one screen if you wanted to be fancy and use dynamic content/components! Thatās all up to you. I was thinking to keep it clean and basic you could use two different ones but they could also be all in one. Either way! Together makes more sense now that Iām thinking it through. I was originally thinking of something like an āadminā app or admin capabilities and the utility of a secondary app for those needs.
Thanks for bringing this question to the community and keep coming back!! Iām (as are plenty of others who are better than I) happy to offer my suggestions! I rely on the community and the admins for support and am always happy to return the love!