Skip to content
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

docs: firebase functions coexistense #1497

Open
3 of 4 tasks
vis97c opened this issue Feb 11, 2024 · 1 comment
Open
3 of 4 tasks

docs: firebase functions coexistense #1497

vis97c opened this issue Feb 11, 2024 · 1 comment

Comments

@vis97c
Copy link

vis97c commented Feb 11, 2024

Describe the feature

The way firebase deploy docs are paraphrased can mislead devs into thinking other functions cannot be deployed alongside nuxt.

According to firebase docs, multiple sources are supported.

// firebase.json
{
  "functions": [
    {
      "source": "functions",
      "codebase": "default",
      "ignore": [
        "node_modules",
        ".git",
        "firebase-debug.log",
        "firebase-debug.*.log"
      ],
      "predeploy": [
        "npm --prefix \"$RESOURCE_DIR\" run build"
      ]
    },
    {
      "source": ".output/server",
      "codebase": "nuxt"
    }
  ],
// ...more rules
}

Pls improve on that or let me know what steps to take. (not sure where in the codebase the deploy docs are managed)

E: this does also seems to affect nitro docs

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

@danielroe danielroe transferred this issue from nuxt/nuxt Feb 11, 2024
@Atinux
Copy link
Member

Atinux commented Mar 11, 2024

Happy to open a PR @vis97c ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants