[polymer-dev] Polymer authentication and authorization example using Polymer Starter Kit template

2016-08-08 Thread rof20004
Hi All, Someone has an example how to implement authentication and authorization with Polymer Starter Kit template, can be Firebase, I have dificult to understand how I will implement authorization in my app with Polymer Starter Kit structure. Thanks and Regards. Rodolfo Azevedo Follow Polym

[polymer-dev] Re: Polymer authentication and authorization example using Polymer Starter Kit template

2016-08-18 Thread rof20004
Thanks for answer, I am doing this too, but based on Polymer Starter Kit, I am using script app.js to set user in session, creating an variable called app.sessionUser, any user can modify the status on console browser. Em quinta-feira, 18 de agosto de 2016 15:01:35 UTC-4, asili...@gmail.com esc

[polymer-dev] DOM-IF with two conditions

2016-09-02 Thread rof20004
Hi all, I am trying to create a template dom-if with two conditions, but not working, any helps ? See my code: Hello [[prop1]] Sair Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "P

[polymer-dev] Polymer + Firebase 3

2016-09-18 Thread rof20004
I want to save an object, but i am get errors: this is my firebase-document: this is my method: saveContact: function() { this.$.ref.save(this.$.ref.path, this.contato); } I am get this error: firebase.js:318 Uncaught (in promise) Error: Firebase.child failed: First argument was an

[polymer-dev] Re: Polymer + Firebase 3

2016-09-19 Thread rof20004
I can save now, but now my problem is that Sync, I do not want to sync, only to save an object. I need help on this, thanks. Em segunda-feira, 19 de setembro de 2016 00:27:06 UTC-4, rof2...@gmail.com escreveu: > > I want to save an object, but i am get errors: > > this is my firebase-document: