Firebase Authentication does support multi-tenancy, but this feature is primarily accessible through the Firebase Admin SDK. There isn’t a direct option in the Firebase Console to “enable multi-tenancy.” Instead, you’d manage multi-tenancy programmatically using the Firebase Admin SDK. This SDK lets you create, manage, and delete tenants, as well as configure authentication methods for each tenant.