Firebase Config

Hello, im very new on ionic

I’m learning how to do CRUD with firebase,
and i have to fill this inside the ‘app.module.ts’:

export const firebaseConfig = {
apiKey: "", //where i can find this?
authDomain: "", //where i can find this?
databaseURL: "", //where i can find this?
storageBucket: "", // where i can find this?
messagingSenderId: "" //where i can find this?
};

This is my screenshoot from console.developers.google.com:


pls help me find to fill the blank because i dont know where to find.

Log into to your Firebase account online (https://console.firebase.google.com/) .Select your project, then select the ‘Add Firebase to your web app’’ icon

screencapture-console-firebase-google-project-peaks-18e1a-overview-1502987476355

thankyou very much! solved!