Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
There is experiencing a "401 Unauthorized" error when a mobile app tries to call a Cloud Run function using a Firebase token for authentication. Need Firebase tokens for authentication to avoid shipping another token or including Firestore authentication libraries and code to do that authentication in the function
As per the investigation and external link it comes to the conclusion that HTTP triggered Cloud Run Function does not support Firebase Token for Authentication.
There is no direct way but there are some other ways available as per the stack overflow link [1][3] like authentication inside the function.
Getting error [2] when called with a firebase token.
.
After verification from live SME and after provided confirmation on FR, I have created this FR.
[1]:
[2]: 401 Unauthorized, Your client does not have permission to the requested URL
[3]: