Implement server-sent events functionality in firebase functions
I am tring to implement server-sent events functionality in a firebase function where it will continuously send back data to the client side while the function is executing rather than sending back data when the function completes. Everything Iv'e tried…