Description
BackOffice Manager for Firebase for WordPress allows you to manage data stored in Firebase Firestore directly from the WordPress admin area.
This plugin is designed as a lightweight back office for Firestore, focused on browsing collections, inspecting documents, and performing basic CRUD operations without leaving WordPress.
This is an early release (0.1.x), intended for developers, administrators, and technical users who already work with Firebase and want a simple way to manage Firestore data from WordPress.
This plugin is an independent tool and is not affiliated with or endorsed by Google or the Firebase project.
Features include:
* Browse Firestore collections and documents.
* View document data in a structured table format.
* Import a document structure from an existing Firestore collection.
* Create documents using a guided form generated from the imported structure.
* Edit documents using direct JSON editing.
* Delete documents from Firestore.
Note: This plugin requires your own Firebase project and credentials. It does not create Firebase projects or modify Firebase billing settings.
Installation
- Upload the plugin folder to
/wp-content/plugins/or install it through the WordPress Plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to “BackOffice Manager for Firebase ” in the WordPress admin menu.
- Open “Settings” and add your Firebase Web App credentials.
FAQ
-
Is this plugin production-ready?
-
This is an early version (0.1.x). It is functional but still evolving and may receive breaking changes in future releases.
-
Does this plugin create Firestore collections automatically?
-
No. You can import the structure from an existing Firestore collection and create documents based on that structure.
-
Do I need a Firebase account?
-
Yes. You need a Firebase project with Firestore enabled and a configured Web App.
-
Does it support Realtime Database?
-
Not in this version.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BackOffice Manager for Firebase” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BackOffice Manager for Firebase” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Initial public release.