SimpleNextjs.

Category : firebase

Cover Image for Nextjs + Firebase : How to use firestore database in Next.js apps

Nextjs + Firebase : How to use firestore database in Next.js apps

After Implementing Firebase authentication in Next.js app, we will continue our series of Nextjs and Firebase by implementing firestore access, data fetching and data insert from a Next.js app..

Marouane Reda
Marouane Reda
Cover Image for How to use Firebase authentification with Next.js

How to use Firebase authentification with Next.js

Authentification is one of the most used features of any web app, that developers had for years to implement by themselves. Luckily in the last years many services offer a simpler implementation of authentification (oAuth, passport.js, supabase, …) , and firebase is certainly on of the most used and most simple to implement.

Marouane Reda
Marouane Reda