Create realistic status pages for orders with automatic Shopify integration and Firebase hosting
To connect to Shopify and Firebase, you need to set up the backend server:
server.js
npm install express axios cors dotenv firebase-admin express-session
.env
SHOPIFY_SHOP_DOMAIN=your-shop.myshopify.com
SHOPIFY_ACCESS_TOKEN=your_access_token
FIREBASE_SERVICE_ACCOUNT={"type":"service_account",...}
ADMIN_USERNAME=yourusername
ADMIN_PASSWORD=yourpassword
SESSION_SECRET=your-random-secret-key
npm start
http://localhost:3000