auth

Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular

In this post, I will show you, how to set up a multi-tenant application with Firebase, GraphQL, and Angular. This is a common scenario for SaaS applications, as multiple tenants should be able to have their data separated from other tenants’ data and that data should be kept safe as well using proper authorization checks. …

Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular Read More »