How to deploy Next.js to Firebase Hosting in 2024 in 5-min!

preview_player
Показать описание


In this video, you'll discover:
• Pushing your project to GitHub
• Setting up a Firebase project
• Configuring Firebase Hosting
• Connecting your GitHub repository to Firebase

Don't forget to like, subscribe, and hit the notification bell to stay updated with more Firebase and web development tutorials!

✅ Follow me for daily updates and coding tips:

You can support me on Patreon:

:) Thanks.

#NextJS #Firebase #WebDevelopment #Hosting #TechTutorial #firebasetutorial
Рекомендации по теме
Комментарии
Автор

How to deploy Next.js to Firebase Hosting in 2024 in 5-min!

proflead
Автор

i get it, the same documentation is being sold out by both google cloud run and firebase app hosting, the problem with both of them is that the env variables doesn't get baked-in if you are deploying using cloud build with buildback config (i.e. no configuration needed from your side everything is picked automatically), or app hosting using github cd, both of them does get deployed but your env variables won't be available in the app doesn't matter public or private env, that's where I'm stuck and I don't know how to get over with it,

I don't get the point of giving such feasibilities when your functionality doesn't work, app deployment process is no doubt seamless but what about the other stuff which is required for the project, mainly env, variables and custom commands for building and running the project if you can't even modify them from the default behavior!!!

tamurtaj
Автор

how do we suppose to add enviornment variables in this

dhiransapkota-ug
Автор

Friend, I have a problem, I do everything correctly, even the build finishes successfully, however, the release fails. I have gone through the process of creating test apps over and over again, creating new projects, backends, repositories, and the result is still the same, build successful, release failed. Where do you think the error could be?

iscchristianlara
Автор

Is hosting Next.js with Firebase App Hosting only for the backend? Can a next-js full-stack app be hosted here? For example, if there are components using "use client" or client components, is it possible?

muhammadyusufrahman
Автор

my assets are not loading what should i do.

irfan-letswork