Skip to content
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

[FR]: Decrease DLL file Sizes to Avoid LFS #1116

Open
1Moazan opened this issue Sep 26, 2024 · 3 comments
Open

[FR]: Decrease DLL file Sizes to Avoid LFS #1116

1Moazan opened this issue Sep 26, 2024 · 3 comments

Comments

@1Moazan
Copy link

1Moazan commented Sep 26, 2024

Description

  1. There are currently 2 Files in latest SDK for Unity 12.1.0 Firebase which are :
    "Firebase/Plugins/x86_64/FirebaseCppApp-12_1_0.so" and "Firebase/Plugins/x86_64/FirebaseCppApp-12_1_0.bundle"

Both of these files are greater than 100 MB. As a result whenever I try to push these files on git it shows me that I have hit my 100 MB default limit per file. As a result I either have to go for paid plan or have to add LFS to my git repo giving me useless overhead over my default repo.

  1. Unity SDK has them as whole files and does not handle its division into at least 2 smaller sized files.
  2. My recommendation is to divide this file into smaller < 100 MB files to avoid unnecessary usage of LFS when Repositeries like mine does not use LFS at all. In short I should not be forced to use LFS when using Third Party SDKs.

API Proposal

No response

Firebase Product(s)

All

Targeted Platform(s)

No response

@google-oss-bot
Copy link

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

@argzdev
Copy link

argzdev commented Sep 26, 2024

Hey @1Moazan, thanks for filing. This does sound like a reasonable request. I'll go ahead and mark this as a feature request. While we are unable to promise any timeline for this, we'll definitely keep this under our radar.

P.S. For folks who find this useful, adding an emoji thumbs up on the original post can help us prioritize adding this to the roadmap.

@dcosmin-97
Copy link

any news on this? is it going to be added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants