I'm using Firebase Emulator Suite to unit test my database content. Now I want to add a "make a picture" feature to my app. In the productive version the images should be stored in Firebase Cloud Storage.
Is there a way to emulate uploading and downloading data to mocking the Firebase Cloud Storage access in order to integrate this into my unit tests?
The Firebase Emulator Suite itself doesn't provide this feature.
I guess it's not a good idea to use the real productive Firebase Cloud Storage.
https://stackoverflow.com/questions/66619334/how-to-locally-unit-test-storing-images-with-firebase-cloud-storage March 14, 2021 at 06:48AM
没有评论:
发表评论