I currently use Firebase as my solution for creating most applications. A new client needs a solution that will not be connected to the internet for the majority of the day.
Because I have my own CMS tool built out that uses firebase, I thought it would be a good idea to make use of the firebase emulators. But while reading this documentation I saw a note that said
Note: Do not attempt to use these emulators as "self-hosted" versions of Firebase services. They are built for accuracy, not performance or security, and are not appropriate to use in production.
I can't find articles talking about why this is exactly a problem though, can anyone see why my solution would have issues?
Question Answered Below, here's my update I decided to move over and use MongoDB as my local data storage solution
[Firebaser here] The Firebase Emulators are NOT built for use as self-hosted replacements for Firebase. They are for testing. Using them in production is a very bad idea for the following reasons: