In order to provide real-time notifications for web and Android users, we have decided to make use of the Firebase features in our web application, (more…)
The project we are working on is web application implemented in Ruby on Rails with API used by mobile clients - iOS and Android and currently used by over 2.5 million users on a daily basis. (more…)
We recently switched from Parse to Amazon SNS for our push notification service. Parse is shutting down on January 28th, so we had to switch to a different service provider. Fortunately for us, we only used Parse for push notifications, which made the migration process much easier. Our application is…