Skip to content

Fix/firebase setup #100

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

junaiddshaukat
Copy link

Description

Changes Made

✅ Removed firebase.ts from .gitignore.
✅ Added .env.example to guide users on required environment variables.

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable
  • Verified all tests pass
  • Updated documentation, if needed

How to Test

  1. Pull this branch.
  2. Run npm install (if needed).
  3. Copy .env.example to .env and fill in real credentials.
  4. Check if Firebase integration works properly.

@junaiddshaukat
Copy link
Author

@its-me-abhishek I have added the firebase.ts file for easy setup and also added the .env.example files for the clarity in setup.

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.

Remove firebase.ts from .gitignore & Add .env.example for Clarity
1 participant