Skip to content

Commit

Permalink
Change default project ID to demo-project.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenshi committed Apr 20, 2021
1 parent 5fd82c7 commit 4d8b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/src/emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function createMockUserToken(
type: 'JWT'
};

const project = projectId || 'fake-project';
const project = projectId || 'demo-project';
const iat = token.iat || 0;
const uid = token.uid || token.user_id;
if (!uid) {
Expand Down

0 comments on commit 4d8b954

Please sign in to comment.