Yahoo Search Busca da Web

Resultado da Busca

  1. Supabase provides several options for creating database functions. You can use the Dashboard or create them directly using SQL. We provide a SQL editor within the Dashboard, or you can connect to your database and run the SQL queries yourself. Go to the "SQL editor" section. Click "New Query".

  2. Architecture. Supabase is open source. We choose open source tools which are scalable and make them simple to use. Supabase is not a 1-to-1 mapping of Firebase. While we are building many of the features that Firebase offers, we are not going about it the same way: our technological choices are quite different; everything we use is open source ...

  3. By default Realtime is disabled on your database. Let's turn on Realtime for a todos table. Dashboard. SQL. Go to the Database page in the Dashboard. Click on Publications in the sidebar. Control which database events are sent by toggling Insert, Update, and Delete. Control which tables broadcast changes by selecting Source and toggling each table.

  4. Learn how to use Supabase Auth with React Native. 1. Create a new Supabase project. Launch a new project in the Supabase Dashboard. Your new database has a table for storing your users. You can see that this table is currently empty by running some SQL in the SQL Editor. SQL_EDITOR. select * from auth.users;

  5. Supabase is a flexible platform that lets you decide how you want to build your projects. You can use the Dashboard directly to get up and running quickly, or use a proper local setup. We suggest you work locally and deploy your changes to a linked project on the Supabase Platform. Doing things directly on the platform via the Dashboard is fine ...

  6. If Supabase experiences outages, we keep you as informed as possible, as early as possible. We provide the following feedback channels: Status page: status.supabase.com

  7. Step 1: Create a reset password page. Create a reset password page. This page should be publicly accessible. Collect the user's email address and request a password reset email. Specify the redirect URL, which should point to the URL of a change password page. This URL needs to be configured in your redirect URLs.