https://github.com/cleversamer/firebase
Firebase usages on each version
https://github.com/cleversamer/firebase
firebase javascript
Last synced: 4 months ago
JSON representation
Firebase usages on each version
- Host: GitHub
- URL: https://github.com/cleversamer/firebase
- Owner: cleversamer
- Created: 2022-03-14T08:13:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:55.000Z (over 1 year ago)
- Last Synced: 2025-01-14T18:07:06.284Z (6 months ago)
- Topics: firebase, javascript
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase V9
## Installation
- Write `npm inatall` on the terminal
## Execution
- Open a terminal window, and then write `npm run build`
- This will keep listening on changes, and then update the bundle.js file.
- After it updates the bundle.js file, you will be able to see the console.log results on browser.
- Open `index.html` inside `dist` folder
- Recommended: open it with `Live Server` which is an extension in `VS Code`## Authors
- Authored by [Samer A.](https://twitter.com/ssadawi__)