The Firebase documentation mentions that the local emulator supports Real and Demo projects. A demo project is defined as:
A demo project has no Firebase console configuration and no live resources. Demo project IDs have the demo- prefix.
The above mentions a demo- prefix but I can't find any examples of how that works. Is it possible to setup a demo project as specified in the above documentation without requiring a Firebase console project or any live resources?
firebase use --add
. I've tried manually adding a demo project to.firebaserc
to no avail. – Superiority