COME REGISTRO ED EDITO I MIEI GAMEPLAY CON LA WEBCAM (AGGIORNATO 2015) !?
autoresponder January 26th. 2021, 6:34amBella rega’ .. giusto due paroline … grazie e lasciate un bel like !!
INFO E CONTATTI :
*Pagina Facebook … COMING SOON
++++++++++++++++++++++++++++++++++++
.REGISTRO I MIEI GAMEPLAY CON FRAPS,ACTION O CAMTASIA (A VOLTE)
.REGISTRO LA MIA FACCINA CON WEBCAM DELLA LOGITECH HD C270
.REGISTRO LA MIA VOCINA CON IL MICROFONO DELLA WEBCAM
.MONTO/EDITO I MIEI VIDEO CON SONY VEGAS, CAMTASIA 8 E IN ALCUNI CASI CON AFTER EFFECT
.FACCIO LE MIE MINIATURE CON PHOTOSHOP CC
+++++++++++++++++++++++++++++++++++++
BUONA VISIONE DA KiLOrMaD !
+++++++++++++++++++++++++++++++++++++
CANALI AMICI
.GiOkEn J.K. : https://goo.gl/f9GYFC
.AndreyesTube: https://www.youtube.com/channel/UCaEKu46IPbempggNpW4yy5Q
.Y3rKo:https://goo.gl/ep9pQb
.AnDrEw 01:https://www.youtube.com/channel/UCZkJf6IbdcurPnGKvfd3XHA
Video Rating: / 5
Send email to your app users via SendGrid with a Firestore Cloud Function trigger. Learn how to create transactional templates and send them to your users with ease. https://angularfirebase.com/lessons/sendgrid-v3-nodejs-transactional-email-cloud-function/
SendGrid: https://sendgrid.com/
CloudFunction: https://firebase.google.com/docs/functions/
Video Rating: / 5

Compensation Disclosure
-
This site receives compensation for referred sales of some or all mentioned products.
January 26th, 2021 at 7:01 am
<%body%> is replaced with html that you make on the server but is it possible to have a "base" html template with different "body" template that you can choose by adding the id in the data object to send ?
January 26th, 2021 at 7:35 am
UPDATE: You no longer need to use SendGrid now to compose your emails, you can trigger email using firebase email extension – https://firebase.google.com/products/extensions/firestore-send-email
January 26th, 2021 at 8:08 am
how do you set the SENDGRID_API_KEY? and just call it? I'm confused
January 26th, 2021 at 8:21 am
greate tutorial: thank you!
as a side note: I think the format to upload email data has changed do visit https://sendgrid.com/docs/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates/ for info. And the onCreate is returning context aswell to get userID and event would any way contain doc data in event.data().
January 26th, 2021 at 8:39 am
Show this error in functions/logs
TypeError: Cannot read property 'userId' of undefined
at exports.firestoreEmail.functions.firestore.document.onCreate.e (/srv/index.js:12:26)
I have the same code of you ,and i cant get it.
January 26th, 2021 at 9:16 am
Would the sendgrid API key not be exposed through how you've done it if someone was to debug line 6 of your code?
January 26th, 2021 at 9:52 am
Nice!
January 26th, 2021 at 10:30 am
Dude. You have 206k subscribers. How many developers are there in the world if a small portion of firebase learners are 206 thousand?
January 26th, 2021 at 11:03 am
I'm getting this problem pls help
Error: HTTP Error: 400, Billing must be enabled for activation of service '[cloudscheduler.googleapis.com]' in project '1002033818121' to proceed.
January 26th, 2021 at 11:22 am
UPDATE: Great tutorial! For users not getting data coming through your Firestore query, the API was updated. You now need to pull from context.params.userId instead of event.
January 26th, 2021 at 12:21 pm
UPDATE: Using "substitutions" no longer works. Use "dynamic_template_data" instead. You can leave out "substitutionWrappers" too.
January 26th, 2021 at 1:07 pm
Hi Im getting "cannot read property 'key' " of undefined at bject… on the line : functions()/config().sendgrid.key
Can anyone please advise. Thanks
January 26th, 2021 at 1:24 pm
Great video, however this tutorial is out of date now with latest SendGrid documentation. Check out these examples instead: https://github.com/sendgrid/sendgrid-nodejs/blob/master/use-cases/README.md#email-use-cases
January 26th, 2021 at 2:14 pm
More examples of sending emails are documented here.
https://github.com/sendgrid/sendgrid-nodejs/blob/master/use-cases/README.md#email-use-cases
January 26th, 2021 at 2:45 pm
Just in case you are using V3 and you can't seams to have substitution working, checkout this post on stack overflow between legacy translation template and API V3, https://stackoverflow.com/questions/52933914/substitutions-not-working-in-send-grid-via-firebase-functions
January 26th, 2021 at 3:11 pm
the "then" and "catch at the end was the wrong place for me
January 26th, 2021 at 3:34 pm
This tutorial is definitely awesome for beginners 👍🏼
January 26th, 2021 at 4:33 pm
Does it work for new user welcome email?? Thanks!
January 26th, 2021 at 4:49 pm
this should have thrown an error
invalid sendgrid.key
you set sengrid.key instead.
January 26th, 2021 at 5:45 pm
Having trouble recieving the email everything in cloud checks but I cannot recieve the email