Skip to content

Updating the Analytics account

Guilherme Borges Bastos edited this page Jun 5, 2020 · 3 revisions

Updating Analytics info

This step is mandatory in order to enable the Firebase Analytics.

The resume application uses Firebase to enable Google Analytics. Follow the next steps in order to set up your Firebase credentials:

Set up Firebase account

On this official link, do steps 1 and 2 only, which explains the necessary steps for the creation of a Firebase account. As soon as you reach the point where Firebase provides the firebaseConfig information, copy this information and keep it:

firebaseConfig example

var firebaseConfig = {
  apiKey: "api-key",
  authDomain: "project-id.firebaseapp.com",
  databaseURL: "https://project-id.firebaseio.com",
  projectId: "project-id",
  storageBucket: "project-id.appspot.com",
  messagingSenderId: "sender-id",
  appID: "app-id",
};

Go to the environments.ts file, paste the firebaseConfig information and save it.

After that, you should start to see data in at most a couple of days. To access the Analytics panel on Firebase, go to the Firebase Console and open the Analytics -> Dashboard page, on the sidebar.

analytics-firebase-preview