Category Archives: Firebase

Push Notification Using Firebase Cloud Messages

A push notification is a message which is triggered on mobile devices. Push notification is a message you can display to the user outside of your application’s normal UI. Push notifications look like SMS text messages and mobileĀ alert notifications. Push notifications reach to users only when your app is installed in the device. How to Continue Reading »

dSYM File Error

Firebase Crashlytics Integration In iOS Swift (dSYM File Required Problem Resolved)

Introduction: Nowadays, Firebase Crashlytics is a very important part of our projects to monitor crashes of our applications that may be an android or iOS application. For the time being it is an unbeatable tool to log your day to day crashes for each user of your application. It provides good documentation and step by Continue Reading »