Francisco Rodriguez

Results 54 comments of Francisco Rodriguez

@kirkryan if you try to subscribe to the same topic (without adding the plugin) for me some reasion [this](https://github.com/aws-amplify/amplify-js/issues/1844#issuecomment-427193413) not working for you? Let me know how it goes.

> ``` > subscriptions = PubSub.subscribe(‘topic1’, ‘topic2’).subscribe({ > next: data => setMessage(JSON.stringify(data, null, 2)), > error: error => setMessage(JSON.stringify(error, null, 2)), > close: () => setMessage('Done'), > }) > ```...

@kirkryan why do you need the state if the observable is closing the subscription and sending the error? I think is cleaner to handle reconnection logic than having a process...

@mevert I will look into this

@dbryar Thanks for your PR, we are a little hesitant on adding this because is not part of the spec. But we want to know more about your use case?...

@dmoskovtsov Just curious, why do you need the image to be loaded on the SEO?

Can you share `package.json` files you have on each package on the monorepo?

[cranberyxl](https://github.com/cranberyxl) when you configured SSO provider on Amazon Cognito you dont need to go to the sign out endpoint manually, you can configure that directly on Cognito. Have you tried...

@henryhuangh thanks for your feature request. Cognito doesnt support that right now, so there is nothing we can do until the service team add this functionality. What is the use...

Is possible to implement SSO when using `Auth.federatedSignIn` on all of your apps. Steps to configure 1. On Cognito Hosted UI configuration you add multiple callback URLs (Callback URL(s), and...