-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/add google cloud firestore support #85
base: 1.7.x
Are you sure you want to change the base?
Feat/add google cloud firestore support #85
Conversation
@SimonFrauenschuh Does this also support gcp cloud storage https://cloud.google.com/storage?hl=en |
EclipseStore has no support (yet) for google cloud storage so the short answer is no because you can't use the Firestore client that is required by EclipseStore. Currently, there seems to be no direct support, but you can try using the S3Client and accessing googles XML-Endpoint. According to the documentation I've read until now there might be a change that because there is a S3-compatible endpoint you can use (Micronaut) EclipseStore for AWS S3. (Maybe this tutorial works for you? (Note: You have to use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimonFrauenschuh Thanks for the contribution.
The test FirestoreStorageSpec
is failing for me.
can you check it?
Sorry, I have a few exams right now in university, will probably take a few days (weeks). If the test is executed alone, it works, but I'll try to the tests. |
Add Support for Azure Blob Storage
Following the code and tests of the Micronaut implementation of the azure blob-storage-client, I've implemented something similar for Firebase.
Problem
All tests - if run individually - pass.
But if I run them via
./gradlew check
,FirestoreStorageSpec
fails when trying to access the firestore-emulator docker-image with the following error-message: