firebase / firebase-admin-java

Firebase Admin Java SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
538 stars 264 forks source link

[FR] Firebase Storage Emulator Support #871

Open HappyEmu opened 11 months ago

HappyEmu commented 11 months ago

As per https://firebase.google.com/docs/emulator-suite/install_and_configure#admin_sdk_availability the current version of the Firebase Admin SDK for Java does not yet provide support for Firebase Storage Emulator.

Indeed, even after setting FIREBASE_STORAGE_EMULATOR_HOST in my environment as per https://firebase.google.com/docs/emulator-suite/connect_storage#admin_sdks, that endpoint is simply ignored and requests are still sent to the usual remote URL(https://storage.googleapis.com/storage/v1...)

Is there a rough time horizon, in which this feature will be implemented?

google-oss-bot commented 11 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

eracoding-de commented 7 months ago

Would like to know this, too.