1.3.1 • Published 2 years ago

@firebase-utils/firebase-wrapper v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

\

This webcomponent follows the open-wc recommendation. This component contains a firebase-loginbutton component and a firebase-crud component. Show the loginbutton component to allow users to login with their firebase account. Expose the firebaseCRUD component to allow users to create, read, update and delete data from firebase. Dispatch event: wc-ready when the user is logged in firebase, dispatching wc-ready event, and firebase-crud.firebaseApp is ready to CRUD, dispatching wc-ready event.

Installation

npm i firebase-wrapper

Usage

<script type="module">
  import 'firebase-wrapper/firebase-wrapper.js';
</script>

<firebase-wrapper></firebase-wrapper>

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Tooling configs

For most of the tools, the configuration is in the package.json to minimize the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago