I'm looking to insert data to BigQuery from a mobile app (developped in Unity) every time an user opens an app and logs into Facebook.
I was wondering if I can directly use the streaming API of BQ from a mobile app? From what I have read, to use the streaming API, I need to create a BQ client, and a to use a BQ client, I need to authenticate. In that case, I think I might have to create an API that will receive the data from the devices that would open the mobile app to stream the data to BQ.
Or, is there a way to authenticate from the mobile app? Am I missing something? Should I proceed differently in my situation?
Thanks in advance!