Android election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
Make a login and if it has success, try to send a push. The push need to be received on device.
With this, just one call be triggered, POST /api/v2/access/authorize.
What does it fix?
Closes #190
Sending the firebase token on the login call.
How has it been tested?
Make a login and if it has success, try to send a push. The push need to be received on device. With this, just one call be triggered,
POST /api/v2/access/authorize
.