https://github.com/neguindev/firebase-crud
Firebase CRUD is a Node.js application that provides basic CRUD operations using Firebase as the backend. It allows you to add, update, and remove users.
https://github.com/neguindev/firebase-crud
Last synced: 11 months ago
JSON representation
Firebase CRUD is a Node.js application that provides basic CRUD operations using Firebase as the backend. It allows you to add, update, and remove users.
- Host: GitHub
- URL: https://github.com/neguindev/firebase-crud
- Owner: NeguinDev
- Created: 2022-05-24T06:02:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:44:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T10:46:53.813Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase CRUD
## Description
Firebase CRUD is a Node.js application that provides basic CRUD operations using Firebase as the backend. It allows you to add, update, and remove users.
## Requirements
- Node.js
- Firebase SDK
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/firebase-crud.git
```
Install the dependencies:
```bash
npm install
```
## Usage
Run the script:
```bash
node index.js
```
## Features
- Add users with a name and age.
- Update existing users.
- Remove users.
- Read all users.
## Contribution
Feel free to contribute to the project. Open a PR or an issue for discussions.
## License
ISC