googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
191 stars 52 forks source link

Create new version for Firebase v3 and ui-router (for authentication) #67

Open drixie opened 8 years ago

matheushf commented 8 years ago

I don't know if katowulf is making it, but I'm preparing a PR with the update, until the end of this weekend I may have it done.

katowulf commented 8 years ago

I'm not working on this yet so thanks.

danieljsj commented 8 years ago

@matheushf - any progress here? I'm toying with trying this but my sense is that you might be better positioned and well ahead of me already. Thanks,

matheushf commented 8 years ago

The generator is ready @danieljsj, I have made the PR before finishing the CoffeeScript part because I'm a little busy, and the generator works fine without it. Still waiting for @katowulf response

danieljsj commented 8 years ago

@matheushf - thanks!

vijayk036 commented 8 years ago

Hi @matheushf , could you please let us know if this generator is updated with Firebase 3.X SDK? I have generated a project with this generator and I am not able to perform sign up activities with google signup option. Error I am getting "We have detected that you are using the v2.x or lower authentication SDKs with a project that was created at console.firebase.google.com. You must use the 3.0.0 or greater authentication SDKs with projects that have been created in the new console." Could you please confirm the same??

matheushf commented 8 years ago

This generator is not with the 3.0 SDK, I've made a PR with the update, but it wasn't merged yet. #68 I will make a different generator with some different features along with the upgrade and release it in my repo.

vijayk036 commented 8 years ago

@matheushf thanks for the update, is possible to let us know by when can we expect the new repo release with Firebase 3.X SDK?

matheushf commented 8 years ago

Around two weeks I guess

matheushf commented 7 years ago

Here is the generator, I haven't tested so much. Any problems post an issue in the repo.

npm install generator-angularfire-express -g

https://github.com/matheushf/generator-angularfire-express

SebastianBO commented 7 years ago

Well done, @matheushf

matheushf commented 7 years ago

thanks! :smile: