Buy

Getting Started with the Admin App

1.Overview

This guide will walk you through the essential setup steps for the Restart Admin App, helping you get ready for real-time applications quickly and smoothly.

2.Setup Instructions

For a step-by-step walkthrough, check out the video tutorial below. This video covers the entire basic setup for the Admin Panel and demonstrates how to use both the Driver and User applications.


3.Firebase Setup

Follow the instructions below to download the Firebase JSON private key and obtain the Firebase configuration data, including the Web API Key, Database URL, and Sender ID. This setup is essential for integrating Firebase services like authentication, cloud messaging, and analytics.

  1. Download Firebase Private Key:
    • Log in to your Firebase Console.
    • Select the project you want to integrate.
    • Navigate to Project Settings > Service Accounts.
    • Under the "Firebase Admin SDK" section, click Generate New Private Key.
    • Confirm the prompt, and a JSON file containing the private key will be downloaded to your system.
  2. Get Firebase Configuration Data:
    • In the Firebase Console, go to the Project Overview page.
    • Click the + icon to add a new app and select Web.
    • Provide a name for your web app and click Register App.
    • After registration, you will see the Firebase configuration data. This includes:
      • API Key: The Web API Key for your app.
      • Database URL: The URL for Firebase Realtime Database (if enabled).
      • Sender ID: The unique ID for messaging services.
    • Copy this configuration data for use in your frontend application.

For a detailed walkthrough, watch the tutorial video below: