Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schwartz committed Nov 8, 2024
1 parent 05116ba commit 6f0a673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/firebaseUtils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// firebaseUtils.js
import { db } from './firebaseInit';
import { db } from './firebaseInit.js';
import { doc, setDoc, getDoc } from 'https://www.gstatic.com/firebasejs/10.13.1/firebase-firestore.js';

// Store JWT token in Firestore
Expand Down

0 comments on commit 6f0a673

Please sign in to comment.