#dpelkey98
1 messages · Page 1 of 1 (latest)
👋 happy to help
unfortunately that's not possible; each webhook endpoint would have its own secret
Thanks for.. swinging by 
Ok, that's what I gathered, but I just wanted to be sure. Is there a recommended method for handling the tome of keys that I'll eventually be needing?
what's the use-case?
I'm creating endpoints using Firebase onRequest. Each one runs it's own instance so i'm wanting to create multiple different endpoints to reduce network egress for each one.
Primary use case will be notifying users of charges and connect account updates, but also updating internal data with status updates
Currently I store the keys as key-value pairs in a .env file, but this is a little messy.
I think it's a good approach to store them as environment variables