Run this file in Supabase SQL Editor:
- safe_return_supabase.sql
Required base table:
public.profiles
The Safe Return screen now supports two persistence modes.
Supabase 저장됨: profile/session data is stored remotely.로컬 저장 중: fallback mode using browser local storage.
select * from public.safe_return_profiles order by updated_at desc;
select * from public.safe_return_contacts order by created_at desc;
select * from public.safe_return_sessions order by started_at desc;- Log in.
- Open
안심 귀가. - Save destination and guardian contacts.
- Start safe return.
- Check a row in
safe_return_sessions. - End the trip and confirm
status,ended_atupdate correctly.