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

Support Params as inputs in eventTrigger #168

Merged
merged 4 commits into from
Sep 8, 2022
Merged

Commits on Sep 6, 2022

  1. Support Params as inputs in eventTrigger

    The api of the manifest changed in firebase-functions@3.23. Some inputs
    have been updated to be `T | Expression<T>`.
    TheIronDev committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    801062c View commit details
    Browse the repository at this point in the history
  2. prettier

    TheIronDev committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    cbe6e25 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Updates per PR feedback

    TheIronDev committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5c501a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff9b59 View commit details
    Browse the repository at this point in the history