Skip to content

Getting Started

Welcome to Solid RealTime! This library simplifies real-time data management by connecting to multiple services like Supabase, Firebase, etc. This guide will help you get started quickly by installing and configuring the library for the first time.

Prerequisites

Before you begin, make sure you have:

  • Node.js installed (version 12 or higher is recommended)
  • An account and credentials for your real-time service of choice (like Supabase or Firebase or other)

Installation

Install Solid RealTime using npm, pnpm, or yarn:

bash
# Using npm
npm install solid-realtime

# Using pnpm
pnpm install solid-realtime

# Using yarn
yarn add solid-realtime

Basic configuration

Once installed, you can refer to the usage or configuration page specific to your needs for more details.

Released under the MIT License.