# Chat with Vendor/Customer

Delivery boy can now chat with vendor or customer.&#x20;

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"**;
