Realtime Functionality

Does Backendless offer any kind of Realtime Functionality like for example: Firebase?

Yes

Besides Push Notifications?
If yes, how can I listen for object changes as it happens in realtime?

You can add API event handler using custom business logic and use pub/sub messages to broadcast the change

Can you elaborate a bit more on this or do you have an example?