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

Beauty of Bled

Writer's picture: Matt SuchMatt Such

Updated: Oct 28, 2022

For our visit to Bled in Slovenia, we stayed in the Rikli Balance Hotel which had stunning views of Bled lake and it's medieval castle as well as the church on Bled Island. The hotel is at one with it's surroundings as it has many wonderful touches to make it a hotel that cares about nature and the environment.

Take in the beauty walking around the lake
Bled Lake

The walk around the lake gives you the opportunity to take in the pleasing combination of natural beauty and wonderful architecture.

When conditions allow, ice skating takes place on the lake, but during our visit the temperature was very mild and so we took a short coach journey to Kranjska Gora for some skiing. The facilities for skiing were excellent, with a good number of slops at various levels, and plenty of opportunity to kick the ski's off and have a drink in the bars.


Enjoy a well deserved drink after skiing
Ski Bar


Comments


  • Facebook
  • Twitter
  • LinkedIn

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

bottom of page