Skip to content

Commit a9b34b5

Browse files
authored
docs(): Added the missing appId and measurementId in install-and-setup.md (#2537)
1 parent dd92869 commit a9b34b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install-and-setup.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ export const environment = {
3131
databaseURL: '<your-database-URL>',
3232
projectId: '<your-project-id>',
3333
storageBucket: '<your-storage-bucket>',
34-
messagingSenderId: '<your-messaging-sender-id>'
34+
messagingSenderId: '<your-messaging-sender-id>',
35+
appId: '<your-app-id>',
36+
measurementId: '<your-measurement-id>'
3537
}
3638
};
3739
```

0 commit comments

Comments
 (0)