Gluz
Gluz

Reputation: 3264

What's the common GCP service to receive custom user events from mobile and web client

I'm trying to build a data architecture on GCP. I want pubsub to receive mobile and web browser client events and then send it to dataflow and from there to bigquery. But what service should handle authentication? Otherwise anyone can send me any events, isn't it? What's the common / best practice here?

Upvotes: 0

Views: 62

Answers (1)

Elad Amit
Elad Amit

Reputation: 605

From what I recall, the firebase family of products is aimed at solving this type of problem https://firebase.google.com

Upvotes: 1

Related Questions