firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

defaultSupportedIdpConfigs.list is not implemented in the Auth Emulator #555

Open rafaelvanoni opened 1 year ago

rafaelvanoni commented 1 year ago

Steps to reproduce:

Using the Go SDK, I created a tenant, enabled the "google.com" auth provider and added a user to it. I then tried listing the configured providers for the users with a GET to the following endpoint

http://127.0.0.1:33167/identitytoolkit.googleapis.com/v2/projects/[tenantID]/defaultSupportedIdpConfigs?key=[apikey]

But receive:

error:501 message:identitytoolkit.projects.defaultSupportedIdpConfigs.list is not implemented in the Auth Emulator. reason:unimplemented

How can I list the enabled providers for a particular tenant/user?

Thanks in advance.

google-oss-bot commented 1 year ago

I found a few problems with this issue: