Anusha Ansarianushaansari.hashnode.dev·Dec 6, 2024How Mobile Apps Transform Customer Loyalty Beyond Responsive DesignLet’s talk about customer loyalty. If you’ve been in ecommerce for a while, you already know it’s not enough to just sell a product and hope the customer returns. You need to earn that loyalty—and keep it. For years, responsive websites were hailed a...responsive design
Ijlal Ahmadblogs.ijlalahmad.tech·Nov 30, 2024Notification Microservice using Kafka and FCMIntroduction Notifications are a crucial part of any day-to-day application, including social media, finance, e-commerce, and many more. While they may seem simple, their underlying architecture is what makes them highly efficient. From chat applicat...56 readskafka
Dhaval Laiyadhavallaiya.hashnode.dev·Nov 28, 2024Firebase Push Notifications FAQs (Frontend Guide)Firebase offers a messaging service called Firebase Cloud Messaging (FCM), which allows us to send push notifications to users' browsers and devices. In this article, we will explore some interesting FAQs about Firebase Push Notifications, specifical...3 likes·46 readsFirebase
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Nov 25, 2024Understanding Firebase Push Notifications in Android Kotlin with Clean ArchitectureHello, devs! I'm your App Sensei, and today we're talking about Firebase Push Notifications—a great way to connect with your users through their notification trays. We won't just stick to the basics. We'll learn how to add push notifications to our A...AndroidAndroid
Vivek Sutharblogbyvivek.hashnode.dev·Oct 14, 2024Real-Time Push Notifications for Solana: Enhancing User Engagement with On-Chain WebhooksIntroduction: Building a consumer app that engages users with real-time on-chain events is a daunting challenge for any developer. The complexity of managing Android and iOS configurations, setting up webhook servers, and handling notifications for o...1 likeSolanaSolana
Jay Simonsdesignly.hashnode.dev·Oct 14, 2024Push Notifications in Next.js with Web-Push: A Provider-Free SolutionPush notifications are an important way to stay engaged with your users. SMS messages are too personal (and restrictive), and email is often too slow and prone to being filtered out. When done properly (and not abused), push notifications offer value...Next.js
Vujustvu.hashnode.dev·Sep 23, 2024Migrate from legacy FCM APIs to HTTP v1Apps using the deprecated FCM legacy APIs for HTTP and XMPP should migrate to the HTTP v1 API at the earliest opportunity. Sending messages (including upstream messages) with those APIs was deprecated on June 20, 2023, and shutdown begins on July 22,...fcm api
Anusha Ansarianushaansari.hashnode.dev·Sep 19, 2024Understanding Push Notification Metrics: What to Track and Why It MattersPush notifications have become a crucial tool for Shopify merchants, allowing them to engage customers, drive sales, and enhance their overall shopping experience. However, to leverage push notifications effectively, it’s essential to understand and ...shopify
Anusha Ansarianushaansari.hashnode.dev·Aug 19, 2024How to Leverage Push Notifications to Boost Customer EngagementAs a Shopify merchant, you’re constantly looking for ways to keep your customers engaged and coming back to your store. With so many distractions in today’s digital world, maintaining a strong connection with your customers can be challenging. But wh...11 likesshopify
Samir Tiwariblog.samirt.com.np·Aug 7, 2024Enhance Your React App with Firebase Push Notifications in TypeScriptPush notifications are a must-have feature for your website when you want to keep users in the loop about important events. You can show these notifications either when your website is open (foreground) or even when it's not the active tab in your br...1 like·51 readsTypeScript Push Notifiaction