Is Cloud Function as a server for NodeJS?
Can I import any NPM package and use its feature, which will work normally in Cloud Functions? Or does it only work with google features?
I tried to make a request in a cep API. But cloud functions did not work, but on the local server it worked.