I use "amazon-cognito-identity-js" javascript library to integrate Cognito for my react app. it seems that only supports email/password authentication only.
I wanna use federation authentication (eg: google) with my app.
so is it possible with this library? I know I can use "aws-amplify".