Hello there i want to develop a eCommerce system in b4x which uses Firebase as authentication and database.
with support of payment gateway.
what i have done so far (with help , tutorials on the forum .thanks to members and admin)
1: authentication part > authentication of user with phone or google
2: payment part > loading url of gateway and returned back if payment success or cod
3: database part > here i want 2 apps one for admin(put operations) and one for user (get operations) need help in both part
what i want is a class name item which has 2,3 images of item ,one text box which has description of product , one integer with price, one integer with quantity in database
and one more class user which has user address as text user phone number as integer etc stored in database
which will be fetched in b4x app and if selected goes into cart and then to payment gateway for payment if success return to home page of app
is this feasible approach ?
any help i can get or some source to study or some good advice thanks for reading
looking forward for your suggestions.