Disclaimer: I made this

I’ve been wanting a way to create type-safe Firebase rules for a while, so I made this package to let you do just that. I’ve used it for several of my projects now, and it’s so much nicer than raw-dogging the rules syntax with no autocomplete. I was able to write rules from scratch without referencing the documentation once, and they deployed first try without any errors. I’m always hungry for feedback on my work, so please feel free to comment any feedback or suggestions.

  • samus7070@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    I’ve only tried to write rules for the older realtime database and it was awful. Anything that can help to turn configuration into code is going to be helpful and appreciated.