Skip to content

Skills for Cloud Functions #85

Description

@fuleinist

Problem statement

There is no dedicated skill for Cloud Functions (Node.js or Python) in the firebase/agent-skills repo. Users who want to use agent skills for cloud functions development have no documented reference.

Proposed solution

Add a new skill directory skills/firebase-cloud-functions-basics (or similar) that covers:

  • Deploying a function using firebase deploy --only functions
  • Triggering functions via HTTP, Pub/Sub, or Scheduled triggers
  • Setting environment variables and secrets
  • Testing functions locally with firebase emulators:start
  • Integration with the Firebase UI console

Use case

A developer building a Firebase cloud function can use this skill to understand the correct commands and patterns for deploying, testing, and integrating with other Firebase services.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions