firebase

Implement in-app notifications with NestJS, MySQL, and Firebase

In-app alerts provide your application users with real-time information; Firebase Cloud Messaging is a cross-platform messaging system that is a great tool for sending...
Destiny Erhabor
11 min read

How to add Firebase to your Unity project

In this article, you will learn how to create a Firebase Project, integrate it with Unity, and perform CRUD operations with Firebase.
Rajat Kumar Gupta
6 min read

Firebase vs. Supabase: Choosing the right tool for your…

Deploying a BaaS tool allows developers to focus on writing and maintaining frontend. Examine Firebase and Supabase and their strengths in authentication, storage, and...
David Atanda
10 min read

Authentication with Vue 3 and Firebase

Firebase is a great tool for improving the security of your application, and Firebase Authentication is fairly simple to use.
Dotun Jolaoso
10 min read

How to build a chatroom app with React and…

Cloud Firestore is a cloud-hosted NoSQL database. Data is stored in documents as key-value pairs, and documents are organized into collections.
Zach Snoek
18 min read

Using Edge Functions in Supabase: A complete guide

Supabase Edge Functions help extend the functionality of your app. Learn how to use Edge Functions to send an SMS without a server.
Vijit Ail
5 min read

Getting data for React Native apps with Firebase

Learn how to store, retrieve, and update user-generated data in your React Native apps with Firebase.
Yusuff Faruq
10 min read

Implementing a secure password reset function with Flutter and…

In this article, we'll show how to use Firebase to implement a simple authentication process that includes user sign-up, sign-in, and password reset functionalities...
Yusuf Ahmed
8 min read

Upload files to Firebase Cloud Storage in Firebase v9…

Cloud storage service is designed for developers to easily store and serve user-generated content, which is stored in Google Cloud Storage buckets.
Chiamaka Umeh
4 min read

React Native push notifications with Firebase Cloud Messaging

Adding push notifications to a React Native app is easy using Firebase Cloud Messaging and the React Native Firebase package.
Rose Chege
4 min read

How to build a chat application in Flutter with…

Create a basic chat application in Flutter using Firebase at its backend.
Murtaza Sulaihi
16 min read

Push notifications with React and Firebase

Learn how to enable push notification in React with Firebase in this step-by-step tutorial and example build.
Kapeel Kokane
6 min read