FirebaseExtended / firechat

Real-time Chat powered by Firebase
https://firechat.firebaseapp.com
MIT License
2.41k stars 1.04k forks source link

Get permission_denied #112

Closed daksamedia closed 5 years ago

daksamedia commented 5 years ago

Hi everyone!

I tried the example by using anonymous user on this git. I works flawless. But when I changed it into my database & auth key, it did not work.

Here's the code `<!DOCTYPE html>

` How could I make this work? Is there any database configuration to figure it out? Which part did I miss? Thanks in advance, Best Regards
daksamedia commented 5 years ago

I forgot to set these 2 things :

1 Set rules on database

{ read:true, write:true }

2 Enable Sign In Anonymous in Authentication