We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a7423 commit 9ed618dCopy full SHA for 9ed618d
packages/server/src/server/services/fcmService/index.ts
@@ -129,8 +129,6 @@ export class FCMService {
129
return false;
130
}
131
132
- console.log(this.clientConfig.project_info)
133
-
134
this.dbType = (this.clientConfig.project_info?.firebase_url) ? DbType.REALTIME : DbType.FIRESTORE;
135
136
// Initialize the app
0 commit comments