Blog
Documentation
Courses
Changelog
AI Starters
UI Kit
FAQ
Pricing
Live Demo
firebase
All the articles about firebase in the Makerkit blog
Dec 17, 2022
How to reduce and boost your Firebase cold start times
Firebase cold start times are a common problem for developers. In this tutorial, we'll show you how to reduce and boost your Firebase cold start times.
Dec 12, 2022
Firebase vs Supabase: Which one is better for your next project?
Firebase and Supabase are two of the most popular backend-as-a-service (BaaS) platforms. In this article, we will compare Firebase vs Supabase to help you decide which one is better for your next project.
Oct 21, 2022
Counting a collection's documents with Firebase Firestore
In this article, we learn how to count the number of documents in a Firestore collection using a custom React.js hook.
Oct 21, 2022
Pagination with React.js and Firebase Firestore
In this article, we learn how to paginate data fetched from Firebase Firestore with React.js
Oct 6, 2022
Limiting the Firebase Storage space used by each customer
Limiting the amount of Storage space used by your customers can be tricky. In this article, we show how to set a quota for each of your customers.
Oct 6, 2022
Creating a Waitlist with Firebase Auth
Implement a waitlist sign-up with Firebase Auth and allow sign-ins in batches to your SaaS
Sep 29, 2022
Using Firestore in Firebase Storage Rules
Firebase Storage now allows you to use Firestore queries to in your security rules. Here is all you need to know!
Sep 2, 2022
Email Link Authentication with Firebase and Next.js
Learn how to add Email Link authentication to your SaaS application with Firebase Auth and Next.js
Aug 20, 2022
Walkthrough: Starting a Makerkit project with Firebase and Next.js
This walkthrough is a summary of the documentation to quickly bootstrapping a SaaS project with Makerkit
Aug 16, 2022
Secure your Next.js application with Firebase AppCheck
Firebase AppCheck helps us protect our websites against bad actors such as automated bots. In this post, we integrate Firebase AppCheck in a Next.js application.