Foodie
  • Introduction
  • Flutter App
    • Getting Started
    • Directory Structure
    • Change App Color theme
    • Chat with Vendor/Delivery Boy
    • Firebase
    • Firebase Phone OTP
    • Google Map
    • Running on Android Studio
    • Running App On VS Code
  • Social Login
    • Google Login
    • Facebook Login
  • Laravel Admin( Backend )
    • Getting Started
    • GUI Installer
    • Change Backend Color
    • App API
    • Payment Callbacks
    • System Settings
    • System Update & Terminal
    • Firebase
      • Firebase Database
    • Web Notification
    • Change Logs
  • Migration
    • ~ 1.3.0
    • ~ 1.5.1
    • ~ 1.6.0
Powered by GitBook
On this page

Was this helpful?

  1. Flutter App

Chat with Vendor/Delivery Boy

Customer can now chat with delivery boy or vendor.

To use the feature, you will need to make a small change/configuration to some files in the Customer flutter app.

You need to set your firebase server key to be able to allow message to be sent to vendor/delivery boy.

Go to [PROJECT_FOLDER] > lib > constants > app_strings.dart, you will see a variable called firebaseServerToken.

Change the value for that variable to your the server key gotten from your firebase project.

static String firebaseServerToken = "YOUR_FIREBASE_PROJECT_SERVER_KEY";

PreviousChange App Color themeNextFirebase

Last updated 4 years ago

Was this helpful?