Google Assistant (Actions + Dialogflow + Firebase)

I created an app for Google Home that uses Firebase for cloud-functions and Firestore. It also uses Dialogflow for intents and to trigger callbacks.

Now I’m interested in enabling account linking

I would like to use Auth0 as the platform for this, but I can’t seem to figure out how to do this. Any pointers?

From the documentation available at (https://developers.google.com/actions/identity/account-linking) when you enable account linking you would then have to complete a configuration wizard where you would be able to provide OAuth 2.0 client application and authorization server information. In this step you would input information for your Auth0 tenant/domain and for the client application you created to represent the Google Assistant application.