Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add firebase-data-generator #3

Merged
merged 2 commits into from
Jul 23, 2018
Merged

Add firebase-data-generator #3

merged 2 commits into from
Jul 23, 2018

Conversation

IanChen83
Copy link
Collaborator

  1. Add firebase-data-generator
  2. Update .gitignore to hide "firebase-admin.json" and "firebase-config.json

@@ -12,3 +12,7 @@ build
# misc
.DS_Store
npm-debug.log

# Firebase
firebase-config.json
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
  "apiKey": "<API-KEY>",
  "authDomain": "<AUTH-DOMAIN>",
  "databaseURL": "<URL>",
  "projectId": "<PROJECT-ID>",
  "storageBucket": "<BUCKET-URL>",
  "messagingSenderId": "<SENDER-ID>"
}


# Firebase
firebase-config.json
firebase-admin.json
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downloaded from Settings >> Service Accounts >> Firebase Admin SDK

@IanChen83 IanChen83 requested a review from Destinia July 19, 2018 09:08
@Destinia Destinia merged commit 19c9e7e into master Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants