https://github.com/googlewebcomponents/firebase-element
Web components for the Firebase Web API
https://github.com/googlewebcomponents/firebase-element
Last synced: 9 months ago
JSON representation
Web components for the Firebase Web API
- Host: GitHub
- URL: https://github.com/googlewebcomponents/firebase-element
- Owner: GoogleWebComponents
- Created: 2015-04-21T18:10:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T00:05:51.000Z (about 7 years ago)
- Last Synced: 2024-04-15T02:07:07.971Z (almost 2 years ago)
- Language: HTML
- Homepage: https://elements.polymer-project.org/elements/firebase-element
- Size: 269 KB
- Stars: 95
- Watchers: 26
- Forks: 79
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Note: This element is for the older Firebase 2.0 API.
For the latest official Firebase 3.0-compatible component from the Firebase team,
see the [polymerfire](https://github.com/firebase/polymerfire) component.
================
See the [component page](https://elements.polymer-project.org/elements/firebase-element?active=firebase-collection) for more information.
firebase.html
=============
Import files are a new invention, so libraries like [`firebase`](http://firebase.com) do not yet provide them.
`firebase.html` is an intermediary that provides an import file for the `firebase` component. `firebase.html` depends on `firebase`.
Components that want to use `firebase` should depend on `firebase-element` and import `firebase.html` to be safe from library duplication.
Such components need not use Polymer or `firebase-element`, but we put the import and the element in one package for convenience.