mikkopaderes / ember-firebase-service

Exposes a service that's a direct representation of Firebase
MIT License
4 stars 2 forks source link

Document Fastboot Shimming #17

Closed alexmasita closed 5 years ago

alexmasita commented 5 years ago

Resolves #16

mikkopaderes commented 5 years ago

Thanks for this but I'm not yet sure if I want to make this part of the README. This is because:

  1. FastBoot isn't the default setup of Ember so I don't want to add unnecessary noise in the README.
  2. There are multiple ways to shim in FastBoot due to changing recommendation from core team overtime. (e.g. fastboot-transform).
  3. I also don't want to duplicate docs from FastBoot as it will make the docs here less prone to being outdated.
  4. App shim is different with addon shim.
alexmasita commented 5 years ago

Fair enough @mikkopaderes. Was thinking it might save you getting new unnecessary issues opened by newbies who may not be aware of the shim :). Thanks.

mikkopaderes commented 5 years ago

Closing this. I may reconsider if I get a significant amount of questions regarding fastboot shims here.

Appreciate the work here!