A compiler that translates easy to read Volt (.vlt) syntax into Firebase Security Rules (.rules) syntax. These rules are used to secure and validate data in Firebase's Cloud Firestore and Cloud Storage. The idea for this project was inspired by the Firebase Bolt Compiler with logic and algorithmic structure inspired by The Super Tiny Compiler.
dallen4/volt-compiler
A compiler that translates easy-to-read Volt (.vlt) syntax into Firebase Security Rules (.rules) syntax
JavaScriptMIT