Razoth
03/29/2023, 3:50 PMJuzTim
03/29/2023, 7:53 PMJuzTim
03/29/2023, 7:53 PMJuzTim
03/29/2023, 7:53 PMhttps://cdn.discordapp.com/attachments/839993398554656831/1090725468061302895/image.png▾
JuzTim
03/29/2023, 7:54 PMJuzTim
03/29/2023, 7:54 PMJohnny Robert
03/30/2023, 11:15 AMJohnny Robert
03/30/2023, 11:16 AMhttps://cdn.discordapp.com/attachments/839993398554656831/1090957612243222528/Screenshot_at_Mar_30_12-05-46.png▾
viktor
03/30/2023, 6:27 PMviktor
03/30/2023, 6:27 PMviktor
03/30/2023, 6:30 PMviktor
03/30/2023, 6:42 PMviktor
03/30/2023, 6:56 PMviktor
03/30/2023, 6:57 PMviktor
03/30/2023, 7:02 PMhxtnv.
03/30/2023, 8:22 PMTIMED_OUT
or DISCONNECTED
hxtnv.
03/30/2023, 8:23 PMAntDX316
03/31/2023, 7:40 AMRazoth
03/31/2023, 9:33 AMzetiks
03/31/2023, 3:23 PMhttps://cdn.discordapp.com/attachments/839993398554656831/1091382331106922497/Untitled-1.jpg▾
hxtnv.
03/31/2023, 3:51 PMsignInWithOauth
function onclick
js
const { data, error } = await supabase.auth.signInWithOAuth({
provider,
options: {
redirectTo: `${window.location.origin}/oauth/${provider}?authSuccess=true`
}
});
hxtnv.
03/31/2023, 3:51 PMhxtnv.
03/31/2023, 3:53 PMAntDX316
03/31/2023, 7:09 PMAntDX316
03/31/2023, 7:09 PMAntDX316
03/31/2023, 7:09 PMsupafloh
04/01/2023, 10:19 PM└── supabase
├── functions
│ ├── import_map.json # A top-level import map to use across functions.
│ ├── _shared
│ │ ├── supabaseAdmin.ts # Supabase client with SERVICE_ROLE key.
│ │ └── supabaseClient.ts # Supabase client with ANON key.
│ │ └── cors.ts # Reusable CORS headers.
│ ├── function-one # Use hyphens to name functions.
│ │ └── index.ts
│ └── function-two
│ └── index.ts
├── migrations
└── config.toml
This is from the edge functions quick start page https://supabase.com/docs/guides/functions/quickstart
What would be the purpose of having the top level ``import_map.json``? I assume this is a practice not directly related to Supabase?supafloh
04/01/2023, 10:33 PMgaryaustin
04/02/2023, 12:42 AM