Storage emulator support
See original GitHub issueFirestore has property spring.cloud.gcp.firestore.emulator.enabled
. Is there a way to configure spring app, that could let it know, to not use GOOGLE_APPLICATION_CREDENTIALS
path variable, but connect to storage emulator on localhost?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Use the Azure Storage Emulator for development and testing ...
The Microsoft Azure Storage Emulator is a tool that emulates the Azure Blob, Queue, and Table services for local development purposes. You can ......
Read more >Connecting to the storage emulator | Microsoft Windows Azure ...
The Windows Azure SDK provides a compute emulator and a storage emulator that work in a development environment to provide a local emulation...
Read more >How to clear Azure Storage Emulator - eduCBA
Help : We need to script /help at the command prompt for displaying the list of options for Storage Emulator operations. Start Your...
Read more >Upgrade Azure Storage Emulator on D365FO OneBox Without ...
The new version of the emulator is now called Azurite, which now provides cross-platform support on Windows, Linux, and macOS. Azurite ...
Read more >Does Azure Storage Emulator Support File Shares?
From the docs. The File service and SMB protocol service endpoints are not currently supported in the storage emulator.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can create a custom
CredentialsProvider
(for example, to returnNoCredentials
) to turn off environment detection of credentials. To use a custom storage backend, you can override this bean.What GCS emulator are you using?
Hi @mateuszsokolski, currently the storage emulator (which is a part of the firebase emulator suite) is not supported by non-firebase storage clients. For further reference, please have a look at https://github.com/googleapis/java-storage/issues/875, https://github.com/googleapis/nodejs-storage/issues/1473 and https://github.com/firebase/firebase-tools/issues/3508