Ronak Guptaronakgupta.hashnode.dev·Apr 27, 2024A Step-by-Step Guide to NotifEase: Push Notifications for Solana Mobile Stack on React NativeElevate Your App’s Engagement with NotifEase, Solana’s Seamless Push Notification SDK for React Native Introduction In the fast-paced world of mobile app development, user engagement stands as a pivotal factor for success. With the Solana Mobile Stac...Discussfirebase clud messaging
Rajan Lalrajanlal.hashnode.dev·Feb 8, 2024Deploy your first Firebase functionIntroduction Firebase functions are the serverless framework which runs in a backend server without you to maintain the server. This is secured infrastructure managed by Google. The function can be written in JavaScript, TypeScript or Python code. Ma...Discussfirebase functions
Hari Krishnanblog.shark.run·Jan 16, 2024Firebase App Check : Protect your APIsApp Check is an additional layer of security that helps protect access to your services by attesting that incoming traffic is coming from your app, and blocking traffic that doesn't have valid credentials. It helps protect your backend from abuse, su...DiscussFirebase Seriesappcheck
Asad Javeddevioand.hashnode.dev·Sep 23, 2023Mastering Firebase Function Scheduling (Cron Job) 🎉Hello, fellow developers! If the idea of having your code automatically check and update your e-commerce store's stock interests you, you've landed in the right place. Today, we're diving deep into how you can harness Firebase cron jobs and scheduler...DiscussFirebase
Peter Bamigboyefantom0.hashnode.dev·Sep 17, 2023Beginner's Guide To FirebaseIntroduction As a developer, your knowledge of your field and the level of your skills are perhaps the most important factors that determine how good you are as a developer. However, having the right tools at your disposal is just as important. Now, ...Discuss·2 likes·47 readsbeginner
Samwel Nyandorosamwel.hashnode.dev·Aug 25, 2023Harnessing the Power of Firebase Functions: A Comprehensive Guide to Serverless Backend DevelopmentIn modern app development, the need for serverless backend solutions that scale seamlessly has become paramount. Firebase Functions, a component of the Firebase platform, provides developers with a powerful tool to execute custom backend logic in res...Discussfirebase functions
Adebola Adeniranadebola-1620318048424.hashnode.dev·Jul 3, 2023Scheduled Functions and Cron Jobs with Firebase Cloud FunctionsRun a job every 2 minutes with Google Cloud Functions When a user’s subscription within your app expires, how do the systems you have built know to notify them? If you're building a fintech that is involved in lending, how do you send repayment remin...Discuss·65 readsCloud