Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CloudEvent types #1089

Merged
merged 2 commits into from
May 2, 2022
Merged

Update CloudEvent types #1089

merged 2 commits into from
May 2, 2022

Commits on Apr 30, 2022

  1. Updates to exported CloudEvent Types.

    This commit makes several updates to the exported CloudEvent types.
    
    * Billing types include a notificationType
      * [Link](https://github.com/googleapis/google-cloudevents/blob/main/proto/google/events/firebase/firebasealerts/v1/cloud_event_payload.proto#L132-L133)
    * Crashlytics have more documentation on fields
    * Storage has an exported `StorageEvent` which includes the bucket.
    * Storage function api references `StorageEvent` to better match to expected output.
    TheIronDev committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    138023f View commit details
    Browse the repository at this point in the history
  2. Fixed NPE issue for Storage without Config

    Updated more signatures to optionally expect a bucket.
    TheIronDev committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    a802869 View commit details
    Browse the repository at this point in the history