samedhi / firemore

Firebase + Clojure -> Firemore
https://firemore.org/
MIT License
19 stars 3 forks source link

Missing or insufficient permissions. #38

Closed samedhi closed 4 years ago

samedhi commented 4 years ago

Error FirebaseError: [code=permission-denied]: Missing or insufficient permissions.

On the first load of the firemore.org site, it appears that you don't yet have a logged in user...

samedhi commented 4 years ago

Repo by simply opening firemore.org in private-browsing, oddly enough does not happen with the unit test.

samedhi commented 4 years ago

Turns out it was that we required that people be logged in even to see /characters and /cities. Relaxing that constraint fixed this.

Also fixing a problem with authentication (that I don't recollect exactly what it was at the moment) let me get past the stooges example.