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

Multitenancy support #98

Closed anisrfd closed 3 years ago

anisrfd commented 3 years ago

Isn't fireO support datastore mode? I need multitenancy support. So, if it is supported then please provide an example.

AxeemHaider commented 3 years ago

FireO use google-cloud-firestore under the hood which is specially design for firestore if google-cloud-firestore is not support datastore mode then the FireO will also not

anisrfd commented 3 years ago

Does fireO support multitenancy?