Firebase rules guide?

firebase validate is not working in firebase rules please guide

rules code :

{
“rules”: {

"Incomplete_task_rooms":{
  

		"slot1" : {
  		".read" : true,
    
      		"busy": {
    			".write": true,	
       		".validate": "newData.isString()"
  
 
}

}

}
}
}

anyone guide me please

First of all, edit your first post and translate it into English which is the official language here in this community.

1 Like

anyone know about firebase rules?

Please be patient and wait for someone to answer instead of constantly asking for help.

its more than 3 days
No one knows about firebase rule little deeper?

Well, have you tried searching on community?
There are lots of discussions about firebase rules in community.
You may find something useful. Try searching first…
A little help for you. Click here

i have checked that but i did not find my solution