https://github.com/aloud-comments/aloud-comments
Web Component commenting engine based on Firebase (and shadow DOM)
https://github.com/aloud-comments/aloud-comments
commenting-engines firebase stencil
Last synced: about 2 months ago
JSON representation
Web Component commenting engine based on Firebase (and shadow DOM)
- Host: GitHub
- URL: https://github.com/aloud-comments/aloud-comments
- Owner: aloud-comments
- License: mit
- Created: 2020-12-07T04:48:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T13:45:05.000Z (over 5 years ago)
- Last Synced: 2025-02-13T21:37:17.675Z (over 1 year ago)
- Topics: commenting-engines, firebase, stencil
- Language: TypeScript
- Homepage: https://aloud-comments.web.app
- Size: 3.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Aloud Commments, powered by Firebase
You can host it on any static website (or ones with server as well). The only real external dependency is Firebase.
I am using Firebase for
- Auth
- Database
- Storage
## Using this component
There are three strategies we recommend for using web components built with Stencil.
### Script tag
- Put a script tag similar to below, in the end of body of your `index.html`.
```html
```
- Then you can use the element anywhere in your template, JSX, html etc
### Node Modules
- Run `npm install aloud-comments --save`
- `npm install aloud-comments/aloud-comments --save` also works. It will pull from GitHub main branch.
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
### In a stencil-starter app
- Run `npm install aloud-comments --save`
- `npm install aloud-comments/aloud-comments --save` also works. It will pull from GitHub main branch.
- Add an import to the npm packages `import 'aloud-comments';`
- Then you can use the element anywhere in your template, JSX, html etc
## Original project
This project was originally .