Taxi User App - Setup
This page describes how to set up the Taxi User App with Firebase Integration.
Last updated
Was this helpful?
This page describes how to set up the Taxi User App with Firebase Integration.
Last updated
Was this helpful?
Remember to enter your own GOOGLE API KEY in the source code in the place of YOUR_API_KEY. Without this api key, many functionalities might not work, especially maps. Check the for more info
It has 3 steps which are as follows. Make sure before these steps you must have completed the :-
Running the App (Web Browser)
New Firebase Project Setup
Firebase Integration into our app
Go to section to complete this step. Here we will run our app in the development mode.
Go to section to complete this step. Here we will setup the firebase for our project, change permissions and rules, add web project and generate the required config.
This step has to be done only once in setting up the complete taxi platform.
Go to section to complete this step. Here we will setup the environment files in Ionic project to connect to right firebase instance. Previously it will have config to our sample firebase. If the connection is proper and rules and permissions are right. You should get your app working.
Now we have successfully run the User App. We need to setup Driver App to complete the next steps.
Go to the section to move to next major step.