firebase / firebaseopensource.com

Source for firebase open source site

Home Page:https://firebaseopensource.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding: firepl

kawamataryo opened this issue · comments

commented

Link to project (GitHub):
https://github.com/kawamataryo/firepl

Describe the project in 2-3 sentences:
This is a custom REPL to make it easier to use Firestore on Node.js REPL.

Why would Firebase developers be interested in this project?:

  • When checking or modifying data in Firestore, you can easily operate it on the terminal without accessing the Firebase console.
  • You can skip the steps to use the Firebase Admin SDK with a regular Node.js REPL.
  • Top-level await can be used

Have you added a .opensource/project.json file to your site:
yes
https://github.com/kawamataryo/firepl/blob/main/.opensource/project.json

Examples:

@kroikie or maybe @abeisgoat who is looking after this repo these days?

This looks pretty cool, happy to add it.