Trying to make a request to Paypal\'s API using PayPal-node-SDK
exports.requestPayment = functions.https.onRequest((req, res) => { return new Promise(
You need to include service account to the admin initialization. this fixed the same issue for me