I develop an smart home on google. I want to be able to allow users to set up your device and to link with Google Home app in my android app. Are there any turial or exemple that help me with that ?
Thanks
I develop an smart home on google. I want to be able to allow users to set up your device and to link with Google Home app in my android app. Are there any turial or exemple that help me with that ?
Thanks
Users connect their devices from your service to the Google Assistant through account linking. This process enables them to sign in to your service and authorize Google to access those devices using a standard OAuth token exchange.
You can also support account linking through your native mobile apps with App Flip. This enables your mobile app to authorize the user instead of a web endpoint.