If Firebase shows "Connection Failed":
2. Select your project: pushpa-portfolio-ab053
3. Click Firestore Database → Rules
4. Replace the rules with:
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true;
}
}
}
5. Click Publish and wait 30 seconds
Current error: None