how to make get request firebase cloud functions
问题 I am developing an app and I want to send my user coordinate from firestore to locationiq.com to get details and then write it in firestore I am using firebase cloud function to make GET request but I think it fails can someone help me with the code I am getting this error Function returned undefined, expected Promise or value const functions = require('firebase-functions'); const request = require('request'); const admin = require ('firebase-admin'); admin.initializeApp(); // Create and