Currently deciding to integrate RC in my apps. The docs on webhooks did unveil some questions;
1) Should we both handle parsing events from the WH payload and call the `subscribers` api, as detailled by the docs.
2) The docs detail processing should be delayed; Can we still safel, call the API within the same handler or **must** we defer.
3) If the API call fails (e.g. rate-limits) how should our function ideally behave (200 ok vs. e.g 500 to trigger a new WH event. After all - the DB should be in sync with RC.
4) Is there a plan for a Supabase integration / typescript starter?
Thank you!
