Can't get data from firebase. Authorization denied
问题 I'm still starting out with firebase and i'm using angularfire to connect. I was able to do the authentication successfully using google as a provider and I logged in using my account and got back my user details including uid & image, however, when I attempt to retrieve any data I get: permission_denied at /series: Client doesn't have permission to access the desired data. I also tried the simulator and got the same issue. Here's my database: My rules: The data I entered in the simulator. I