Giter Site home page Giter Site logo

financial-freedom-1-0 / firebase-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lazarusvc/firebase-admin

0.0 1.0 0.0 203 KB

DEPRECATED Web admin panel for management Firebase realtime database

JavaScript 98.13% HTML 1.85% CSS 0.03%

firebase-admin's Introduction

DEPRECATED

Admin panel for Firebase projects

Installation

Install firebaset-cli

$ npm install -g firebase-tools

Clone repo

$ git clone #repo-url

Go to project dir

$ cd admin-panel

Install deps

$ npm install | $ yarn install

Start local development

$ npm start | $ yarn start

Configuration

Make sure you use right config for firebase project and right credentioals for signing in to interact with database.

Rename .env.example to .env and add your credentials.

You must create user in your firebase app console and use its credentials:

email: REACT_APP_FIREBASE_ADMIN_EMAIL
password: REACT_APP_FIREBASE_ADMIN_PASSWORD

Don't forget to set right access to database in firebae app console:

{
  "rules": {
    ".read": "auth != null",
    ".write": "auth != null",
  }
}

Deploy

Make sure you selected firebase project

$ firebase use #project-name

https://firebase.google.com/docs/hosting/quickstart

Build project

$ npm run build | $ yarn build

Deploy project

$ npm run deploy | $ yarn deploy

Note: it will hosted in firebase using this project. You can also get project build (/build folder) and host it everywhere.

Live example

Example app https://imp-app-8eb8b.firebaseapp.com/clubs

Database shape

Database must have shape like this https://imp-app-8eb8b.firebaseio.com/.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.