Skip to content

Commit d987763

Browse files
authored
Align comments in example code snippets. (#4436)
1 parent 1d16752 commit d987763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,12 +1117,12 @@ declare namespace firebase {
11171117
* // https://console.firebase.google.com
11181118
* firebase.initializeApp({
11191119
* apiKey: "AIza....", // Auth / General Use
1120-
* appId: "1:27992087142:web:ce....", // General Use
1120+
* appId: "1:27992087142:web:ce....", // General Use
11211121
* projectId: "my-firebase-project", // General Use
11221122
* authDomain: "YOUR_APP.firebaseapp.com", // Auth with popup/redirect
11231123
* databaseURL: "https://YOUR_APP.firebaseio.com", // Realtime Database
11241124
* storageBucket: "YOUR_APP.appspot.com", // Storage
1125-
* messagingSenderId: "123456789", // Cloud Messaging
1125+
* messagingSenderId: "123456789", // Cloud Messaging
11261126
* measurementId: "G-12345" // Analytics
11271127
* });
11281128
* ```

0 commit comments

Comments
 (0)