Top

Documentation

Taxido is a unique and innovative app and website that brings a range of professional taxi services to your doorstep. Whether you need a quick ride, a rental, or intercity travel, Taxido offers reliable, convenient, and efficient solutions. Taxido - your all-in-one taxi service!

Firebase Messaging :

NOTE :
Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.
Before import json in firestore database remember to give rule permission or create Firestore Data. See the Firebase Rules for create Firestore Database and how to give permission in firebase.

NOTE :
Remeber to add Firebase downloaded json file for Notification

  1. Go to your Firebase Project in that left hand side panel click on setting icon. On click Setting button pop open open. In that click on Project Settings
  2. In that click on Servie accounts. In that tab click on button Generate new private
  3. After click on button confirmation dialog will be open in that click on Generate Key button.
  4. As soon as you click on the button with your project name the .json file will be downloaded.
  5. Open the .json file in your VisulStudio or Text editor file then copy that file.
  6. Go to the firebase project -> Product categories -> Run -> Remote config. In the Remote config Click on the Create Configuration button.
  7. Add firebase_credentials key to parameter name (key) and select data type JSON. Whatever JSON file you have copied, you have to paste it in the Default value. After that Click the Save the Button.

Now go to the Firebase Social Login: Firebase Social Login.