firebase-tools-ui
firebase-tools-ui copied to clipboard
Add QuickStart POC.
WIP WIP WIP
Things that do not quite work:
- Some markdown extensions
- Tab switch for languages
- Using the actual hosts and ports
- etc.
Open question: I wish we can have one single section for Admin SDKs, combining all env vars like so:
export GCLOUD_PROJECT=example
export FIRESTORE_EMULATOR_HOST=localhost:8080
export FIREBASE_DATABASE_EMULATOR_HOST=localhost:9000
Pros: more terse and copy-pasteable. Cons: not consistent with official docs and hard to reuse markdown files. Thoughts? @markarndt
As for mechanics, I've built the firesite pages with these files, so great.
As for UX, a dedicated Quickstart Guide page would have to include both Firestore and RTDB instructions (giving some users info they don't need), and without the tab switcher we're getting very long.
What were the issues with certain Markdown extensions?
As for UX, a dedicated Quickstart Guide page would have to include both Firestore and RTDB instructions (giving some users info they don't need), and without the tab switcher we're getting very long.
I'll work on the tab switcher next.
What were the issues with certain Markdown extensions?
Tab switcher is one of those things. Others include includecode
and variables etc. In short, anything with <%
is not going to work here.