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 …

Get longitude and latitude from an Address with Google Maps programmatically

After some Googling on how to get Longitude and Latitde from an address using the Maps JavaScript API I soon understood that you actually can’t use this particular API, it is only for displaying the map, but you can easily use another api to do this which works in the same way. The API we …