Last active
November 18, 2019 07:02
-
-
Save prashantbirajdar999/f49d5b783103c19369f2791abfa2b70c to your computer and use it in GitHub Desktop.
Firestore env file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const environment = { | |
production: true, | |
basePath: '', | |
idleTimeEnable: true, | |
firebaseConfig: { | |
apiKey: "AIza************************", | |
authDomain: "reac***********eapp.com", | |
databaseURL: "https://reac***********eio.com", | |
projectId: "react-base-2fe6f", | |
storageBucket: "rea***********t.com", | |
messagingSenderId: "***********", | |
appId: "1:***********:web:***********" | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment