UNPKG

smart-database

Version:

This is smart database using firebase . it is only for those students whose learn forntend . they can use firebase as a backend to save own data .

12 lines (9 loc) 376 B
const firebaseConfig = { apiKey: import.meta.env.VITE_API_KEY, authDomain: import.meta.env.VITE_AUTH_DOMAIN, projectId: import.meta.env.VITE_PROJECT_ID, storageBucket: import.meta.env.VITE_STORAGE_BUCKET, messagingSenderId: import.meta.env.VITE_MESSAGING_SENDER_ID, appId: import.meta.env.VITE_APP_ID, }; export {firebaseConfig}