-
Notifications
You must be signed in to change notification settings - Fork 35
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
FirestoreImpl initialization needs to be delayed #90
FirestoreImpl initialization needs to be delayed #90
Comments
@dzou do you think it's something that should be fixed upstream in the native support google cloud library or should I fixed this issue on the Quarkus side (it's easy on the extension side to delay the initialization). |
Ah, thanks for the report. @loicmathieu - Yes indeed, we will fix this on our end and I will prepare a release for you to use. |
@dzou thanks, I flagged the issue as upstream so we can easily track these kind of issue that should be fixed upstream. |
@dzou thanks for fixing it upstream. But you was a little too hurry to close this issue as it's not yet available here ;) I reopen the issue, we'll close it when the upstream fix arrives here (so when a new version of the google-cloud-graalvm-support library is released and integration here). |
Oops, sorry, didn't mean to close it here! I submitted the fix upstream; will do a new release and then upgrade the version in here. |
Fixed via #96 |
Hi, and thanks for this extension.
With:
I've tested the
FirestoreResource
on the README.md build a sample project exactly as stated on the same file. It compile to native without problem.Nevertheless adding these lines (note that the documentId is now generated):
the native compilation fails with:
This property solve the problem(see also #67):
Issue #67 is closed so I decided to reopen a new one.
The text was updated successfully, but these errors were encountered: