The APIs are currently in beta and you can't subscribe more than 50 users. I will not be able to implement this until they are out of beta.
I think that making a Node app and running it through Firebase Cloud functions would be a really easy way to do this. I will probably just subscribe users to a channel based on their user id and events can be delivered that way.
The APIs are currently in beta and you can't subscribe more than 50 users. I will not be able to implement this until they are out of beta.
I think that making a Node app and running it through Firebase Cloud functions would be a really easy way to do this. I will probably just subscribe users to a channel based on their user id and events can be delivered that way.
APIs: https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview
Boilerplate code: https://github.com/twitterdev/twitter-webhook-boilerplate-node