Is there is a way to invoke firebase cloud functions from your domain/webapp only not from any other services like postman or other api modules?
Asked
Active
Viewed 90 times
2
-
1The typical approach is to pass along a Firebase Auth user ID token and validate it in the function. Other than that, there is no way to fully restrict access to a particular app. – Doug Stevenson Apr 09 '20 at 15:33