Is there a schema documentation for config
? (coming from aws-exports.js)
#13995
Labels
pending-response
Issue is pending response from the issue author
pending-triage
Issue is pending triage
question
General question
Amplify CLI Version
Question
I am using the stand-alone authentication library. I am not interested in using the CLI or Amplify backend stuff for my app. I just want to use the
Authenticator
and have federated social sign-in through Google and Cognito.One issue is that I cannot find any documentation of how to manually configure the
config
passed toAmplify.configure(config);
. I figured out the Cognito bits:This seems to be the Gen 1 solution. Since in the code, it is named
LegacyConfig
and there is a comment:However, I can't find any documentation for setting up the social sign in for this UI library. All example/videos/documentation that are on the official website seem to rely on the amplify-cli. This is confusing to me, since the UI libraries seem to be marketed as stand-alone.
The text was updated successfully, but these errors were encountered: