Enable protobuf 3 support #242
Labels
api: eventarc
Issues related to the googleapis/google-cloudevents-python API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Raising this as we were unable to leverage the use of Firebase functions because this library is required for use and has a hard dependency on the newer python protobuf 4 version.
To solve we needed to run Cloud Run directly so that we could avoid the cloud events library which is a dependency from the firebase functions SDK.
While I believe protobuf 4 support is crucial, I think a core library like this needs to do all it can to support as wide range of protobuf as it can, as there are older packages that some times require this. Especially when it's core use is within the cloud functions SDK which does in fact support protobuf 3
The text was updated successfully, but these errors were encountered: