We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd92869 commit a9b34b5Copy full SHA for a9b34b5
docs/install-and-setup.md
@@ -31,7 +31,9 @@ export const environment = {
31
databaseURL: '<your-database-URL>',
32
projectId: '<your-project-id>',
33
storageBucket: '<your-storage-bucket>',
34
- messagingSenderId: '<your-messaging-sender-id>'
+ messagingSenderId: '<your-messaging-sender-id>',
35
+ appId: '<your-app-id>',
36
+ measurementId: '<your-measurement-id>'
37
}
38
};
39
```
0 commit comments