Create a Google Firebase Function which sends out email to new users with a beautiful template

Let us create firebase function for sending out email if there is a new user logging in through our Firebase app. To do this you should have a Firebase authentication set up already for an app. We are sending out the mail to new users with the help of a gmail account. We are also …

How to deploy a multi-language Angular 10 app to Google Cloud using Firebase

From a post before I wrote about how you can implement different languages into your language with the help of Angular’s i18n internationalization system. That means your application can be built and have multiple folders which are the translated version of the app. In this example I have Japanese and the default English from previous …