Documentation
    Preparing search index...

    Concrete implementation adapting Firebase / Google Cloud platform functions and triggers.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _isInitialized: boolean = false
    _params: any

    Methods

    • Returns void

    • Registers a new Firebase HTTPS/HTTP function.

      Parameters

      • func: any

        The cloud function handler logic.

      • params: HttpsOptions = DEFAULT_HTTPS_OPTIONS

        Resource options (memory, timeout).

      Returns HttpsFunction

      The constructed HTTPS function.

    • Registers a Firebase Storage finalized trigger.

      Parameters

      • func: any

        The execution callback payload.

      • eventType: BackendAction

        Event tracking action (e.g. CREATE).

      Returns CloudFunction<StorageEvent>

      The generated CloudFunction event handler.

      If action type is unknown.