FirebaseExtended / angularfire

AngularJS bindings for Firebase
MIT License
2.73k stars 630 forks source link

clean up firebaseUtils #630

Closed jamestalmage closed 3 years ago

jamestalmage commented 9 years ago

I think we should just eliminate simple wrappers for core angular functions. It is just making the code harder to understand without adding any real benefits.

Also, we should eliminate functions that are only used once (and just inline the functionality we need).

Finally, for angularfire 2.0.0, we should drop support for outdated dependencies.

jwngr commented 9 years ago

These look great, James. Thanks for putting this list together. I'm not sure when Kato or I will have a chance to get to these, but we will gladly merge any PRs you keep sending our way.

jamesdaniels commented 3 years ago

Closing as stale.