Skip to content

Instantly share code, notes, and snippets.

@ShekMak
Created February 20, 2022 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShekMak/553c94d20910334abc65854329783c53 to your computer and use it in GitHub Desktop.
Save ShekMak/553c94d20910334abc65854329783c53 to your computer and use it in GitHub Desktop.
import { initializeApp } from 'firebase/app';
const credentials = {
apiKey: "AIzaSyClEUEa8Vvy8BKEHCIHDuHdumPA7a4YHDo",
authDomain: "task-project-723cc.firebaseapp.com",
databaseURL: "https://task-project-723cc.firebaseio.com",
projectId: "task-project-723cc",
storageBucket: "task-project-723cc.appspot.com",
messagingSenderId: "72751099473",
appId: "1:72751099473:web:d11e8d12a77eda68a79270",
measurementId: "G-1ED10QBLBK"
}
const firebase = initializeApp(credentials);
export default firebase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment