Sending data from firestore database to telegram – Telegram API
I am currently tasked to send realtime data that I stored in firestore to telegram. When I watch online tutorials, I mainly see people using realtime database to send data to telegram instead of firestore. I would like to know,…