# Admin App

This Admin Dashboard app for taxi booking platform are made by expert UI developers to provide a great app UI for your own Taxi booking, Taxi driver and Admin Dashboard app. Now you can start your own complete Taxi platform app with these functionalities. This is a great starting point for app development, as almost all the work is done here for an MVP. All pages and components are set. Hence, all you need here is to modify the platform further as per your requirements. This app has many features common with popular apps like [Uber](https://play.google.com/store/apps/details?id=com.ubercab\&hl=en_IN), [Ola](https://play.google.com/store/apps/details?id=com.olacabs.customer\&hl=en_IN) etc.

## Feature of this app

* Login&#x20;

![](/files/-LqL6IZGVlBpmxaPYnHr)

This page will check the authentication of driver from Firebase.

* Firebase authentication&#x20;

![](/files/-LqL6Nt4irR_oFOgd7-j)

* Driver details page&#x20;

![](/files/-LqL6V0budIbeNCglVwN)

This page shows the driver details with approved or not approved tabs and this page is connected with firebase. So this is update when it's get new data

* Driver approval functionality

![](/files/-LqL6V0budIbeNCglVwN)

You can approved the driver using the toggle and this page is connected with firebase. So this is update when it's get new data

* Rides Records with route map

![](/files/-LqL6bOffUAjJMBSmn1y)

This page show the total ride history in admin panel and this page is connected with firebase. So this is update when it's get new data

* Map included

![](/files/-LqL6mXGqOWym0SvTib0)

This  Page show the ride details and this page is connected with firebase.&#x20;

* Pickup and drop location&#x20;

![](/files/-LqL6mXGqOWym0SvTib0)

This page also show the ride details and this page is connected with firebase.&#x20;

* Details of all Drivers and Users

![](/files/-LqL6wujBA5AsA-9Edfs)

This page show the all customer details in our platform and this page is connected with firebase. So this is update when it's get new data

## Code Structure

![](/files/-LqL73RWScbMOknG8ADv)

The `src/app/pages` folder contains the code related to&#x20;

* Login - Email login
* Ride history - maintain the ride history
* Driver  -  check the driver status
* Customer - show customer details

These files use service data and functions provided in `src/app/`&#x20;

* `rideInfo.service.ts` - For all the api calls here


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enappd.gitbook.io/ionic-taxi-booking-app-starter/platform-features/admin-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
