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

Here at Teal Green, we are as passionate about charity events as we are about travelling, and so we have dedicated this part of our website to some of the great charity events happening all over the world.

​

Take a look and see if there are any events that you would be interested in getting involved in.

Teal Green Charities Logo.png

Teal Green are proud to support many charities and to help we have dedicated this page on our website to share some of the upcoming events that these great charities get involved with.  If you want to get involved then click on the links and get taken to the charities websites.

Recommended for you...

Hope Charity - Hike through the Canadian Rockies

BanffHope.jpg
Tropical Leaves

All of the above are information is fictitious charities designed to help demonstrate Apteco software to real charities.  Teal Green and Apteco take not responsibility for the above charities and do not accept donations for them.  If you work for a charity and would like to find out more about what Apteco can do for your charity, please visit us at https://www.apteco.com/solutions/industries/charity

  • Facebook
  • Twitter
  • LinkedIn

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

bottom of page