I have a requirement to use the Google Cloud Pub / Sub API directly from the browser (similar to GA script). I was wondering how Auth can be handled without requiring passing through a server server.
I want to call the Cloud Pub / Sub API directly from the browser. I tried, and he says that I need to authenticate first, my problem is how to protect the Auth token.
Is there any javascript library that is available that I can use in a browser (without a backend) to call the Google Pub / Sub API.
Thank you in advance
source share