I have some notes for the new Firebase Storage component

As you may already know, the new Firebase Storage component requires that the “google-services.json” file be like many Firebase services,
But the following components also require the same file: Firebase Authentication and Firebase Remote Config.
And this raises the following problem:
I need to use several different firebase servers in my application,
I use Firebase Remote Config and Firebase Authentication and both use the same server,
But I use another firebase database to store the files (I currently use this extension: Firebase Storage v2.0 (New features) - AppyBuilder)
I would continue to use the extension but I prefer to use a component that is kodular because it has more options and also works in a simpler way (because you do not need to set the Data MIME Type)
Can you make it possible to select a unique file for each such option?