back

by mayop100·13y ago·view on hn ↗
Firebase can do this for you. It has a very flexible expression-based permissions model. You can set your rule to:

".write":"!data.exists()"

And people will be able to write only new items.

1 comments
Firebase is an interesting thing, but it's for dynamic structured data and costs $49 / mo. Too much for just publishing plain static files.