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

City break in Stockholm

Writer's picture: Matt SuchMatt Such

Updated: Oct 28, 2022

Stockholm is a beautiful city where you will find modern ideas among historical landscape. The city has a lots of cycle lanes and electric scooters for hire, for getting around the city which has meant a great reduction of cars within the city.


While there we walked across one of Stockholm's beautiful bridges to Old Town where we visited the Noble Prize Museum which had a good mixture of literature on past winners and practical learning for the kids.

In Old town there are lots of small shops for your tourists trinkets and some terrific cafes.

We went in February and enjoyed ice staking in Kungsträdgården that was free (apart from hiring skates) before visiting the Vasa Museum to see the Vasa ship from the 17th century.



Tip: Stockholm is almost completely cash free where the locals have embraced contactless payments and even advertise that they do not accept cash.

We visited Haga park for walking, cycling and seeing the Crown Princess Victoria's Residence Haga Castle.

For evening meals with a difference, there is dinner at Junibacken – Museum of Fairytales and Stories where not also do they server great food but they also offer a very unique fairly tale ride.

Or a night of games and dinner at the Kastellet Fortress, Vaxholm where you can enjoy the local cuisine.

Overall we found Stockholm to be a beautiful place to visit with the perfect balance of history and modern convenience, from Old Town to modern shopping centres, from dinning in a castle to having a burger at Hard Rock Cafe.


Travel by bike, electric scooter, water taxi or just a nice walk, you will find Stockholm has a lot to offer.






Comments


  • Facebook
  • Twitter
  • LinkedIn

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

bottom of page