Firebase Security Rule on service account
I’m running into a strange error:
I was writing the firestore rules for my database and I realized that my BE (in node, deployed on Google’s cloud run) stopped working due to access denied problems. This seems very strange to me, from all my assessments the login from BE and therefore with SDK users should not validate these rules. Also by setting the rules completely open, the API start again working. At this point I fear that the problem is how I set up the authentication for the server-side service account… so I ask you for your point of view