window.onload = function() { // Import the functions you need from the SDKs you need import { initializeApp } from "firebase/app"; import { getAuth } from 'firebase/auth'; import { getAnalytics } from "firebase/analytics"; import { getMessaging } from "firebase/messaging"; // Your web app's Firebase configuration // For Firebase JS SDK v7.20.0 and later, measurementId is optional const firebaseConfig = { apiKey: "AIzaSyAqG18CpEZygNSvaGL303y2FUVtJ0G-M1w", authDomain: "tealgreen-e4862.firebaseapp.com", projectId: "tealgreen-e4862", storageBucket: "tealgreen-e4862.firebasestorage.app", messagingSenderId: "900961678193", appId: "1:900961678193:web:7f4d87a9ebd543dcd37cd0", measurementId: "G-C0SXBRNDT8" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const auth = getAuth(app); const analytics = getAnalytics(app); const messaging = getMessaging(app); // Request Notification Permission function requestNotificationPermission() { if ('Notification' in window) { Notification.requestPermission() .then(function(permission) { if (permission === 'granted') { console.log('Notification permission granted.'); // Proceed with token retrieval and subscription (not included in this example) } else { console.log('Notification permission denied.'); } }); } else { console.log('Notifications not supported on this browser.'); } } // Call the function to request permission requestNotificationPermission(); };
top of page

Destinations

As a valued member of our Teal Green Reviews community, we would love to know which destinations interest you most.  We can then make sure our future blogs are what you really want to read. 

Your Favourite Continent

Where would you most like to visit for the destination of a lifetime?

​

Let us know by clicking on the Like button for your favourite Continent and we will make sure that you are kept informed of the great countries to visit on these continents with new blogs.

Worlds End South Africa

Africa

Africa offers some of the most beautiful natural world you could ever see.

  • Facebook
  • Twitter
  • LinkedIn

©2021 by Teal Green Reviews. Proudly created with Wix.com

bottom of page