nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
641 stars 99 forks source link

How to add auth with adding item #539

Closed saroamirkhanyan closed 3 years ago

saroamirkhanyan commented 3 years ago

When trying to add product with rules ` request.auth != null throws error

saroamirkhanyan commented 3 years ago

I am getting this error - FirebaseError: [code=permission-denied]: Missing or insufficient permissions.

lupas commented 3 years ago

Guidelines for issues & feature requests

  • Use the GitHub issue search — check if the issue or feature request has already been reported.
  • Check if the issue has been fixed — try to reproduce it using the latest master or development branch in the repository.
  • Isolate the problem — create a reduced test case and a live example.

A good issue shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What versions are you using? What would you expect to be the outcome? All these details will help people to fix any potential bugs.

If you have difficulties that are most likely not bugs or if you just have a simple questions, please ask them in the Nuxt Discord server instead.

If you're issue does not suffice these guidelinses, it migt be closed immediately.

Closing due to 1 liner issue.