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
The telegram bot should be hosted on firebase functions such that all telegram messages are able to be routed to the webhooks as intended. There is no need to make a fully-featured bot, just something that can be hosted
Proposed solution
Copy firebase functions code from the original repo onto the new one
Acceptance criteria
Telegram bot is hostable on firebase
Create a very simple code skeleton for the telegram bot (echo messages back)
The text was updated successfully, but these errors were encountered:
Description
The telegram bot should be hosted on firebase functions such that all telegram messages are able to be routed to the webhooks as intended. There is no need to make a fully-featured bot, just something that can be hosted
Proposed solution
Copy firebase functions code from the original repo onto the new one
Acceptance criteria
The text was updated successfully, but these errors were encountered: