This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
How can I use Cloud Tasks in frontend framework? #311
Labels
api: cloudtasks
Issues related to the googleapis/nodejs-tasks API.
duplicate
This issue or pull request already exists
type: question
Request for information or clarification. Not an issue.
I am working on a project that is using Vue as frontend and Firebase as backend. And I was trying to use this client library in Vue component. However, this error happened.
I attach my code just in case.
How can I solve this? Or doesn't this library support frontend framework? I am in trouble because I have been using Firebase for the project's backend and don't want to set up custom backend.
Currently I created a cloud function to create a cloud task and then the cloud task will trigger other cloud function. But I am wondering if I can create a task from frontend framework directly because my current way seems inefficient.
The text was updated successfully, but these errors were encountered: