Open mfreeman451 opened 6 months ago
https://cloud.google.com/identity-platform/docs/multi-tenancy-managing-tenants
Our WebUI login flow needs to set/look for a cookie containing the tenantID so we dont burded the user too much on login with a 3rd field.
Example firestore structure:
/tenants/{tenantId} /metadata { name, createdBy, ... } /members /{userId} { role, joinedDate, ... }
https://cloud.google.com/identity-platform/docs/multi-tenancy-managing-tenants
Our WebUI login flow needs to set/look for a cookie containing the tenantID so we dont burded the user too much on login with a 3rd field.
Example firestore structure: