-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to link NextJS Project? #174
Comments
I've never used Next.js unfortunately, but it sounds like it would be useful if nx-firebase could work alongside such projects. Would you be able to give some steps to create a minimum workspace to repro this scenario? |
Re-reading your question, you are asking how to deploy your nextjs project? Assuming it is a project that builds to dist as a web bundle, the steps are documented here. You basically just need to add an entry to your |
Happy holidays! Okay, I will it a try and get back to you. |
I am also trying to connect things together, having struggled with default config. for NextJs app there is some setup to do https://firebase.google.com/docs/hosting/frameworks/nextjs so enable |
If anyone gets this working and would be happy to contribute some user guides for the setup process to this repo, that would be awesome! |
I'm confused. I have a nextjs project generated using @nx/next call
example
. When i use the nx-firebase, I'm creating another projectsample-firebase
. How do I link these two projects. Such that when I deploy, i'm deployingexample
and not the content that is undersample-firebase/public
.This issue is related to #172
The text was updated successfully, but these errors were encountered: