Yahoo Search Busca da Web

Resultado da Busca

  1. supabase.com › docsSupabase Docs

    Learn how to use Supabase, an open source Firebase alternative, to build your app with Postgres, Auth, Storage, AI, Realtime and more. Find guides, integrations, self-hosting and migration resources.

    • Getting Started

      Learn how to create a Supabase project, add some sample data...

    • Database

      Every Supabase project comes with a full Postgres database,...

    • Serverless APIs

      Supabase generates documentation in the Dashboard which...

    • Auth

      When using Supabase SDKs, your data requests are...

    • Edge Functions

      Edge Functions are server-side TypeScript functions,...

    • Realtime

      Supabase provides a globally distributed cluster of Realtime...

    • Storage

      You can use Supabase Storage to store images, videos,...

    • AI & Vectors

      Supabase provides an open source toolkit for developing AI...

  2. Learn how to use Supabase features, architecture, and local development tools for your projects. Find quickstarts and tutorials for various frameworks, web apps, and mobile apps.

  3. This reference documents every object and method available in Supabase's isomorphic JavaScript library, supabase-js. You can use supabase-js to interact with your Postgres database, listen to database changes, invoke Deno Edge Functions, build login and user management functionality, and manage large files.

  4. You can use Supabase Storage to store images, videos, documents, and any other file type. Serve your assets with a global CDN to reduce latency from over 285 cities globally. Supabase Storage includes a built-in image optimizer, so you can resize and compress your media files on the fly.

  5. This reference documents every object and method available in the supabase-py library from the Supabase community. You can use supabase-py to test with your Postgres database, listen to database changes, invoke Deno Edge Functions, build login and user management functionality, and manage large files.

  6. Learn how to create a Supabase project, add sample data, and query it from a React app using the supabase-js client library. Follow the steps to set up a Supabase project, create a table, install the library, and fetch the data.

  7. Using Realtime Authorization involves two steps: In your database, create RLS policies on the realtime.messages. In your client, instantiate the Realtime Channel with the config option private: true. Increased RLS complexity can impact database performance and connection time, leading to higher connection latency and decreased join rates.