An open API service indexing awesome lists of open source software.

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.

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