Flowductive / easy-firebase

🔥 A Swifty solution for all things Firebase. Quickly implement Firestore and Authentication on iOS + macOS using Swift protocols and methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for subcollections?

MichealSBingham opened this issue · comments

Hi is there any support for sub-collections or plans for this?

Hi Michael, yes, there are plans for sub-collections. Currently, EasyFirebase automatically stores documents in collections based on their type. However, I'm planning on adding a way to manually specify collections, or sub-collections.

Linked to #8