Masn
10/12/2022, 10:05 PMMasn
10/12/2022, 10:05 PMsilentworks
10/13/2022, 12:56 AMwhiskeywizard
10/13/2022, 6:09 AM<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js">
With the release of v2, the above will fetch the breaking changes and completely brick all production applications using the CDN method due to the change of supabase.auth.signIn.
The documentation should be updated to include a specific version in the CDN URL, at the very least.Chae
10/13/2022, 1:04 PMNicoNico
10/13/2022, 8:26 PMNicoNico
10/13/2022, 9:01 PMOlyno
10/13/2022, 9:20 PMPragy
10/16/2022, 3:52 PMitisnajim
10/16/2022, 6:41 PMjensen
10/18/2022, 12:06 AMitisnajim
10/20/2022, 9:35 AMconst user_id = 'test_user_id';
const status = 'incomplete';
supabase.from(`todos:user_id=eq.${user_id};status=eq.${status}`).on('*', payload => {
console.log(payload);
}).subscribe();
Elgr
10/20/2022, 8:10 PMOlyno
10/20/2022, 9:25 PMElgr
10/21/2022, 4:19 PMSumit
10/21/2022, 8:15 PMRawa
10/21/2022, 8:23 PMJulien
10/22/2022, 3:24 PMVWL Tobias Hassebrock
10/24/2022, 8:44 PMcdbattags
10/25/2022, 10:34 PMinviteUserByEmail
and a subsequent signUp
doesn't return pre-existing raw_user_metadata from what was passed to the inviteUserByEmail
mendrinos
10/26/2022, 1:07 PMnitehawk
10/27/2022, 8:42 AMIllia
10/27/2022, 4:51 PMError: supabase_migrations.schema_migrations table conflicts with the contents of supabase/migrations.; Expected version 20221025142903 but found migration 20221024143509 at index 30
Maybe something like this would be better: Latest deployed migration version is 20221025142903, but found previous version 20221024143509 that wasn't deployed. Fix: change 20221024143509 to be after 20221025142903.
\ ឵឵឵
10/28/2022, 2:08 AM\ ឵឵឵
10/28/2022, 2:10 AMpschuegr
10/31/2022, 7:19 PMbaderdean
11/02/2022, 9:50 AMGaryLake
11/03/2022, 4:57 PMGaryLake
11/03/2022, 4:57 PMgaryaustin
11/03/2022, 6:26 PM