Skip to content

Commit

Permalink
omg....
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Jul 31, 2024
1 parent a8b4bea commit 657fece
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/db/resolvers/session-login-firebase.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//import { initializeApp, cert } from 'firebase-admin/app';
import { initializeApp, cert } from 'firebase-admin/app';
import { getAuth } from "firebase-admin/auth";
import { query } from "../connection.js";
import { packAsToken } from "../../utils/token.js";
Expand All @@ -7,15 +7,15 @@ import { sendWelcomeMessage } from "./inbox.js";
import md5 from 'md5';


//import key from "../../firebase-adminsdk-credential.js";
import key from "../../firebase-adminsdk-credential.js";
import { getInvalidUsernameError } from '../../utils/getInvalidUsernameError.js';




// const APP = initializeApp({
// credential: cert(key)
// });
const APP = initializeApp({
credential: cert(key)
});



Expand Down

0 comments on commit 657fece

Please sign in to comment.