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/" + } + ] + }