Sorry, this page is no longer available
We may earn an affiliate commission when you visit our partners.
Course image
Tom Phillips and WebDevEducation (Tom Phillips)

Take your web development skills to the next level. In this course we’ll build Fire Homes, a fully functional real estate application for a fictional real estate agency. By combining the power of Next.js 15 and Firebase, you’ll gain real-world experience building modern, scalable applications with cutting-edge tools.

This course covers everything you need to know to build a professional grade app, including authentication, cloud storage, and a Firestore powered database.

What You’ll Build:

A complete real estate app packed with the following features:

Read more

Take your web development skills to the next level. In this course we’ll build Fire Homes, a fully functional real estate application for a fictional real estate agency. By combining the power of Next.js 15 and Firebase, you’ll gain real-world experience building modern, scalable applications with cutting-edge tools.

This course covers everything you need to know to build a professional grade app, including authentication, cloud storage, and a Firestore powered database.

What You’ll Build:

A complete real estate app packed with the following features:

  • User Roles: Support for admin and non-admin users, with role-specific functionality.

  • Authentication: Log in or register using email/password or Google authentication.

  • Admin Dashboard: Manage property listings (add, delete, and update) through an intuitive interface.

  • Cloud Storage: Upload and manage property images with Firebase Cloud Storage.

  • Firestore Database: Store and retrieve property data.

  • Property Search: Help users find their perfect home with search functionality.

  • Favorites: Allow non-admin users to save and manage their favorite properties.

What You’ll Learn:

  1. Next.js 15: Build modern web applications with the latest App Router.

  2. TypeScript: Write clean, maintainable, and error-resistant code.

  3. Zod for Validation: Ensure data integrity with powerful validation tools.

  4. Next.js Server Actions: Simplify server-side functionality with cutting-edge features.

  5. Firebase Integration:

    • Firestore: Use Firestore to store and retrieve data.

    • Authentication: Securely log in users using Firebase Auth.

    • Cloud Storage: Handle image uploads and organization seamlessly.

  6. Role-Based Access Control: Implement robust user management with tailored functionality for admins and regular users.

  7. CRUD Operations: Create, read, update, and delete property listings in Firestore.

  8. User-Focused Features: Add search and favorites for an engaging user experience.

Who Is This Course For?

  • Aspiring Developers: Learn to build your first full-stack app with Next.js and Firebase.

  • Intermediate Web Developers: Gain deeper knowledge of scalable app development.

  • Career Switchers: Build a portfolio project that demonstrates modern web development skills.

Why Enroll in This Course?

This course isn’t just about coding - it’s about understanding the thought process behind building scalable, efficient apps. By the end of the course, you’ll have a production-ready app and the confidence to tackle your own projects.

Tools You’ll Use:

  • Next.js 15 (App Router)

  • TypeScript

  • Zod

  • Firestore Database

  • Firebase Authentication & Cloud Storage

Enroll now

What's inside

Learning objectives

  • Increase your value and improve your knowledge as a web developer
  • Implement secure authentication with firebase auth
  • Build and manage databases with firebase firestore
  • Store and manage files with firebase cloud storage
  • Master the integration of typescript, shadcn/ui, tailwind css, zod, and react hook form to build robust, type-safe, and user-friendly applications
  • Protect specific routes to ensure that only authenticated users have access to certain parts of their application

Syllabus

Introduction & Setup
Introduction
Important! Please read this before you start the course! (GitHub repo etc)
Udemy ratings and reviews
Read more

Traffic lights

Read about what's good
what should give you pause
and possible dealbreakers
Covers Next.js 15, TypeScript, and Firebase, which are in demand for modern web application development, making it highly relevant for developers
Teaches role-based access control, which is essential for building secure and scalable web applications with different user permissions and functionalities
Explores server actions, which simplifies server-side functionality and improves the performance of Next.js applications, making it valuable for developers
Requires familiarity with React, as the course builds upon React concepts to teach Next.js, which may require additional learning for some
Employs shadcn/ui and Tailwind CSS, which are modern styling libraries, but learners should be aware that these tools evolve rapidly

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Reviews summary

Building full-stack apps with next.js 15 & firebase

According to learners, this course is a highly positive experience for mastering modern full-stack development. Students particularly value the focus on a real-world project, building a complete real estate application using Next.js 15 App Router and Firebase, which serves as an excellent portfolio piece. Reviewers frequently praise the inclusion and effective use of modern tools like TypeScript and Zod. While the instructor's explanations are generally clear, some learners note that the pace can be fast, suggesting that some prior knowledge of Next.js or React is beneficial and it might pose a warning for absolute beginners. Overall, it's seen as a great investment for gaining relevant career skills.
Effective use of types and validation is valued.
"I appreciated the inclusion of TypeScript and Zod, which are essential for modern development."
"Integrating TypeScript and Zod was a definite plus."
"Using TypeScript throughout the project was a big plus for code quality."
Instructor's teaching style is often praised.
"The instructor's explanations were clear and easy to follow..."
"Excellent course! Clear instructions, practical examples..."
"The instructor is knowledgeable and the material is well-structured."
Covers modern features like App Router & Server Actions.
"Loved learning the new App Router and Server Actions in Next.js 15."
"Integration with Firebase Auth and Firestore felt very modern and efficient."
"Covers the latest Next.js features. The project is practical..."
"Building a real app from scratch using all the modern features like Server Actions and App Router was fantastic."
Practical app building is highly valued by students.
"This course was fantastic! Building the real-world project helped solidify my understanding..."
"I now have a production-ready application to add to my portfolio."
"The project is practical and a great addition to a portfolio."
"Building the full application from scratch was the highlight."
Pace can be fast; prior Next.js/React helps.
"Might be a bit challenging if you're brand new to Next.js or React."
"The pace felt a bit too fast in some sections, and I struggled without having strong prior experience..."
"Not suitable for someone just starting with Next.js or complex app development."
"As mentioned by others, prior experience with Next.js/React is definitely recommended."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Next.js 15 & Firebase with these activities:
Review React Fundamentals
Solidify your understanding of React fundamentals, as Next.js builds upon React. Refreshing your knowledge of React components, state management, and JSX will make learning Next.js easier.
Browse courses on React
Show steps
  • Review React documentation on components and props.
  • Practice building simple React applications.
  • Review React Hooks like useState and useEffect.
Brush Up on TypeScript
Strengthen your TypeScript skills before diving into the course. This course uses TypeScript extensively, so a solid understanding of types, interfaces, and generics will be beneficial.
Browse courses on TypeScript
Show steps
  • Review TypeScript's basic types and syntax.
  • Practice defining interfaces and types.
  • Explore advanced TypeScript features like generics.
Read "Effective TypeScript"
Deepen your understanding of TypeScript best practices. This book will help you write more maintainable and error-resistant code, which is essential for building robust Next.js applications.
View Effective Typescript on Amazon
Show steps
  • Read the book cover to cover.
  • Implement the techniques in your own projects.
  • Refer back to the book as needed.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Build a Simple CRUD App with Next.js and Firebase
Apply what you're learning in the course by building a small CRUD application. This will give you hands-on experience with Next.js, Firebase, and the technologies covered in the course.
Browse courses on Next.js
Show steps
  • Set up a new Next.js project with Firebase integration.
  • Design a simple data model and create Firestore collections.
  • Implement CRUD operations using Next.js server actions and Firebase.
  • Deploy your application to Vercel.
Write a Blog Post on a Next.js 15 Feature
Solidify your understanding of a specific Next.js 15 feature by writing a blog post about it. This will force you to research the feature in depth and explain it clearly to others.
Show steps
  • Choose a Next.js 15 feature that interests you.
  • Research the feature thoroughly and understand its use cases.
  • Write a clear and concise blog post explaining the feature.
  • Include code examples and screenshots to illustrate your points.
Contribute to a Next.js or Firebase Open Source Project
Deepen your understanding of Next.js and Firebase by contributing to an open-source project. This will expose you to real-world codebases and collaboration workflows.
Browse courses on Next.js
Show steps
  • Find a Next.js or Firebase open-source project on GitHub.
  • Identify a bug or feature that you can contribute to.
  • Submit a pull request with your changes.
  • Respond to feedback from the project maintainers.
Read "Fullstack React with TypeScript"
Expand your knowledge of full-stack development with React and TypeScript. This book will provide you with a deeper understanding of how to build complete applications from front to back.
Show steps
  • Read the book cover to cover.
  • Implement the techniques in your own projects.
  • Refer back to the book as needed.

Career center

Learners who complete Next.js 15 & Firebase will develop knowledge and skills that may be useful to these careers:
Full-Stack Developer
A Full Stack Developer handles both the frontend and backend of web applications, and this course is well aligned with that role. By learning Next.js 15, Firebase, and TypeScript, you'll have crucial skills for both client-side and server-side development. The course specifically teaches database management with Firestore, user authentication, and cloud storage using Firebase, all essential for building a full stack web application. A Full Stack Developer will also benefit from learning how to implement role-based access control; the course's project provides a practical example of building a large, scalable application.
Web Developer
A Web Developer builds websites and web applications, and the skills taught in this course directly apply to this career field. Through building a real estate application using Next.js 15 and Firebase, this course provides practical expertise in modern web development. A Web Developer will learn how to handle user authentication, database management, and cloud storage using these cutting-edge tools. The course also covers important topics such as server actions, role-based access control, and user-focused features like search and favorites. The practical experience gained in this course will allow a Web Developer to thrive in the field.
Web Application Developer
A Web Application Developer creates interactive, functional applications for the web, and this course provides the perfect foundation. This course uses Next.js 15 and Firebase, two technologies at the forefront of modern web development, and gives instruction on building a complete real estate application. A Web Application Developer will learn how to handle user authentication with Firebase Auth, how to manage databases with Firestore, and how to use cloud storage effectively. The course also demonstrates how to implement features like search functionality and user favorites, which are common in many web applications, so a Web Application Developer will be well-prepared for the field.
Frontend Developer
A Frontend Developer builds the user-facing parts of websites and applications, focusing on user interface and user experience. This course, with its focus on Next.js 15, TypeScript, and user interface components using shadcn/ui, helps a Frontend Developer build modern web applications, which is a critical skill in the field. The course's coverage of building a real estate application, including features like property search, user authentication, and favorites, provides practical experience directly relevant to the work of a Frontend Developer. Furthermore, mastering the use of form validation with Zod further allows the Frontend Developer to build robust applications.
Application Developer
An Application Developer builds software applications, and this course allows the Application Developer to extend their abilities by adding web application development skills. The course’s emphasis on building a fully functional real estate application using Next.js 15 and Firebase provides practical experience. An Application Developer can learn how to manage authentication, data storage, and cloud services; they will also learn how to implement features such as role-based access control. Furthermore, an understanding of user interface development and data validation, as this course provides, will allow them to build robust and user-friendly applications.
Cloud Application Developer
A Cloud Application Developer builds and deploys applications on cloud platforms. This course helps the Cloud Application Developer learn to leverage the power of Firebase. The course provides instruction on using Firebase's Firestore database, cloud storage, and authentication services, all essential for cloud-based applications. A Cloud Application Developer will benefit from hands-on experience with building a complete real estate application, which demonstrates how to integrate these services for a robust and scalable solution. In particular, expertise in setting up server actions for saving data, as this course teaches, is crucial when designing a backend for cloud-based applications.
UI Engineer
A UI Engineer focuses on the user interface and user experience of applications, and this course aligns with that role. The course teaches how to build a feature-rich real estate app, covering topics including user interface design. By working with Next.js 15 and React libraries like shadcn/ui, a UI Engineer will be well-versed in the latest tools and techniques for modern web development. The incorporation of TypeScript and Zod for validation will also help build applications that are easy to maintain. The course's focus on creating engaging user experiences, such as implementing search functionality and favorites, is directly relevant to the work of a UI Engineer.
Software Engineer
A Software Engineer designs and develops software systems. This course can help a Software Engineer by providing modern web development skills. The course's use of Next.js 15 and TypeScript builds a foundation for understanding the architecture of real-world applications. Learning how to implement features like user authentication, database handling, and cloud storage, as the course teaches, can allow the Software Engineer to design and implement robust software systems. The course's comprehensive approach, including routing, role-based access control, and user interface design, directly translates to the daily work of a Software Engineer.
Software Developer
A Software Developer creates software solutions and this course may be useful to a Software Developer. Learning modern web development tools like Next.js 15, TypeScript, and Firebase can enable a Software Developer to build complex, scalable applications. The course provides practical experience in building a real-world application, specifically a real estate app with user authentication, database management, and cloud storage. The Software Developer will also gain skills in server actions, data validation with Zod, and creating a user interface. All of these aspects help a Software Developer to understand modern web development.
Solutions Architect
A Solutions Architect designs and implements technical solutions for complex business problems, and this course may be helpful to that career. Although this course goes into the code itself, it provides deep insight into the technologies used to create modern, scalable web applications. A Solutions Architect can use the course's lessons in Next.js 15, Firebase, and TypeScript to understand the technical underpinnings of such applications. Understanding the capabilities of these technologies, specifically how they are used in real-world scenarios such as authentication, cloud storage, and database management, allows a Solutions Architect to make more informed decisions when designing technical solutions. The real estate app provides concrete experience with a complex application system.
Technology Consultant
A Technology Consultant advises clients on how to use technology to meet their business goals, and this course may be helpful to that career path. While this course is technical, the depth of its exploration into Next.js 15 and Firebase, among other cutting-edge web development tools, will allow a Technology Consultant to better advise clients. The hands-on experience creating a real estate application, which covers authentication, database management, and cloud storage, will provide valuable insight into how these systems work. A Technology Consultant will find that the course's syllabus will give them a solid understanding of the practical side of web development.
Database Administrator
A Database Administrator manages and maintains databases, and this course may be useful to that role. This course specifically teaches Firebase Firestore, a popular database solution. A Database Administrator can use this course to gain practical experience with modern database management, including how to store, retrieve, and structure data. While the course also covers aspects outside of database administration, understanding how database functionality works in the context of a real application can allow a Database Administrator to gain useful insights. In particular, lessons in data validation with Zod can be helpful in understanding best practices in data management.
IT Project Manager
An IT Project Manager oversees the planning, implementation, and tracking of IT projects, and this course may be of use to this career. The detailed course on building a fully functional real estate app with Next.js 15, Firebase, and other technologies allows the IT Project Manager to gain a better understanding of what's involved when managing a web application development project. While the IT Project Manager may not be involved in the coding itself, they can apply concepts of user interface design, database management, and authentication, among others, to better track milestones and deliverables for their projects. The course's comprehensive approach, from project setup to deployment, mirrors the lifecycle of an IT project.
Technical Trainer
A Technical Trainer teaches technical skills to others, and this course may be useful. The course’s in-depth practical approach using modern technologies like Next.js 15, TypeScript, and Firebase provides a strong foundation for someone who wants to teach others about web development. This course also teaches how to build a real estate application, which gives a very good example of web application development. A Technical Trainer’s ability to understand the process can help them in their training delivery, as well as preparing training materials for others to also learn the same skills.
UX Designer
A UX Designer focuses on user experience and user interface design, and this course may provide some benefit. While this course focuses primarily on developing a fully functioning app, it also touches on crucial aspects of user experience. The real estate application provides experience in developing user interfaces that are engaging for users. When building the search functionality or the login process, a UX Designer will learn about user flows. While the course is not solely focused on UX, this may provide some useful background knowledge for a UX Designer.

Reading list

We've selected two books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Next.js 15 & Firebase.
Provides in-depth guidance on writing clean and maintainable TypeScript code. It covers best practices, common pitfalls, and advanced techniques. It is particularly useful for understanding how to leverage TypeScript's type system effectively in larger projects. This book valuable resource for anyone looking to improve their TypeScript skills and write more robust code.
Provides a comprehensive guide to building full-stack React applications with TypeScript. It covers everything from setting up your development environment to deploying your application to production. It is particularly useful for understanding how to integrate React with backend technologies and build scalable applications. This book valuable resource for anyone looking to build full-stack React applications with TypeScript.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser