16

We are migrating an application from AWS to GCP. In AWS, we use Cognito service for maintaining different types of users inside userpools (for example: SSO users has different userpool and users with email and password are configured in different userpool, for MFA users, they have different user pool) In AWS Cognito, we also leverage certain functionalities like appclient id and secret for generating JWT tokens and authorizer lambda in pre-sign up trigger)

How can we achieve the above implementation in GCP?

code tutorial
  • 554
  • 1
  • 5
  • 17

2 Answers2

13

Google Identity platform looks like amazon Cognito.

divyang4481
  • 1,584
  • 16
  • 32
11

You can use Firebase Authentication as a equivalent of Amazon Cognito. This table provides a comparison between Amazon Cognito and Firebase Authentication.

Trung
  • 315
  • 1
  • 7