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

Was this helpful?

  1. Extra

App Specific Requirements

This page described additional requirement to run this app properly.

PreviousFirebase Integration Into User AppNextAdd More Features

Last updated 4 years ago

Was this helpful?

1. Generate your own Google Maps API key

To use Google Maps, you'll need a Google Maps API key. Don't worry, it is not paid, for most beginner purposes, but you may need to add Billing Account. Google just asks you for a valid payment method, but you'll get thousands of free API calls for free. Generate the Google App API Key from instructions given in this

After Generating Google Map API key don't forgot to enable the Direction API and Place API, GeoCoding API

After Generating Google Map API key :

  1. Go to to the app.module.ts and config.xml file

  2. Search for “Google Map API Key” and replace with our Google Map API Key

  3. In Environment.ts and Environment.prod.ts also replace the MAP API constant.

  4. Check if your app's index.html also uses API_KEY for a google script call, and replace that as well

Link