You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @redbullzuiper! This was an early design choice made when building this library. Unfortunately to fix it now it'll require refactoring how the Collections and Sub-collections are accessed to which I don't have the required the time now.
Happy to reviewing this if anybody wants to jump in though
I think it a bit wierd that we cannot use the
id
field in acollection
, it must be astring
and cannot be a number.The explaination as to why is in my opinion a bit wierd.
https://github.com/wovalle/fireorm/blob/master/docgen/Core_Concepts.md
In firestore the
id
is saved as_id
, why not implement it like that? Not be able to use annumber
asid
is pretty inconvenient.The text was updated successfully, but these errors were encountered: