Top

Documentation

Taxido is your ultimate taxi booking solution, offering fast rides, real-time tracking, and secure payments for a seamless experience.

mobile

(1) Create Firebase Project:


(2) Setup Firebase Project:

(2.1) Android :
  1. Select an Android app in the firebase console.
  2. Write project package name and SHA-1 Key.
  3. Download google-service.json file and keep in project root directory
  4. Example Taxido(Project Name) -> android -> app
  5. Replace the file in "android/app"
  6. Update in project -> build.gradile
  7. Update in project ->android -> app -> build.gradile

(2.2) iOS:

  1. Create an IOS or Android click on Add app
  2. Select an iOS app in the firebase console.
  3. Write bundlid and APPID
  4. Download the Googleservice-info.plist file
  5. Replace the file in "ios/Runner/info.plist"
  6. Update "FirebaseApp.Configure()" in AppDelegate File
  7. Navigate to Firebase Dashboard > Project Settings > Select your iOS User APP > Copy the “Encoded App ID” value and

  8. <key>CFBundleURLSchemes</key>
          <array>
          <string>PASTE ENCODED APP ID HERE</string>
          </array>

Once you've finished Android and IOS Firebase Project. You can easily do this by following the instructions provided in the following link: Link to Angular FastKart Admin Installation Guide.