From e20a3d09201cbc14d20b865673a1b07cb1991566 Mon Sep 17 00:00:00 2001 From: Simon M Date: Tue, 3 Oct 2023 14:17:38 +0100 Subject: [PATCH] chore(core): nx plugin submission @simondotm/nx-firebase (#19376) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index b0f6100e2b..2e76573cbf 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -423,5 +423,10 @@ "name": "@ziacik/azure-func", "description": "Generating, serving and publishing Azure Functions 4 apps.", "url": "https://github.com/ziacik/nx-tools/tree/master/packages/azure-func" + }, + { + "name": "@simondotm/nx-firebase", + "description": "Nx plugin to support Firebase Apps and Cloud Functions in Nx workspaces", + "url": "https://github.com/simondotm/nx-firebase" } ]