Facing issue when trying to run examples/collaborative-editors #66
lakbychance
started this conversation in
General
Replies: 1 comment 2 replies
-
Can you try to run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @Progyan1997 ,
I setup my project using
lerna
and didlerna bootstrap
as stated in project README. Post that, I went inside examples and ran theyarn start
command which first gave me an error regarding .firebase/database.rules.json not existing. I created one with read and write set as true (referring from firebase docs) and post that the webpack command throws the following errors in logs :-Question - Besides providing the database rules file, do I need to do something else for running the setup ? I guess since the emulator runs locally, a login wouldn't be required ?
P.S. - You might already be preparing the README for this so this is just a heads up. Let me know if I am missing out an obvious step here 😅
Beta Was this translation helpful? Give feedback.
All reactions