Lahiru Maramba
Lahiru Maramba
Closing due to inactivity. We can reopen later if needed.
Closing due to inactivity
Hey everyone, thanks for your patience on this. We have had some previous discussions on the library size (see #273), and as you mentioned above, using Maven exclusions is the...
Closing due to inactivity
Closing due to inactivity.
> Hey @bhackstock you at the right place! I can't promise you a timeline, but this is a feature that we currently have on our roadmap. Stay tuned! :)
You can probably set the emulator environment variable in the code and remove once you initialize the production app. Something like below: ```js process.env.FIRESTORE_EMULATOR_HOST = 'localhost:8080'; const localApp = initializeApp(...
Closing due to inactivity.
Hi @mohitCodepy Thank you for your interests in contributing to the codebase! Please refer to https://github.com/firebase/firebase-admin-python/blob/master/CONTRIBUTING.md for more information about how you can contribute to this project. You will need...
If setting `STORAGE_EMULATOR_HOST` works that means emulator support is now added to the storage library. We still need to map `FIREBASE_STORAGE_EMULATOR_HOST` to `STORAGE_EMULATOR_HOST` internally in the Admin SDK. The change...