FirebaseElevate
FirebaseElevate is an open-source browser extension designed to up your Firebase console.
It allows you to create relations for your collections and easily navigate to related documents.
## How to contribute
First off, thanks for taking the time to contribute! ❤️
All types of contributions are encouraged and valued. Feel free to fork the codebase and make a pull request for your changes.
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
- Star the project
- Tweet about it
- Refer this project in your project's readme
- Mention the project at local meetups and tell your friends/colleagues
The framework in use for extension:
PlasmoHQ
System Requirement
- Node.js 16.x or later
Development
If you want to contribute to this repository,
* You need to first clone this repo using github desktop or rather fork.
# clone your fork to your local machine
https://github.com/edwardsmoses/firestore-extension.git
Installation
Install Node.js
* Tap
nodejs to download.
Building for use
Install
yarn.lock
. Open the terminal
Command prompt in the root folder to run:
1. Install
yarn
2. Install the dependencies with:
npm install --global yarn
The command will install Yarn globally on your system.
3. Use to run
yarn dev
Yarn commands:
* Yarn add [package] - To add a package
* Yarn install - To install dependencies
Loading the Extension in Chrome
Head over to chrome://extensions
and enable Developer Mode.