Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

[parked] feat: firebase emulator #344

Open
wants to merge 1 commit into
base: epic-v2-save-load
Choose a base branch
from

Conversation

rostyslavvnahornyi
Copy link
Collaborator

@rostyslavvnahornyi rostyslavvnahornyi commented Nov 14, 2023

relates to #291

Hi!

Here is guide how to install and use firebase emulator:

  • Install Firebase Tools: npm install -g firebase-tools.
  • Initialize Firebase in your project: firebase init.
  • Select Firestore, Authentication, and Storage during the initialization process.
  • Install Java version 11 or higher (if you are using MacOS) - visit https://adoptium.net/ for installation.
  • Add firebase.json to your project directory and security rules.
  • To start the emulator, use the command: firebase emulators:start. It will run on http://localhost:4000/.
  • To start the project locally, use: npm run start:dev. If you don’t have environment files, you can still test and create data in the emulator.

I have already added firebase emulator, but there are a lot of emulator files after executing run from cli. Maybe we need to hide it in gitignore ?

@kfarr kfarr changed the title feat: firebase emulator [parked] feat: firebase emulator Jan 2, 2024
@kfarr
Copy link
Contributor

kfarr commented Jan 2, 2024

This will not be merged for now, people can refer to this as needed. I'll keep it open and "parked" until we need to merge it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

Successfully merging this pull request may close these issues.

2 participants