Nodemailer error while using gmail in firebase functions
问题 I am using firebase cloud functions. I have the following setup configured. While that is working completely fine on my local machine, It's giving me an issue when run on the servers. I have tried gazillion work arounds on the internet but no luck. What is wrong with this? 'use strict' const functions = require('firebase-functions'); var admin = require('firebase-admin'); const express = require('express'); const nodemailer = require('nodemailer'); const app = express() var emailRecepient;