I need run this code: const { ethers } = require(“ethers”);
but in cloud function, how can I do this?
How about other npm package if I want to import?
I need run this code: const { ethers } = require(“ethers”);
but in cloud function, how can I do this?
How about other npm package if I want to import?