Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 606 Bytes

Ecommerce Bot template

This example was written in Javascript and requires Node.js, but you can rewrite this code to any other server-side language you want.

Click here you can find an instruction how it works step by step.

Ecommerce bot

Requirements:

  • Express.js - to simplify and clarify parsing the ongoing webhook request.
  • Firebase Functions - to deploy our code to a public HTTPS server.
  • Firebase Realtime Database - to store the order based on user session.