Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Delay initialization of the Firestore client #109

Merged
merged 3 commits into from
Apr 5, 2021

Conversation

dzou
Copy link
Contributor

@dzou dzou commented Apr 2, 2021

The FirestoreImpl client must be initialized at runtime instead of build-time because it has a static Random class field; it cannot be initialized at build time.

Fixes quarkiverse/quarkus-google-cloud-services#90

@dzou dzou requested a review from a team April 2, 2021 21:36
@dzou dzou merged commit 810ce35 into master Apr 5, 2021
@dzou dzou deleted the delay-firestore-initialization branch April 5, 2021 13:41
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.

FirestoreImpl initialization needs to be delayed
2 participants