Rubén Triviño Juárez

Results 8 comments of Rubén Triviño Juárez

Hi there! How are you doing? Let me know if need something to merge this.

@tonivj5 wow, what a review! I appreciate it very much, you did a great work in there; great code simplification and cleaning. I've took a couple of personal notes for...

Hi @tonivj5, I think this issue is a very important first step. Are you already working on it? I would be happy to help you on this or start with...

Firebase has a great amount of [authentication features](https://firebase.google.com/docs/auth?hl=es), in fact you may still use Github account to log in. Alternatives would be using a DB maybe MySQL hosted on a...

Hi there! I got some news. [Here](https://github.com/Anexon/angular-communities/tree/feat/add_firebase) you may find a working example of using firebase to retrieve communities and images. I included a [script](https://github.com/Anexon/angular-communities/blob/feat/add_firebase/scripts/load-communities-to-firebase.js) that replicates the current communities.json...

Hi everyone! Here you may get a [working example](https://github.com/Anexon/angular-communities/tree/feat/add_firebase) of the web as official credentials are set for the default environment. Credentials are public as they are needed for the...

Hey @tonivj5 and @NyaGarcia , I think is a great idea. Let's break milestone into smaller pieces. I'll try to attach myself to some of those new issues you just...

@NyaGarcia it would be exactly like that. In the PR #55 data structure is like this: So keeping track of a community ID would be enough. In the mean time...