yuenci / Firebase-Api-Encapsulation

Encapsulating the api of Firebase makes it easier to call and improves efficiency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme-Template-Light

Logo

Firebase-Api-Encapsulation

Elevate your Firebase development with secure and efficient API wrapper!
Explore the docs Β»

View Demo Β· Report Bug Β· Request Feature

πŸ’» Prerequisites

Before you begin, if you are using NPM, make sure that you have installed fairbase:

$ npm install firebase

Then copy API file to your project and import to script.

β˜• Usecase

To use this project, follow these steps in the wiki:

  1. Authentication
  2. Firestore
  3. Storage

πŸ“« Contributing

To contribute this project, follow these steps:

  1. Fork this repository.
  2. Crie um branch: git checkout -b <some_branch>
  3. Make your changes and confirm them: git commit -m <message_commit>
  4. Push to the original branch: git push origin <peoject_name> / <local>
  5. Create the pull request.

Alternatively, see the GitHub documentation on how to create a pull request.

🀝 Collaborations

profile image

Innis - yuenci1575270674@gmail.com

πŸ“ License

This project is under license. See the LICENSE file for more details.

(⬆ Back to top)

About

Encapsulating the api of Firebase makes it easier to call and improves efficiency.

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.6%Language:HTML 6.4%