Powered by Firebase & GitHub Pages
Free hosting solution for academic projectsRecords: Loading...
Database: Firebase Firestore
Status: Connecting...
Hosting: GitHub Pages
Storage: Cloud Firestore
Cost: Free Tier
Upload your CSV file to migrate data from Azure SQL to Firebase:
Sample Firestore Security Rules:
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; // For development only } } }