blog.adebola.devScheduled 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...Jul 3, 2023·7 min read
blog.adebola.devHow to Stream Data From Firebase to BigQuery EasilyYou must have installed the Stream Firestore to Big Query Extension and maybe even read some of the docs but you still can’t quite figure out how to get everything to work. This guide will help you with that. Have data in Firebase Firestore and need ...May 8, 2023·3 min read
blog.adebola.devHow to Use a Local SMS Service Provider Other than Twilio With Customer.ioIf you’re running a Business in Africa, you know that every cent counts. While I love Twilio, and I’m always impressed by their delivery rates, the truth is that at $0.1982 per SMS, it’s expensive to use for early-stage startups whose revenues aren’t...Apr 29, 2023·4 min read
blog.adebola.devFirebase Functions to Build a Serverless CRUD AppFirebase is a powerful backend service provided by Google that speeds up Web Development by providing a BaaS (Backend-as-a-service) infrastructure. Firebase allows Engineering teams to quickly build out and prototype applications without the need to ...Oct 24, 2022·9 min read
blog.adebola.devBuilding a Serverless Realtime Chat application with Pusher and NextJSLet’s build a chat application with Pusher’s API Why Pusher? Pusher provides a number of affordable, easy to use APIs to add Realtime functionality to Web applications. From Realtime communication that allows users send instant messages to each othe...Jun 5, 2022·5 min read