F
F
Foodie Delivery Boy
Search…
F
F
Foodie Delivery Boy
Introduction
Getting Started
Folder Structure
Change Color Theme
Change App Font
Change the rest App Configurations
Publish to AppStore and Playstore
Chat
Chat with Vendor/Customer
Change Log
Powered By
GitBook
Chat with Vendor/Customer
Delivery boy can now chat with vendor or customer.
To use the feature, you will need to make a small change/configuration to some files in the Delivery boy flutter app.
You need to set your
firebase server key
to be able to allow message to be sent to vendor/customer.
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"
;
Previous
Publish to AppStore and Playstore
Next
Change Log
Last modified
1yr ago
Copy link