Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 300 Bytes

PIL Discord OAuth69

Create config.ts and add the following contents to it:

export const firebaseConfig = {
  apiKey: "API_KEY",
  authDomain: "AUTH_DOMAIN",
  projectId: "PROJECT_ID",
  storageBucket: "STORAGE_BUCKET",
  messagingSenderId: "MESSAGING_SENDER_ID",
  appId: "APP_ID"
};