octabytes / FireO

Google Cloud Firestore modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore
https://fireo.octabyte.io
Apache License 2.0
250 stars 29 forks source link

Ability to "attach" to an existing collection specifying its name #79

Closed tonjo closed 3 years ago

tonjo commented 3 years ago

As in title, I would like to create a model that reflects an already created collection. I think it would be quite common, but I could be wrong. Generally, it would be nice creating a model specifying a collection name.

AxeemHaider commented 3 years ago

You can create model and attach with your existing collections. You can name your model whatever you want. check Meta Class -> collection name

Also check Missing fields