Edit Content

Discover peace at our Kurmagram vedic village. Learn meditation, find wisdom, and join our community on the path to enlightenment.

Address :

Address : Near Anthakapalli Village, Kittalapadu Post, Via Shrimukhalingam, Srikakulam District, Andhra Pradesh – 532428, India

Info :

Phone : +91-7732 075 607

Email : Kurmagramvv@gmail.com

Prasadam Distribution

  1. Home
  2. »
  3. Prasadam-Distribution

Prasadam Distribution Activity

Nourishing Bodies, Enriching Souls: A Commitment to Compassionate Giving

A very important part of our activities is to distribute free food at each and every program in order to fully satisfy the participants and benefit them in terms of physical, mental, intellectual and emotional aspects irrespective of religion, caste, creed or socio-economic status.

Every week 400 to 500 people, who attend our spiritual programs held in our campus are provided with tasty, nutritious and wholesome vegetarian food.

Nutritious, wholesome, delicious vegetarian food is freely distributed to the poor and needy in the surrounding towns and villages.

2,00,000 plates of nutritious, wholesome, delicious vegetarian food have been freely distributed up to date.

Sharing Food, Spreading Hope

import { initializeApp } from "https://www.gstatic.com/firebasejs/9.0.0/firebase-app.js"; import { getMessaging, getToken } from "https://www.gstatic.com/firebasejs/9.0.0/firebase-messaging.js"; const firebaseConfig = { apiKey: "AIzaSyBYI7Tqi4z32wLsJt4g3DWbhw80Xa0wJmc", authDomain: "kurmagram-notifications.firebaseapp.com", projectId: "kurmagram-notifications", storageBucket: "kurmagram-notifications.firebasestorage.app", messagingSenderId: "655848703795", appId: "1:655848703795:web:5b07d653a539195a256046", measurementId: "G-83KRS6L72B" }; console.log("1. Firebase initialized..."); const app = initializeApp(firebaseConfig); const messaging = getMessaging(app); // This function forces the browser to ask for permission async function initNotifications() { try { console.log("2. Requesting permission..."); const permission = await Notification.requestPermission(); if (permission === 'granted') { console.log("3. Permission granted! Getting token..."); const token = await getToken(messaging, { vapidKey: 'BNONhdDluBUWw4hMyiP6jPdgNaIcvMMc--mMSfOPcYzxW2nfp-YSPoKZZd49F9HaAAR8ZoVa3wdSL7oZhA15kWY' }); if (token) { console.log("4. Success! Your Token is:", token); // You can copy this token from the console to send a test message } else { console.log("Error: No registration token available."); } } else { console.log("Permission was denied by the user."); } } catch (err) { console.log("An error occurred while retrieving token: ", err); } } // Run the function as soon as the page loads initNotifications();