1 min readOct 12, 2020
You don't get separate instances of the database per tenant, if that's what you mean. But the tenant information is accessible from the Firebase Security Rules, allowing you to implement access control rules that govern what data is accessible to any given tenant. So for example you can have a separate Firestore collection per tenant, and specify a rule to enforce access control in a tenant-aware manner.