Skip to content

Commit e78c971

Browse files
committed
Create .env.example
1 parent b3b6ac3 commit e78c971

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
REACT_APP_API_KEY=YOUR_API_KEY
2+
REACT_APP_AUTH_DOMAIN=YOUR_PROJECT_NAME.firebaseapp.com
3+
REACT_APP_PROJECT_ID=YOUR_PROJECT_NAME
4+
REACT_APP_STORAGE_BUCKET=YOUR_PROJECT_NAME.appspot.com
5+
REACT_APP_MESSAGING_SENDER_ID=YOUR_MESSAGING_SENDER_ID
6+
REACT_APP_APP_ID=YOUR_APP_ID
7+
REACT_APP_MEASUREMENT_ID=YOUR_MEASUREMENT_ID

0 commit comments

Comments
 (0)