-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federated identities put into my user pool (React Native) #513
Comments
@Soren-Knudsen, currently our federation support is in React with HOCs and is done with Cognito Federated Identities. We are in the process of building similar native modules for React Native. We are hoping to complete this next sprint which will allow you to do this. It requires native modules in React Native. This feature is tracked in #311, please re-open and clarify if you don't feel that one covers it. |
Any update on the ETA for federated login HOC for React Native? |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
I'm in the progress of building a React Native app and want to utilize Cognito for handling my users.
Problem:
When a user registers themselves via e.g. Facebook/Google in the app, I also want their information to be put in my User Pool.
What I'm after:
The flow I'm wishing for (which I haven't been able to find documentation for):
Question:
It that possible? And if so how?
The text was updated successfully, but these errors were encountered: