This might be a dumb question, but I couldn't find an answer anywhere.
Since all you need to modify a database is the Firebase reference URL, what's stopping me from correctly guessing or finding another Firebase's reference URL (a database that doesn't belong to me) and then deleting all of their data? If you have an open sourced app with a Firebase ref in it--now anybody could potentially delete everything. I see there are rules for the database--but I still don't see how that could be used to safeguard the data.