feat: password reset and firebase security
This commit is contained in:
8
.env.sample
Normal file
8
.env.sample
Normal file
@@ -0,0 +1,8 @@
|
||||
REACT_APP_FIREBASE_API_KEY=<BUNCHofRandomNumbersAndChars>
|
||||
REACT_APP_DEV_AUTH_DOMAIN=<name>.firebaseapp.com
|
||||
REACT_APP_DEV_DATABASE_URL=https://<name>.firebaseio.com
|
||||
REACT_APP_DEV_PROJECT_ID=<name>
|
||||
REACT_APP_DEV_STORAGE_BUCKET=<name>.appspot.com
|
||||
REACT_APP_DEV_MESSAGING_SENDER_ID=############
|
||||
|
||||
REACT_APP_CONFIRMATION_EMAIL_REDIRECT=https://<name>.firebaseapp.com
|
||||
Reference in New Issue
Block a user