firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.15k stars 249 forks source link

FR: Fix endpoint from v2beta1 to v2 #372

Closed sonatard closed 3 years ago

sonatard commented 4 years ago

https://github.com/firebase/firebase-admin-go/blob/4343fa831fed5b1bfeaa0d9824db99c78a5e261d/auth/tenant_mgt.go#L30

https://github.com/firebase/firebase-admin-go/blob/4343fa831fed5b1bfeaa0d9824db99c78a5e261d/auth/provider_config.go#L31

https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants/create

https://identitytoolkit.googleapis.com/v2/

Please let me know if you have a reason to use beta.

hiranya911 commented 4 years ago

I believe at the time v2 did not exist.

hiranya911 commented 3 years ago

I'm going to close this as we don't see an immediate need to make this change. The upgrade will happen naturally in a future release, as we onboard new features into the Admin SDK.

sonatard commented 2 years ago

Fixed

https://github.com/firebase/firebase-admin-go/pull/412