Skip to content

Commit 2f4327b

Browse files
docs: format
1 parent b7d92fb commit 2f4327b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ However, you only want to do this for the web platform. For non-web / native app
272272
At some point during your application's bootstrap processes, initialize firebase like this:
273273

274274
```javascript
275-
import { getApp, initializeApp } from "@react-native-firebase/app";
275+
import { getApp, initializeApp } from '@react-native-firebase/app';
276276

277277
// web requires dynamic initialization on web prior to using firebase
278-
if (Platform.OS === "web") {
278+
if (Platform.OS === 'web') {
279279
const firebaseConfig = {
280280
// ... config items pasted from firebase console for your web app here
281281
};

0 commit comments

Comments
 (0)