-
…in reply to @JoeEmison
JoeEmison ben11kehoe If you want to access user profile information inside your Cloud Run code, you can use the Firebase Admin SDK to retrieve user data. firebase.google.com/docs/auth/admin/manage-users#retrieve_user_data I believe Cloud Functions for Firebase do this for you. But it's all decomposable.