Driver App
This app contains the Driver functionality of the platform
Last updated
This app contains the Driver functionality of the platform
Last updated
This Taxi driver app for taxi booking platform is made to provide a great app UI for your own Driver app for taxi booking. Now you can start your own Taxi driver app with these functionalities. This is a great starting point for app development, as more than half the work is done here. All pages and components are set. Hence, all you need here is to integrate your back-end and feed in the data. This app has many features common with popular apps like Uber, Ola etc.
This page does tracking of driver and send location to firebase. Note, this is not a real-time tracking
Driver can change his status from Offline to Online and vice-versa by the toggle in header and change the status in firebase.
It will show the Driver ride history with days and price and it will get data from firebase.
In this Page driver can add the payment card.
This page will check the authentication of driver from firbase.
This page will verify the driver OTP which comes on his mobile number.
In this page driver can add his vehicle
with multiple payment methods option
This page shows the driver Documents.
This page show the notification when driver get ride, offers or etc.
Driver can edit profile and it will update on firebase.
This page show the total current requests of user and driver can pick any one of them.
Also, if you want to implement a push notification feature for booking flow, you can follow our detailed tutorial for the same
After accept the request driver can see the detail of customer and driver can call,Message and cancel the user request
Driver can chat with user directly
It will help to invite other user
Invite sharing with SocialShare plugin
This page does the driver contact list which is use to share the invite code of driver
Driver app Code Structure
The src/app/pages
folder contains the code related to
Login - Email login
Signup - Email signup
Home - Online & offline feature
Location - Get Driver Current Location
Profile - Edit Driver Profile
Customer -Request - Ride requests show
History - Show Previous Rides
These files use service data and functions provided in src/app/
auth.service.ts
- For Authentication functions
driver-status.service.ts
- For Driver status purpose
firestore.services.ts
- For CRUD functions
Camera
You can find more details on Camera integration in Ionic 4 App in our tutorial here
We have written this code for access the camera in user device.
For More Information about this plugin check out this link
Geolocation
You can find more details on Geolocation integration in Ionic 4 App in our tutorial here
We have written this code for getting driver Current location
For More Information about this plugin check out this link
In-app-browser
We have written this code for open external browser in our app
For More Information about this plugin check out this link
Background Geolocation
We have written this code for Continue update the driver Current location
For More Information about this plugin check out this link
Social-sharing
We have written this code for Share your content on user social media.
For More Information about this plugin check out this link
Launch-navigator
We have written this code for Open Google Map Navigation in user device
For More Information about this plugin check out this link
Call-number
We have written this code for open the call window in Driver device.
For More Information about this plugin check out this link