googlearchive / firebase-angular-starter-pack

A Firebase + AngularJS Starter Pack
MIT License
347 stars 234 forks source link

What's the difference between this and angularFire-seed? #3

Closed skingsland closed 10 years ago

skingsland commented 10 years ago

Seems like both of these projects have the goal of bootstrapping a project with Angular and Firebase, and both are owned by the same github org. So what's the difference?

https://github.com/firebase/angularFire-seed

abeisgoat commented 10 years ago

Hi,

There is no difference. The angular-seed in this repo is provided as a convenience for new users and don't not differ from the one you've linked.

katowulf commented 10 years ago

The difference being that this contains several example projects in addition to the seed.

abeisgoat commented 10 years ago

Whoops, misread the question slightly, thanks for the clarification @katowulf :)

skingsland commented 10 years ago

OK, that makes sense. So is angularFire-seed going to be maintained in both places? Or is this the new home of both seed and example projects?

The reason I ask is that I'm currently working on a project which is based off of https://github.com/firebase/angularFire-seed. If there are updates to the seed (e.g. bug fixes, or because the angularFire API changes), I'd like to know about them.