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

The same model in many collections. #18

Open
MyisCARRY opened this issue May 16, 2024 · 0 comments
Open

The same model in many collections. #18

MyisCARRY opened this issue May 16, 2024 · 0 comments

Comments

@MyisCARRY
Copy link

Expected Behavior

@Collection<SomeModel>("placeA/*/subPlaceA/*/models")
@Collection<SomeModel>("placeB/*/models")
final modelsRef = ModelsCollectionReference();

I would receive the same model from both collections.

Actual Behavior

I get error:

Defined a collection with duplicate class prefix UserGameInfoModel. Either use a different class, or set a unique class prefix.

And when I set prefix build runner generates new separate model. Which means I would need to duplicate my business logic code even though it should use the same model.

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

No branches or pull requests

1 participant