File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ If you are creating an open source application under a license compatible with t
58
58
* copy/paste your configuration from your Firebase project's dashboard into one of these files
59
59
* * src/components/Firebase/firebase.js* file
60
60
* * .env* file
61
- * * .env.development* / * .env.production* files
61
+ * * .env.development* and * .env.production* files
62
62
63
- The * .env* or * .env.development* / * .env.production* files could look like the following then:
63
+ The * .env* or * .env.development* and * .env.production* files could look like the following then:
64
64
65
65
```
66
66
REACT_APP_API_KEY=AIzaSyBtxZ3phPeXcsZsRTySIXa7n33NtQ
@@ -86,9 +86,9 @@ REACT_APP_MESSAGING_SENDER_ID=701928454501
86
86
* add a redirect URL for redirecting a user after an email verification into one of these files
87
87
* * src/components/Firebase/firebase.js* file
88
88
* * .env* file
89
- * * .env.development* / * .env.production* files
89
+ * * .env.development* and * .env.production* files
90
90
91
- The * .env* or * .env.development* / * .env.production* files could look like the following then (excl. the Firebase configuration).
91
+ The * .env* or * .env.development* and * .env.production* files could look like the following then (excl. the Firebase configuration).
92
92
93
93
** Development:**
94
94
You can’t perform that action at this time.
0 commit comments