https://metanov.github.io/firebase-element-extended/
Install the component using Bower:
$ bower install firebase-element-extended --save
The elements of this set are designed to play nicely together and with the current firebase-element. You can use them together or separately, depending on your need.
The current set includes the following elements:
<firebase-auth-manager>
: is a core element providing the glue to the firebase services likeauth
ordatabase
access.<firebase-auth-page>
: is a customizable page that leverages firebase authentication in a flexible way.<firebase-icons>
: is set of icons used by elements.<firebase-profile-menu>
: navigation menu that displays 'signUp', 'signIn' or 'profle' button, while 'profile' contains a dropdown of accessible actions.<firebase-profile-page>
: is an extensible page enabling the edition of profile information.
Upcoming element:
See the Documentation for a more documentation regarding those elements.
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © Pascal Gula