Skip to content

Instantly share code, notes, and snippets.

@prashantbirajdar999
Last active November 18, 2019 07:02
Show Gist options
  • Save prashantbirajdar999/f49d5b783103c19369f2791abfa2b70c to your computer and use it in GitHub Desktop.
Save prashantbirajdar999/f49d5b783103c19369f2791abfa2b70c to your computer and use it in GitHub Desktop.
Firestore env file
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