Tag Archives: mobile application

RabbitMQ : A Reliable Messaging Broker for Modern Applications

Introduction In the fast-paced world of modern software development, applications often need to communicate with each other efficiently and reliably. RabbitMQ, an open-source message broker, has emerged as a popular choice for managing messaging queues between different components in distributed systems. In this blog, we will explore the key features and benefits of RabbitMQ and Continue Reading »

Fire base Environment

Multiple Firebase Environments(GoogleService-Info.plist) in iOS

A common scenario in application development is to have different environments, such as Debug, QA, Production… can be resolve via Multiple Firebase Environments. Requirement of having Multiple Firebase Environments : While your app is in development mode, or while it is being tested by the QA department, some “data pollution” could reach Firebase servers. Imagine your application is going to use Firebase Continue Reading »