This video is Part 9 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.
This video demonstrates an issue with server side actions and Firebase Hosting that was still occurring as of February 14, 2024. A solution to the issue was created by deploying Firebase Cloud Functions and implementing a serverless approach. You can see the implementation here: • Build Firebase Google Cloud Functions
Github issue: https://github.com/firebase/firebase-...
Entire Playlist Here: • NextJS 14 + Firebase App Video Segments
Watch the full video here: • Build a NextJS14 App with Firebase FU...
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. 🤦🏽♂️