I am using EMM (Android Management) in my project. For each new enterprise, I am creating a new topic and a subscription with push config. I've a separate server where I've hosted an api that listens to the google pubsub notifications and process them.
Now I want to change the notifications receiving mechanism to pull and then a background job will receive and process all messages.
For this I've got couple of questions as follows;