Skip to content

Admin Area

The Admin Area is your command center for managing your app. Here you manage users, handle reports, moderate content, and assign admin rights.

The Admin Area offers you the following functions:


  1. Open Settings in your app
  2. Scroll down to the version number
  3. Long press on the version number (about 3 seconds)
  4. The admin login appears
  5. Sign in with your admin credentials

BLOCQ uses a hierarchical role system with four levels:

RoleSymbolDescription
OwnerStarFull access to all functions, can manage other admins
AdministratorShieldCan manage users, reports and content
ModeratorSecurityCan manage users and reports
EditorPenCan create and edit content
PermissionOwnerAdminModeratorEditor
Manage adminsYes---
Manage usersYesYesYes-
Handle reportsYesYesYes-
Manage contentYesYes-Yes

The Admin Dashboard shows you all available areas at a glance:

At the top you see your current admin role:

  • In Demo Mode: Highlighted in orange with a note that changes are not saved
  • In Production Mode: In your app’s primary color with your actual role

The dashboard is divided into two main sections:

Management

  • Reports - Review reported content (orange icon)
  • Users - Manage user accounts (blue icon)
  • Administrators - Manage admin roles (purple icon, owner only)

Content

  • Depending on activated modules, management cards appear here for:
    • News, Blog, Wiki, FAQ, Documents
    • Gallery, Portfolio, Forum, Chat
    • Menu, Orders, Prices, Shop
    • and other modules

BLOCQ distinguishes between two operating modes:

PropertyBehavior
Admin accessAlways available
RoleAutomatically “Owner”
SavingChanges are not saved
PurposeTest UI, try out features

In Demo Mode you see an orange message with every save action: “Changes are not saved in Demo Mode.”

PropertyBehavior
Admin accessOnly with admin role in Firebase
RoleCorresponds to assigned role
SavingChanges are saved to Firebase
PurposeReal app management



In Production Mode, an entry must exist in the Firebase collection /admins/{userId}. The first admin (owner) must be created manually in the Firebase Console.

If you see the message “Changes are not saved in Demo Mode,” you are in the App Builder. In Demo Mode, all admin actions are only simulated.

No, you cannot change your own role. Another owner would have to adjust your role.

Deleting a user is a “soft delete” - the account is marked as deleted but not completely removed from the database. The user can no longer log in.

  1. Open the Firebase Console
  2. Go to Firestore Database
  3. Create the collection admins
  4. Create a document with your User ID as document ID
  5. Add the fields: role: "owner", permissions: ["all"]