firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.73k stars 3.98k forks source link

[flutterfire]: Android package name limited to 15 characters #13651

Closed arrrrny closed 3 weeks ago

arrrrny commented 4 weeks ago

Is there an existing issue for this?

Which plugins are affected?

Other

Which platforms are affected?

Android

Description

my android package name is wtf.zikzak.zikzak. Using the CLI as

flutterfire configure --project=zikzakzikzakwtf

✔ Which Android application id (or package name) do you want to use for this configuration, e.g. 'com.example.app'? · wtf.zikzak.zikz

Reproducing the issue

flutterfire configure --project='your_project' on Android try to type a package name 16 characters or longer

Firebase Core version

3.5.0

Flutter Version

3.24.4

Relevant Log Output

No response

Flutter dependencies

Expand Flutter dependencies snippet
```yaml Replace this line with the contents of your `flutter pub deps -- --style=compact`. ```

Additional context and comments

No response

SelaseKay commented 3 weeks ago

Hi @arrrrny, thanks for the report. Your issue seems to be related to https://github.com/invertase/flutterfire_cli/issues/341. You can follow that thread for updates.

arrrrny commented 3 weeks ago

@SelaseKay hope this gets fixed soon.