kolban-google / product-search-demo

Demonstration of Vision API Product Search
1 stars 0 forks source link

Make the Cloud Function restricted access. #2

Open kolban-google opened 3 years ago

kolban-google commented 3 years ago

Currently, the Cloud Function that invokes Product Search is restricted based on a UUID that can be found within this repository. We want to use IAM or IAP to restrict access based on caller identity. Likely we switch over to using Firebase functions and inject Firebase Authentication across the board.