Firebase Configuration

  • Create firebase account

  • Goto firebase console - https://console.firebase.google.com/

  • Click on `Add new project`

  • It’s going to ask you create a new project

  • Click on ‘Create Project’ Button, It’s create a new project Click on this new project box it’s open details of this project with lots of options. Then choose ‘Add Firebase to your web app’ and click on it. Its provide you firebase configurations information, copy this configurations infos.

  • Open Ionicbucket project and go into project `src/config/firebase.ts` file and paste here firebase configuration information.

Last updated