Can you help me with suggestions about how to create a transportation app so can the customer choose the travel and the location can be added automatically in a list of all orders so thew drivers can check the list and accept what is near to him with the navigator?
SteveJG
November 25, 2024, 1:36pm
2
Use a FirebaseDB (or CloudDb using a Redis server)
Use Navigate component
you will be building a VERY complex app for which you need lots of skills.
You might wish to see these links for ideas:
Sorry, I thought I answered your question. I assumed you meant you wanted to create an app to start a taxi service ( A taxi, also known as a taxicab or simply a cab, is a type of vehicle for hire with a driver, used by a single passenger or small group of passengers, often for a non-shared ride. A taxicab conveys passengers between locations of their choice. Wikipedia ) and suggested some things you probably would need to do to create such an app.
Perhaps you want to create a different type o…
Here is a discussion of one way to accumulate some of the location/distance information you might need to build your app Social Distancing ... a CloudDB / Location Marker Tutorial
Use Tim's advice and use the tools in the Social Distancing app for parts of your app. Everyone who would use your service would need a copy of your app. As Tim mentions, you probably will want an ability to turn off some features for the users and allow only some features for signed in drivers.
Good luck.