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

allow users to select firestore databases other than the default #15221

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

andz-bb
Copy link
Contributor

@andz-bb andz-bb commented Dec 19, 2024

Description

Currently the firestore connector can only use the (default) firestore DB. In cases where a user has more than one db, this allows them to specifically connect to one of them by id. The (default) is added by default. For visibility in cases where a connection setup already exists, the field now shows with (default) as a placeholder in the datasource config fields. To allow this, I have had to add support for configurable placeholders on each relevant config field type.

Screenshots

before
image

after
image

Launchcontrol

add support for database selection in firestore connector

@andz-bb andz-bb requested a review from a team as a code owner December 19, 2024 16:31
@andz-bb andz-bb requested review from samwho and removed request for a team December 19, 2024 16:31
Copy link

qa-wolf bot commented Dec 19, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link
Member

@shogunpurple shogunpurple left a comment

Choose a reason for hiding this comment

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

LGTM, nice work!

@andz-bb andz-bb enabled auto-merge December 19, 2024 16:36
@andz-bb andz-bb merged commit 45f2ec3 into master Dec 19, 2024
20 checks passed
@andz-bb andz-bb deleted the firestore-improvements branch December 19, 2024 16:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants