Initializing Auth

The plugin gives you an Event to know once all the related actions inside the plugin have been initialized and ran. This involves setting up the Supabase Client if necessary and getting the user info if there's any.

Only at this point you can fully make sure that all the States in the element have been added if there's data to be add. Having said that you also listen to the States of the element via conditions or "Do when conditions is true" workflows, but using the event is the most efficient.

Last updated