From feed1e5f43f199d2c7439760ee159579770f5cae Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Mon, 25 Mar 2019 14:28:52 -0700 Subject: [PATCH] Add config for firebaseopensource.com --- .opensource/project.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .opensource/project.json diff --git a/.opensource/project.json b/.opensource/project.json new file mode 100644 index 0000000..d83af32 --- /dev/null +++ b/.opensource/project.json @@ -0,0 +1,19 @@ + +{ + "name": "Firebase Rules Protobuf Validation", + "platforms": [ + "Tools" + ], + "content": "README.md", + "related": [], + "tabs": [ + { + "title": "Security Rules", + "href": "https://firebase.google.com/docs/firestore/security/overview" + }, + { + "title": "Protocol Buffers", + "href": "https://developers.google.com/protocol-buffers/" + } + ] + }