android - Firebase data for all users without authorizing -


is possible create parts of data available users list of shop products without authorizing authorized users can change information products or create new ones?

you can it, declare following rules @ specific location

{   "rules": {     "products":{       ".read": "true",     ".write": "auth.uid!=null"     }    } } 

only authurized users can write data.


Comments

Popular posts from this blog

account - Script error login visual studio DefaultLogin_PCore.js -

xcode - CocoaPod Storyboard error: -