No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
Enabled Blaze and it still doesn’t work?
Most probably you need to set .env
from the right path, require('dotenv').config({ path: __dirname + './../.env' });
won’t work (or any other path). Simply put the .env
file in the functions
directory, from which you deploy to Firebase
.