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 firebase-functions version to include updated types #139

Merged
merged 3 commits into from
May 6, 2022

Conversation

TheIronDev
Copy link
Contributor

This commit updates the version of firebase-functions to be the version of firebase-functions that includes the updated @type definitions.

The parent branch (inlined.type-fixes) has already made the necessary type changes.

Without this, the type definitions may have a mismatch between whats defined in 3.20.* and 3.21.*.

@TheIronDev TheIronDev requested a review from inlined May 6, 2022 03:29
Base automatically changed from inlined.type-fixes to master May 6, 2022 16:02
inlined and others added 2 commits May 6, 2022 11:37
This commit updates the version of `firebase-functions` to be the version
of `firebase-functions` that includes the updated `@type` definitions.
@TheIronDev TheIronDev force-pushed the tystark.type-fixes-continued branch from accbd5b to 778eb8c Compare May 6, 2022 16:38
@TheIronDev TheIronDev closed this May 6, 2022
@TheIronDev TheIronDev reopened this May 6, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@TheIronDev TheIronDev merged commit 236902a into master May 6, 2022
@@ -21,7 +21,7 @@ export const alertsAppDistributionOnNewTesterIosDevicePublished: MockCloudEventP
createTime: now,
endTime: now,
payload: {
'@type':
['@type']:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: the brackets here read a little funny. You only need the brackets if you need to evaluate the value in the brackets to get a real key name. E.g.

const keyName = '@type';

payload = {
  [keyName]: 'type.googleapis.com/...'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants