Supabase.js (Bubble plugin)
  • Setup
    • Basic Setup
      • General notes on Bubble setup
    • Supabase Auth
      • Initializing Auth
      • How to: Login
      • How to: Sign Up
      • How to: MFA
      • Identity linking
    • Supabase Data
      • How to: Fetch Data
      • Data Realtime V2 (beta)
      • Foreign Table
      • How to: Create a Thing
      • How to: Update a thing
      • How to: Delete a thing
      • Data Realtime
      • Optimization Tips
      • Schema Validation
      • Create XML Sitemap
    • Supabase Storage
    • Supabase Realtime
    • Supabase Edge Functions
      • Basic Edge Function
      • Bubble Setup
Powered by GitBook
On this page
  1. Setup
  2. Supabase Auth

Initializing Auth

PreviousSupabase AuthNextHow to: Login

Last updated 1 year ago

The plugin gives you an Event to know once all the related actions inside the plugin have been initialized and ran. This involves setting up the Supabase Client if necessary and getting the user info if there's any.

Only at this point you can fully make sure that all the States in the element have been added if there's data to be add. Having said that you also listen to the States of the element via conditions or "Do when conditions is true" workflows, but using the event is the most efficient.