-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add storage module for JVM #4
Comments
No blockers - ready for someone (such as yourself!) to pick up |
I can help with this. 👍 Do you guys have a slack/discord for some quick questions? I wanted to run some questions before getting started. In the mean-time if something comes up, I can put it here. |
My goal is to be able to use Firebase Storage for a Compose Desktop app. So this would be my approach.
|
No that's exactly it 👍 you can post any issues you encounter here |
I see that in the build.gradle.kts, we are exposing all the classes from all the jars.
Is this required or can we have it just use For example, today I spent an hour investigating a crash in my navigation code. The crash was due to a missing method inside the JB Navigation due to the |
This is what I have so far #18 . I still need to do some more testing. |
Yes it's required because the library consumers client code compiles and run directly against these android libraries, the code inside this project is an implementation of the android system using the standard java libraries required by the firebase libraries. |
I dont think we need all those classes though. Maybe it would be better to make it an include list for only the classes or packages that are required. Although I dont know how many those are 🤔 . |
Any library excluded from the jars will need to be added via a gradle implementation clause so the code will still compile and run |
I would really appreciate storage module implementation for the JVM target. Is there any particular blocker for this one? Thanks
The text was updated successfully, but these errors were encountered: