0.7.0 • Published 6 years ago

simple-firebase-components v0.7.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Simple Firebase Components

Basic firebase components for creating, reading and updating firebase strings

setting up

clone this repository and extract the dist folder for reference ie

<script src="dist/simple-firebase-components.js">

or include the npm hosted version

<script src="https://unpkg.com/simple-firebase-components@latest/dist/simple-firebase-components.js">

create a new firebase project and include the api key and project id, as well as the name of the document you intend on creating or reading:

<fb-string id="your-project-id" key="your-api-key" item="name-of-document"></fb-string>
<fb-content-editor id="your-project-id" key="your-api-key" doc="name-of-document">

firebase structure will consist of 'posts'->your created document->'data'

editing the components

This project is built using StencilJS, a compiler for building web components. To edit/build from these components, simply clone this repository and follow the instructions from the StencilJS Documentation

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago