-
Using firebase will become really expensive as more users join. I'd suggest that the backend be moved from firebase to a linux server with mongodb. Queries should be pretty similar between firebase and mongodb and the cost of running the servers will be much lower and more predictable. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Yeah i know, i want to its just a big change to rewrite all the database connections, move the data over without breaking anything and not loosing data. Right now its approaching 400, mostly due to the amount of data stored. |
Beta Was this translation helpful? Give feedback.
-
Would you consider supporting remoteStorage? It allows people to store their history somewhere else and you wouldn't have to pay for those users. |
Beta Was this translation helpful? Give feedback.
Yeah i know, i want to its just a big change to rewrite all the database connections, move the data over without breaking anything and not loosing data.
Right now its approaching 400, mostly due to the amount of data stored.