taylorchance

Results 4 issues of taylorchance

I follow the code to a tee, and it keeps coming back "Error in the token Function: undefined"

type: bug

I am using trigger email and it is working fine, in the bottom of my email templates I have an "unsubscribe" link. I can see that there is no way...

type: feature request
extension: firestore-send-email
triaged

I was hooking up my install button something like this: ```v-if="$pwa && $pwa.showInstallPrompt && !$pwa.needRefresh"``` I know the beforeinstallprompt listener can be finicky so I just waited it out. Finally...

Is there any way of setting a stripeAccount like such: let stripe = Stripe(stripePublishableKey, { stripeAccount: stripeAccountId, })