[cloud_firestore_odm] How can I model polymorphic relations in firestore ODM #11135
Unanswered
suhairhassan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an a activity collection with different types. Activity may be checkin, travel, or flight. Checkin might have its own properties different from travel or flight. They will have their own type of sub collections. Is it possible to model these type of hierarchy with their own subcollections? What are the recommendations?
Beta Was this translation helpful? Give feedback.
All reactions