-
Notifications
You must be signed in to change notification settings - Fork 20
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
An API to change firebase reference? #39
Comments
@Blakeinstein Can you provide some code example to explain your use-case? |
I am planning to add collab on multiple file documents, that I plan to write to a file on a remote machine. Now Currently I get around this by,
This works overall, but I also need to list active users, and every file contains a separate user list. Which is useful to say which people are on the current file, but I then dont have a way to easily list all users. I was interested in more of a native way of achieving this. |
@Blakeinstein That's actually the right way to switch Firebase reference. We have some number of side effects associated with Firebase ref on creation of Firepad. These need to be handled well, and hence calling |
That sounds great and I have been doing just that. Thanks! Was interested in a more native way of doing this. where i dont have to maintain multiple users list. |
@Blakeinstein Let me think it through if we can expose some APIs with User presence data. |
I want to provide multi file support. Instantiating multiple monaco editors can affect performance. I think we can use monaco's ITextModel api, to be able to track multiple files.
The text was updated successfully, but these errors were encountered: