dappsnation / akita-ng-fire

Akita ❤️ Angular 🔥 Firebase
MIT License
131 stars 27 forks source link

Missing format from firestore when receiving updates #229

Closed pallehpetersen closed 2 years ago

pallehpetersen commented 2 years ago

When using syncQuery with a child query, the main query is not formatted from firestore upon receiving updates.

hakimio commented 2 years ago

@pallehpetersen might be a good idea to also target v7 branch since stable v7 release should be coming sometime soon.

pallehpetersen commented 2 years ago

How would I go about doing that? Should i create a second pull request, using the same origin (my patch-1 branch) or should I do something else?

hakimio commented 2 years ago

Yeah, you can try to use your patch1 branch and target v7 in a new PR. If you get any difficult to solve merge conflicts, you might have to create a new branch from v7 on your fork.

pallehpetersen commented 2 years ago

I will do that right away 👌

GrandSchtroumpf commented 2 years ago

Closed in favor of #231