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

DM-47716: Avoid creating Firestore clients on every request #1160

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

rra
Copy link
Member

@rra rra commented Nov 21, 2024

Stop creating a Google Firestore client for every request, since creating the client does some authentication setup. Instead, create a single client and reuse it for the lifetime of the process.

Stop creating a Google Firestore client for every request, since
creating the client does some authentication setup. Instead, create
a single client and reuse it for the lifetime of the process.
@rra rra enabled auto-merge November 21, 2024 16:17
@rra rra merged commit fa7896e into main Nov 21, 2024
5 checks passed
@rra rra deleted the tickets/DM-47716a branch November 21, 2024 16:24
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.

1 participant