-
Notifications
You must be signed in to change notification settings - Fork 265
Updating the Analytics account
< Applying Customizations page
This Wiki page will lead you through the customization of the Analytics account. In case of issues, feel free to enter in our community on and post your questions.
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:
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.
- Home
- Mobile Friendliness
- Getting Started
- Applying Customizations