[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[],null,["# Config | JavaScript SDK\n\n- [firebase](/docs/reference/js/v8/firebase).\n- [auth](/docs/reference/js/v8/firebase.auth).\n- Config\n=====================================================================================================\n\nInterface representing the Auth config.\n\nIndex\n-----\n\n### Properties\n\n- [apiHost](/docs/reference/js/v8/firebase.auth.Config#apihost)\n- [apiKey](/docs/reference/js/v8/firebase.auth.Config#apikey)\n- [apiScheme](/docs/reference/js/v8/firebase.auth.Config#apischeme)\n- [authDomain](/docs/reference/js/v8/firebase.auth.Config#authdomain)\n- [sdkClientVersion](/docs/reference/js/v8/firebase.auth.Config#sdkclientversion)\n- [tokenApiHost](/docs/reference/js/v8/firebase.auth.Config#tokenapihost)\n\nProperties\n----------\n\n### apiHost\n\napiHost: string \nThe host at which the Firebase Auth backend is running.\n\n### apiKey\n\napiKey: string \nThe API Key used to communicate with the Firebase Auth backend.\n\n### apiScheme\n\napiScheme: string \nThe scheme used to communicate with the Firebase Auth backend.\n\n### Optional authDomain\n\nauthDomain: string \nThe domain at which the web widgets are hosted (provided via Firebase Config).\n\n### sdkClientVersion\n\nsdkClientVersion: string \nThe SDK Client Version.\n\n### tokenApiHost\n\ntokenApiHost: string \nThe host at which the Secure Token API is running."]]
Interface representing the Auth config.