Abhigyan103 / Clickboard

MIT License
7 stars 11 forks source link

[Bug] : Generated providers dependency #57

Open Abhigyan103 opened 9 months ago

Abhigyan103 commented 9 months ago

Describe the bug Passing a defined Provider in the Generated providers results in the warning of Generated providers should only depend on other generated providers. Failing to do so may break rules such as "provider_dependencies".

To Reproduce Steps to reproduce the behavior:

  1. Go to the Project Folder
  2. Open it using VS Code
  3. Scroll down in Problems
  4. See the warning

Expected behavior The providers firestoreProvider and storageProvider should also be converted to Generated Providers.