yamankatby / firebase-extensions

A collection of Firebase Extensions designed to help you build better apps faster.
Apache License 2.0
33 stars 1 forks source link

Support Arrays in Source Field #53

Open Meistercoach83 opened 1 year ago

Meistercoach83 commented 1 year ago

Can this app be updated to support array fields as a source, too?

yamankatby commented 1 year ago

Hey @Meistercoach83,

Thank you for raising this issue, can you please provide more explanation about the limitation you are facing? And in which extension?

Meistercoach83 commented 1 year ago

Hey! Thanks for your response. Following situation: I have a field with assignedArticles which is defined as an array with { id, title, author }[]. So when I try to update one item in that array the associated article should be updated, too.

yamankatby commented 1 year ago

Hey @Meistercoach83,

Can you please mention which extension you are using? firestore-connect-document | firestore-one-to-one

Meistercoach83 commented 1 year ago

Oh, sorry...of course ;) firestore-connect-document

yamankatby commented 1 year ago

Hey @Meistercoach83!

Thank you for your feedback 🙌 I've added it to the tracking project to be investigated, I'll keep you informed.

yamankatby commented 1 year ago

Hey @Meistercoach83,

I have taken a look into your issue and I think it requires another extension I'm planning to implement soon, here is it 👉 #54. Can you please take a look into it and confirm if it is fit your needs?

Meistercoach83 commented 8 months ago

any news here :)?