I tried this module with a default firebase security rule and I got `Permission denied`. I had to set the rules to: ``` { "rules": { ".read": true, ".write": true } } ``` to be able to use it. Am I missing something? How do I authenticate?
I tried this module with a default firebase security rule and I got
Permission denied.I had to set the rules to:
to be able to use it. Am I missing something? How do I authenticate?