Hello all,
I've seen a few posts touch on this but there doesn't seem to be any clear answers or best practices for trying to achieve this. I suppose this is a two sided question:
Is there a straightforward approach to email verification upon sign up (I figured an API call to a third party email provider with a random gen integer or string before account/row creation in Supabase?)
Is there a solution for achieving push notifications from actions in FF without firebase? I tried setting up OneSignal with the hopes of accomplishing a workaround for this but it seems it's only usable through Firebase as well, which I'm a bit confused by as I figured that was possibly offered as a solution for non FB users.
Any help or guidance here is appreciated, thanks!
-CM