Ionic 5 - Taxi Booking Platform with Firebase
  • Ionic 5 Taxi Complete Platform using Firebase - User, Driver Admin Apps
  • Why use this Starter
  • Setup and Deployment
    • Initial Dev Environment Setup
    • Running the App (Web Browser)
    • Deploying app as PWA
    • Building App on device
  • How to Use this Starter
    • Taxi Booking Complete Setup
    • Taxi User App - Setup
    • Taxi Driver App - Setup
    • Taxi Admin App - Setup
    • Testing Complete Platform
  • Platform Features
    • User App
    • Driver App
    • Admin App
  • Firebase Setup
    • New Firebase Project Setup
    • Firebase Integration Into User App
  • Extra
    • App Specific Requirements
    • Add More Features
    • FAQs
    • Firebase Setup (Ionic 4 Version)
    • Firebase Functions (Ionic 4 version)
      • Overview
      • Firebase Function in Code
      • How to Deploy Firebase Functions
Powered by GitBook
On this page
  • Feature of this app
  • Code Structure

Was this helpful?

  1. Platform Features

Admin App

Check out the pages and features of Admin app

PreviousDriver AppNextNew Firebase Project Setup

Last updated 5 years ago

Was this helpful?

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 , etc.

Feature of this app

  • Login

This page will check the authentication of driver from Firebase.

  • Firebase authentication

  • Driver details page

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

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

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

This Page show the ride details and this page is connected with firebase.

  • Pickup and drop location

This page also show the ride details and this page is connected with firebase.

  • Details of all Drivers and Users

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

The src/app/pages folder contains the code related to

  • 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/

  • rideInfo.service.ts - For all the api calls here

Uber
Ola