Why
Their is no need of running a dedicated node instance that waits for RPC calls in order to send user important notifications.
Multiple points of failure are not easy to recover from.
Just resort to sending the notifications to a separately running goroutine that persists its data into the database
Also we have full access to event data like it was caused by whom(Name,Device and etc )
So look into FirebaseAdmin for Go
✌ Happy Coding
Why
Their is no need of running a dedicated node instance that waits for RPC calls in order to send user important notifications.
Multiple points of failure are not easy to recover from.
Just resort to sending the notifications to a separately running goroutine that persists its data into the database
Also we have full access to event data like it was caused by whom(Name,Device and etc )
So look into FirebaseAdmin for Go
✌ Happy Coding