Story Maker
    Preparing search index...

    Function getUserFromSupabaseId

    • Retrieves a user from the database based on the Supabase ID given.

      Parameters

      • supabaseId: string

      Returns Promise<null | User>

      A promise that resolves to the user object if found, or null if not found.

      If the database find operation fails.