-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
kind/enhancementNew feature or requestNew feature or request
Description
Hi,
I'm moving over some of my Pub Sub endpoints to functions_framework
(from firebase_functions_interop
), I've just started with the package so still finding my way around. I've seen support for CloudEvent
(which are new to me) and I'm wondering if I can use those to parse pub sub messages ?
I see a mention of parsing the pub sub message data structure as a CloudEvent here:
#1 (comment)
There is a CloudEvent
class included in this package, do I need to make a new similar class for PubSubMessage
? I think doing that I might be complicating the situation as I might be able to use the existing CloudEvent class (perhaps with like the schema for pub sub messages)
If this is feasible, this might be a really cool thing to include an example for?
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request