edwardsmoses / firestore-extension

Link collections in the Firestore UI

Home Page:https://chrome.google.com/webstore/detail/firebaseelevate/gdkmeifhinconkjfelkgmamndiimafcb?hl=en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirebaseElevate

Chrome Web Store

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

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.
  1. 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.

About

Link collections in the Firestore UI

https://chrome.google.com/webstore/detail/firebaseelevate/gdkmeifhinconkjfelkgmamndiimafcb?hl=en


Languages

Language:TypeScript 87.6%Language:CSS 8.1%Language:JavaScript 4.4%