Skip to content

Web-based Firebase admin tool that allows users to manage their Firebase data and settings directly from their browser

Notifications You must be signed in to change notification settings

muchaisam/Firebase-Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Admin Project

This project is a web-based Firebase admin tool that allows users to manage their Firebase data and settings directly from their browser. The project is built with HTML, JavaScript, CSS.

Features

View and edit Firebase data in real-time
Create, update, and delete Firebase database data
Manage Firebase users and authentication settings
View and manage Firebase storage files
View and manage Firebase Cloud Firestore indexes

Getting Started

Clone the repository to your local machine

git clone https://github.com/muchaisam/Firebase-Admin

Open the index.html file in your browser Connect to your Firebase project by entering your Firebase project credentials in the project's JS files.This settings can be found in your firebase project settings page.

var firebaseConfig = {
apiKey: "..............",
authDomain: ".......................firebaseapp.com",
databaseURL: "......................",
projectId: "......................",
storageBucket: ".......................appspot.com",
messagingSenderId: "......................",
appId: "1:......................:web:4a4470fed53f34f7ed82de",
measurementId: "......................"
};

Start managing your Firebase data and settings

Contributing

If you would like to contribute to this project, please fork the repository and make a pull request. Any contributions are welcome and appreciated!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Web-based Firebase admin tool that allows users to manage their Firebase data and settings directly from their browser

Topics

Resources

Stars

Watchers

Forks