I have a cloud function that allows a user to join a team. The execution access is set to any but when I run the function, I get this error.
What could be the cause?
TL;DR
Title: Missing 'public' scope error when running cloud function to join a team.
Developers are encountering a 'missing scope (public)' error while running a cloud function to allow team joinings. The issue might be due to incorrect execution access settings. Ensure the access is set to 'public' to resolve this error.