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

Init firebase emulator (#191) #193

Closed
wants to merge 6 commits into from
Closed

Conversation

xpbowler
Copy link

@xpbowler xpbowler commented Jun 28, 2024

Notion ticket link

Initialize Firebase Local Emulator Suite

Implementation description

  • Added a flag called firebase-emulator that starts up the firebase emulator services (auth, firestore, storage)
  • TODO: replace my personal firebase account token with UW Blueprint's

Steps to test

  1. docker-compose --profile firebase-emulator up --build
  2. View emulator UI suite at localhost:5003
  3. To generate firebase private token for repo, firebase login:ci (assuming logged into firebase project with firebase-cli)

Checklist

  • My PR name is descriptive and in imperative tense
  • My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits
  • I have run the appropriate linter(s)
  • I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR

* firebase init

* fix gitignore

* remove large files
@xpbowler xpbowler closed this Jun 28, 2024
@xpbowler xpbowler reopened this Jun 28, 2024
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.

3 participants