NextJS 14 + Firebase App | 10 | Build Firebase/Google Cloud Functions

Опубликовано: 19 Февраль 2026
на канале: Code Hackery
781
9

This video demonstrates how to develop Firebase/Google Functions that removes dependency of server side actions due to issues with Firebase Hosting and NextJS server side actions--effectively creating a serverless architecture.

This video is Part 10 of an 11-video segments demonstrating how to create a ToDo App using Firebase Authentication, Firebase Firestore, and Google Cloud Functions while leveraging features offered by NextJS 14 such as the new App Router routing convention, parallel routing, server actions, and more.

Entire Playlist Here:    • NextJS 14 + Firebase App Video Segments  
Watch the full video here:    • Build a NextJS14 App with Firebase FULL VIDEO  

NOTE: I kept mentioning serverless functions as if NextJS is not serverless in this scenario when using server actions. They're both serverless scenarios, just different solutions. 🤦🏽‍♂️