I am trying to understand how does the google play billing library authenticate.
All the tutorials start with BillingClient
but how does billing client know which account to connect how do I pass authentication credentials to it and more importantly where do I get those credentials.
I checked google play billing documentation before asking here and multiple other docs but everyone assumes the developer has the information magically without need to explain.
When I try to use the client without any credentials I just keep getting disconnection errors.