Hello Losant Team!
I was reading the documentation for the function node and I don’t quite understand how to store an external library. For example i want to store this librarie GitHub - googleapis/nodejs-pubsub: Node.js client for Google Cloud Pub/Sub: Ingest event streams from anywhere, at any scale, for simple, reliable, real-time stream analytics.. Maybe is something like this:
-Download like a zip, then extract and upload to the section file in losant?
-Finally in a node function I write const pubsub = import(file/pubsub)?
Thanks