From 67f7a9395bc7ad4ef02c24ead802997ded7d61bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ca=C5=82us?= Date: Thu, 1 Oct 2020 11:16:45 +0200 Subject: [PATCH] Add firebase functions to the plugin marketplace (#2696) --- microsite/data/plugins/firebase-functions.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/firebase-functions.yaml diff --git a/microsite/data/plugins/firebase-functions.yaml b/microsite/data/plugins/firebase-functions.yaml new file mode 100644 index 0000000000..097ef00e50 --- /dev/null +++ b/microsite/data/plugins/firebase-functions.yaml @@ -0,0 +1,9 @@ +--- +title: Firebase Functions +author: roadie.io +authorUrl: https://roadie.io/ +category: Monitoring +description: View Firebase Functions details for your service in Backstage. +documentation: https://roadie.io/backstage/plugins/firebase-functions +iconUrl: https://roadie.io/static/49fb23200ad0eaa6703b4ddf75c78cf1/45f2b/logo-vertical.png +npmPackageName: '@roadiehq/backstage-plugin-firebase-functions'