Open azaslavsky opened 7 years ago
There isn't an officially supported method of testing locally, but we're working on documenting our simulation API that the console uses to allow you to write tests without actually saving data to the database.
If you'd like to try it out, see this post: https://groups.google.com/forum/#!msg/firebase-talk/UQ08Uf1TekA/mIvEAlzqAAAJ;context-place=forum/firebase-talk
I've been testing the rules using the steps specified here, but I was wondering if there was an easy way to point the database at a local firebase-server instance, so that I don't have to delete a remote Firebase instance every time?