Hi guys
Im using supabase auth to provide email and social log in. My app deals with texts so I want to provide a feature to import Notion pages.
I will add Notion as an auth option which is the easy case in which I will be able to use the notion api to fetch pages right when the user registers. But how do I deal with those that registered with another auth option? Do I just use the regular notion login from supabase sdk even though they are logged in? Does that enrich the user table with the necessary notion tokens?
Thanks