[[["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 2024-01-23 UTC."],[],[],null,["# firebase::auth::Auth::FetchProvidersResult Struct Reference\n\nfirebase::auth::Auth::FetchProvidersResult\n==========================================\n\n\n`#include \u003cauth.h\u003e`\n\nResults of calls FetchProvidersForEmail.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [providers](#structfirebase_1_1auth_1_1_auth_1_1_fetch_providers_result_1a70b448bcf4056aa857d366fc365975f7) | `std::vector\u003c std::string \u003e` The IDPs (identity providers) that can be used for `email`. |\n\nPublic attributes\n-----------------\n\n### providers\n\n```c++\nstd::vector\u003c std::string \u003e firebase::auth::Auth::FetchProvidersResult::providers\n``` \nThe IDPs (identity providers) that can be used for `email`.\n\nAn array of length `num_providers` of null-terminated strings."]]