-
Notifications
You must be signed in to change notification settings - Fork 102
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
[2.1] Next features #115
Comments
For a synchronization system, I was wondering if you had considered Google Firebase's Firestore? Firebase makes it pretty easy to login with an online identity, and Firestore can store any blob data you need (such as all of the filters on your page). I'd understand if that is a lot of technology to learn, but it can be pretty light weight. |
I'm still considering my options. But, I am already using Firebase's Cloud Functions to generate the previews, I think using Firestore would be easy enough. But, I have to think more about it. |
After 2.0 WASM work, and some fixes, later on, #113 and #95. I am finally ready to do some more features.
I will start with some of the ones listed by the community.
I am very open to opinions and PRs!
The text was updated successfully, but these errors were encountered: