You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
NPM package has been rewritten and Cloud function is constructor now, so you have to change from const cloud = Cloud({args}) to const cloud = new Cloud({args})