Connect to Firebase
One-time setup — follow these steps to get your platform live in about 5 minutes.
1
Create a free Firebase project
Go to console.firebase.google.com → click Add project → name it fidelis-training → disable Google Analytics → click Create project.
2
Enable Authentication
In your Firebase project → Build → Authentication → Get started → click Email/Password → Enable it → Save.
3
Enable Firestore Database
Build → Firestore Database → Create database → choose Start in test mode → select your region → Done.

Then go to Rules tab and paste this, then Publish:
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if request.auth != null; } match /sessions/{sid} { allow read: if true; } match /completions/{cid} { allow create: if true; } } }
4
Get your Firebase config
In Firebase → Project Settings (⚙ gear icon) → scroll to Your apps → click </> Web → register app as fidelis-web → copy the config values below.
5
Paste your config values here
Find these in the firebaseConfig object shown after registering your app.
Config is saved in your browser. You only need to do this once.
Sign in
Fidelis Safety Training Platform
Invalid email or password.
Signed in as
Fidelis Safety Training
Join Training
Enter the session code or scan the QR code
1
2
3
Select your name
🔍 Can't find your name?
Add yourself below. If someone else has your same name, add your Employee ID to tell you apart.
2
3
4
Watch the Video
Watch the complete video before taking the quiz.
3
4
Knowledge Quiz
Answer all questions to proceed
4
Sign Acknowledgment
Read and check each item, then sign with your full name
✍ Sign here
Signing as:
Training Complete