What's the difference between firebase default JSON security rules vs. Compilers like Bolt/Blaze -


if compilers export same json security rules default manually written json rules why use compilers?

blaze , bolt offer conveniences more difficult achieve in json rules. example, bolt lets define functions , types , re-use them throughout rules; json rules have copy , paste achieve same effect.


Comments

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -