Firebase/Notification Delay

In previous update, there is some delay in Creating/Updating Orders from either the customer/vendor/driver app or the backend itself. This delay is cause by firebase. When ever an order is created or updated, the backend in certain order status, the backend is required to send notification to customer/vendors/drivers or even put some data to firestore.

Some of the mentioned reason above is the cause of the delay, but in Glover 1.5.2, we are introducing an extra notification settings in the backend, called Firebase Delay.

The firebase delay can be enabled to allow the backend delay the notification by an X amount of seconds while handling to the rest of your request.

To enable this feature go to firebase/push notification settings in your backend

Last updated