Data is not synced to Firebase when more than one firepad is active #114
tyagirajat200
started this conversation in
Bug Report
Replies: 1 comment
-
Hello, it seems that the FirebaseAdapter has some persisting state, so even if you create new instance of it, some stuff persist and the other instances doesn't works. In your case you might want to have 2 copies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created 3 monaco editors(for HMTL, JAVASCRIPT and CSS) connected with firebase using firepad. But whenever I changed the data in the editor, code is not synced to the firebase.
When I use @hackerrank/firepad package, pads are working fine and code is properly synced to the firebase.
Desktop:
OS: Windows
Browser chrome
Version: 102.0.5005.115 (Official Build) (64-bit)
Framework: Angular 12
Beta Was this translation helpful? Give feedback.
All reactions