aashishpeepra / RestaurantReactApp

This is a responsive website that uses PWA app standards, completely created with React, React router and firebase

Home Page:https://twobrother-0927.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Database Rules

albiols opened this issue · comments

Hi im trying to create another database on the Realtime Database but it wont work cause the rules aren't correct as i see.Can you please send me as screenshot of it or something.

{

"rules": {

".read": "now < 1628879400000",  // 2021-8-14

".write": "now < 1628879400000",  // 2021-8-14

}

}

Hey, you can try these firebase realtime rules for testing. change them for production.

thank you so much,i'll try them right now! 👍