2

Is there anything similar to AWS Cognito authentication equivalent on google cloud platform?

Kam
  • 29

4 Answers4

2

Cognito equivalent from Google, Authentication as a service, is Google Identity Platform with SDKs for all major platforms, protocols and Identity Providers.

There is also Firebase Authentication, a bit simplified but customizable, focused on app development productivity.

One of the example in differences between AWS and GCP is how build-in sign-in and sign-up web UI is offered:

1

Seems like Google IAP (relying on the identity platform) looks like amazon Cognito.

1

Google Firebase seems to be the closest equivalent.

0

There is product called identity-platform in GCP catalogue that is close to Amazon Cognito but has lot of missing features and is limited to predefined user properties.