0
子ノードが存在する場合、親ノードの削除を防止するルール。私はそれがその中にデータを有する場合、削除されたノードを防止するためにFirebaseファイアベースに子ノードが存在する場合、親ノードの削除を防止する
Table :
{
$albumId : //Prevent deletion of this node if its child exist.
{
$childID : date;
}
}