npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

kamanda

v1.0.0-alpha.3

Published

Kamanda - Manage your Firebase Application from the Terminal. Add, Remove, Update, View and Search for Firebase Users.

Downloads

94

Readme

Kamanda - Firebase Console in your Terminal

npm

Use kamanda users instead of kamanda auth, which is being removed after being deprecated in the previous version (v0.8.0).

Kamanda helps manage your Firebase Project from the terminal. It helps you manage user data in Firebase Authentication. You can add, remove, update, list and search Firebase users from your console. Functionalities for Cloud Firestore and Cloud Functions are on the pipeline.

This is not meant to replace Firebase CLI but to compliment it.

Table of Content

Why?

Kamanda is meant to make your work as developer easier by providing with well built tools to help you manage your Firebase project quickly.

For instance you want to create a new admin user for your Firebase App, you can use Kamanda to quickly add the user and attach the necessary custom claims. You can also attach or remove a users custom claims, view list of users among other functionality currently available for Firebase Auth.

In future as Kamanda gains support for Firestore, it will give you can easy way to explore, export, import and manipulate your Firestore documents, right from the cloud without writing extra code.

Installation

Follow the installation instruction here.

This is still an early version, feedback on improvements is much needed.

Usage

There are a few things to keep in minds, Kamanda works inside a Firebase Project and not outside and is meant to provide extra functionality and not replace Firebase CLI.

First you will need to login just like Firebase CLI, this provides Kamanda with the credentials it requires in order to perform most of the tasks.

You can login by running the following command:

kamanda login

Kamanda mimics Firebase in this regard, so all authentication commands work similar to Firebase CLI Authentication commands.

Login to your Google Account and Give Kamanda the permission it requires. As of now, you might get a warning from Google, I am working to have the app verified as soon as possible.

Unsafe App Screen

Kamanda is a fully open source project, no information is corrected at any time.

Documentation

Documentation for this project can be found here.

CI Environment

If you are in CI environment, you can use the --token flag to pass the firebase refresh token without login in. You can acquire the refresh token by running kamanda login:ci.

Multiple Project Support

Kamanda also support multiple Firebase project within the same workspace just like firebase cli. You can use the --project flag to pass either the project name or project alias you wish to execute the command on. If the flag is not specified, Kamanda uses the default project with the workspace. This is usually specified inside the .firebaserc file at the root of you workspace. Please note, Kamanda cannot be used to setup multiple projects, this can only be done using Firebase CLI.

Features

  • Firebase Auth Users:
    • Add Single Users - Ideal for adding a user quickly
    • Edit, Delete a User Account By ID
    • Get a user by UID or Email Address
    • Add Custom Claims to a User Account
    • Add User by Bulk using a JSON/Yaml File
    • List Users

Work in Progress

Its still a work in progress, I hope to wrap the first few features in the coming weeks (mid april at the latest).

Contributors

Contributions are always welcome.

Roadmap

This is currently our roadmap, please feel free to request additions/changes.

| Feature | Progress | | ---------------- | -------- | | Firebase Auth | ✔✔ | | Cloud Firestore | 🔜 | | Firebase Storage | 🔜 |