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

Add app-check-interop-types dependency to database #7827

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Add app-check-interop-types dependency to database #7827

merged 1 commit into from
Nov 30, 2023

Conversation

hsubox76
Copy link
Contributor

An import of @firebase/app-check-interop-types was added to the standalone entry points (consumed by admin-node) in #7258

This dep wasn't getting installed when consumed by the admin-node package because admin-node only installs @firebase/database-compat and not the umbrella firebase package.

In this PR the dep is being added in @firebase/database but will be installed transitively as database-compat depends on database. This is already working for auth-interop-types. We just need to add app-check-interop-types in the same place.

Copy link

changeset-bot bot commented Nov 30, 2023

🦋 Changeset detected

Latest commit: 5415ac1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@firebase/database Patch
@firebase/database-compat Patch
firebase Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@hsubox76 hsubox76 marked this pull request as ready for review November 30, 2023 17:47
@hsubox76 hsubox76 requested review from a team, maneesht, jsdt and jmwski as code owners November 30, 2023 17:47
Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

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

Thank you!

@google-oss-bot
Copy link
Contributor

@google-oss-bot
Copy link
Contributor

@hsubox76 hsubox76 merged commit 0ecaf6c into master Nov 30, 2023
33 checks passed
@hsubox76 hsubox76 deleted the ch-aci branch November 30, 2023 19:45
@google-oss-bot google-oss-bot mentioned this pull request Dec 4, 2023
@firebase firebase locked and limited conversation to collaborators Dec 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants