Tag: firebase

Passwordless Authentication Firebase React

Passwordless authentication options with Firebase and React

Dev

We explore how passwordless authentication integrates with Firebase and React and demo four authentication options: Google, email link, OTP, and Facebook.

Emmanuel Odioko
Sep 18, 2023 ⋅ 18 min read
Understanding The New Firebase AI Extensions

Understanding the new Firebase AI extensions

Dev

Explore four Firebase AI extensions with the PaLM API that enable you to add intelligent capabilities to your web applications.

Wisdom Ekpotu
Jun 23, 2023 ⋅ 9 min read
Building A REST API With Firebase Cloud Functions, TypeScript, And Firestore

Building a REST API with Firebase Cloud Functions, TypeScript, and Firestore

Dev

Learn how to build a REST API with Firebase Cloud Functions, TypeScript, and Firestore, and compare it to the Realtime Database.

Ebenezer Don
Jun 15, 2023 ⋅ 21 min read
firebase-vs-supabase

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

Dev

Deploying a BaaS tool allows developers to focus on writing and maintaining frontend. Examine Firebase and Supabase and their strengths in authentication, storage, and hosting.

David Atanda
Apr 5, 2023 ⋅ 10 min read
NestJS Firebase MySQL

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

Dev

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 push notifications to your client app.

Destiny Erhabor
Feb 13, 2023 ⋅ 11 min read
Unity and Firebase Logos

How to add Firebase to your Unity project

Dev

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
Oct 13, 2022 ⋅ 6 min read
Vue Firebase Setting Up Authentication

Authentication with Vue 3 and Firebase

Dev

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

Dotun Jolaoso
Aug 18, 2022 ⋅ 10 min read
React Firebase Chat App

How to build a chatroom app with React and Firebase

Dev

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
Jul 5, 2022 ⋅ 18 min read
Green Logo

Using Edge Functions in Supabase: A complete guide

Dev

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
Jun 15, 2022 ⋅ 5 min read
Storing And Retrieving Data For React Native Apps With Firebase

Getting data for React Native apps with Firebase

Dev

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

Yusuff Faruq
May 19, 2022 ⋅ 10 min read
Implementing Secure Password Reset Futter Firebase

Implementing a secure password reset function with Flutter and Firebase

Dev

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 in your Flutter app.

Yusuf Ahmed
May 12, 2022 ⋅ 8 min read
Firebase Cloud Storage

Upload files to Firebase Cloud Storage in Firebase v9 with React

Dev

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
Apr 5, 2022 ⋅ 4 min read