Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoloeg/polymerfire-extended
[Polymer 1.x] A set of firebase-related custom elements that extend and ease the development of firebase applications.
https://github.com/geoloeg/polymerfire-extended
authentication firebase polymer polymer-components polymerfire
Last synced: 24 days ago
JSON representation
[Polymer 1.x] A set of firebase-related custom elements that extend and ease the development of firebase applications.
- Host: GitHub
- URL: https://github.com/geoloeg/polymerfire-extended
- Owner: GeoloeG
- License: mit
- Created: 2015-11-22T22:03:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T21:56:59.000Z (about 7 years ago)
- Last Synced: 2024-11-17T19:47:27.370Z (about 1 month ago)
- Topics: authentication, firebase, polymer, polymer-components, polymerfire
- Language: HTML
- Homepage:
- Size: 3.53 MB
- Stars: 29
- Watchers: 8
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Bower version](https://badge.fury.io/bo/firebase-element-extended.svg)](https://badge.fury.io/bo/firebase-element-extended)
[![Build Status](https://travis-ci.org/MeTaNoV/firebase-element-extended.svg?branch=master)](https://travis-ci.org/MeTaNoV/firebase-element-extended)
[![Dependency Status](https://gemnasium.com/MeTaNoV/firebase-element-extended.svg)](https://gemnasium.com/MeTaNoV/firebase-element-extended)## Demo
[https://metanov.github.io/firebase-element-extended/](https://metanov.github.io/firebase-element-extended/)
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install firebase-element-extended --save
```## Usage
The elements of this set are designed to play nicely together and with the current [firebase-element](https://elements.polymer-project.org/elements/firebase-element). You can use them together or separately, depending on your need.
The current set includes the following elements:
- ``: is a core element providing the glue to the firebase services like `auth` or `database` access.
- ``: is a customizable page that leverages firebase authentication in a flexible way.
- ``: is set of icons used by elements.
- ``: navigation menu that displays 'signUp', 'signIn' or 'profle' button, while 'profile' contains a dropdown of accessible actions.
- ``: is an extensible page enabling the edition of profile information.Upcoming element:
See the [Documentation](https://metanov.github.io/firebase-element-extended/) for a more documentation regarding those elements.
## Discussing
If you have any questions, you can find me on the [Polymer Slack Channel](https://polymer.slack.com/), or just raise an Issue.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
[MIT License](http://opensource.org/licenses/MIT) © Pascal Gula
[![Throughput Graph](https://graphs.waffle.io/MeTaNoV/firebase-element-extended/throughput.svg)](https://waffle.io/MeTaNoV/firebase-element-extended/metrics)