You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get the bot working, but I am not able to. I have the same code but when I try to test it, I make a call to the /auth route but then, the redirection does not work. I can't go further.
When I try to click on the /auth route myself, I am always redirected to the URL asking me if I want to authorize the third party app. When I click the button to confirm, then the callback is executed and the tweet is sent.
But the thing is, I'd like to get it working on its own. Maybe I don't know how to use the PubSub from Firebase ?
Hey everyone,
I have been trying to get the bot working, but I am not able to. I have the same code but when I try to test it, I make a call to the /auth route but then, the redirection does not work. I can't go further.
When I try to click on the /auth route myself, I am always redirected to the URL asking me if I want to authorize the third party app. When I click the button to confirm, then the callback is executed and the tweet is sent.
But the thing is, I'd like to get it working on its own. Maybe I don't know how to use the PubSub from Firebase ?
I do this:
(The URL is localhost as an example, I do fetch the URL provided by firebase when I execute firebase deploy.)
Any help is appreciated,
Thanks!
The text was updated successfully, but these errors were encountered: