Skip to content

Commit

Permalink
create script to generate Firebase token
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNankani committed Aug 2, 2024
1 parent 7b2dd7d commit b32b745
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/typescript/utilities/firebaseRestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import fetch, { Response } from "node-fetch";
import { Token } from "../types";
import logger from "./logger";

import dotenv from 'dotenv';
dotenv.config();

const Logger = logger(__filename);

const FIREBASE_SIGN_IN_URL =
Expand Down
Loading

0 comments on commit b32b745

Please sign in to comment.