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
Identity
2
Video
3
Sign
🔒
Confirm Your Identity
Enter your information to find your name on the roster
🔍 Not on the roster?
If you're not listed, you can add yourself below. All three fields are required.
Identity
2
Video
3
Quiz
4
Sign
🎬
Watch the full video to continue
Watch the complete video before continuing.
Identity
Video
3
Quiz
4
Sign
Knowledge Quiz
Answer all questions to proceed
Identity
Video
Quiz
4
Sign
Sign Acknowledgment
Read and check each item, then sign with your full name
✍ Sign here
Signing as:
Training Complete