Call Flutter web app from Node js function firebase

Viewed 47

I am building a ticketing application that listens to Gmail mailbox, basically, every time an email is received a new document in a collection should be created that stores the mail body subject and the attachments

I don't have experience in Node js

is it possible to call a Flutter web app page example myapp.web.app/email-scan

using scheduled cloud function every 10 minutes

1 Answers
Related