I'm just wanting to email a user a basic email like a welcome email.
Is this available on the paying plans?
I'm just wanting to email a user a basic email like a welcome email.
Is this available on the paying plans?
Yes. :) With Google Cloud Function for Firebase (announced today) this is pretty trivial, example code here.
Nope. Firebase does not provide an open email service.
Update: But you can use Cloud Functions for Firebase to send email easily. In fact, sending a welcome message to new users is one of the examples provided.