I have made a trigger in Google App Scripts using onEdit Functionality and using this trigger I get the edit I make on my Google Sheets, and is working fine. But what I want is to use that trigger to display the edits I make on the Google Sheets to my React JS web app. Is it possible to integrate the executions of a trigger with my React JS app?
↧










