Firebase Web
Use this skill as a basic starting point.
Workflow
- Review which Firebase services the app actually uses.
- Identify configuration, auth, storage, or data flow needs.
- Keep client initialization and service boundaries clear.
- Avoid coupling unrelated features into a single module.
- Verify behavior in local and deployed environments.
Output
- Produce practical Firebase related changes.
- Keep integration straightforward and maintainable.
- Prefer explicit service usage over broad global setup.