So i want to have a few students send me question i give induvial reply do i have to have a separate database for each student? i don’t want to use firebase will be using airtable in a webapp
Hello @kizzy
You can do this with one database using a column that will have the kid id.
To have separate data sources, you will need to create all the databases in advance and connect them to your project.
Hi thanks that is what i want but i dont know how to go about doing it is there any sample project?