Database Problem !Help!

Hey, I am making an app where customers will select the nearby service and give their order, But I thought of using airtable and keeping the column name as the provider and the request of customers will be saved in the row of providers column. So I can show it in the provider’s app but I got to know that I can’t change the column name from app And I have to save it manually, So please tell me the alternative.,
Thank you so much.:slightly_smiling_face::slightly_smiling_face:
-Riya

1 Like

There are few alternatives in existence.
I think you can make it in two ways :-
1.Using Firebase
2.Using MySql Database

Using Firebase>>>>
Firebase gives you option to make a project bucket under a project bucket so first configure names of providers then by taking providers as project bucket add customers.

Using MySql Database>>>>
MySql is a bit secured than firebase so you can think of MySql.It does not provide feature to add project bucket but it gives you to add tables.Make tables of providers and add customers to it or other that you want.

Can you show me how to do it in firebase or mysql ,
Thank you so much for supporting:relaxed::relaxed:
-Riya

You can find a lot of tutorials on youtube.Otherwise you can look at these :-

2 Likes