Hiranya Jayathilaka
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.

--

--

Hiranya Jayathilaka
Hiranya Jayathilaka

Written by Hiranya Jayathilaka

Software engineer at Shortwave. Ex-Googler. PhD in CS. Enjoys working on cloud, mobile and programming languages. Fan of all things tech and open source.

No responses yet