Hey,
I create a google extension using twitch api.
I want to send it to the Google Store and I use my Client-Id for the dev.
In prod can i keep to use my personnal client id?
thx
Hey,
I create a google extension using twitch api.
I want to send it to the Google Store and I use my Client-Id for the dev.
In prod can i keep to use my personnal client id?
thx
Client ID is public and can be shipped with the application to clients.
Client secret is private and should only be used on your backend server (if you use one) in a way inaccessible to others. Not all applications need to use the client secret.
thx