- Open a GitHub Issue for a discussion of your idea before working on it
- Fork this repo, develop your solution and submit a PR
See the GitHub Issues list for any open Issue.
General improvements to any aspect of this adapter are welcome, just ensure major work is preceded by a conversation in a GitHub Issue.
npm run format
: format the code using Prettiernpm run format
: check that the code is correctly formattednpm run test
: run the unit tests using Vitestnpm run test:coverage
: check test coverage
This was based on the contribution guidelines in svelte-adapter-firebase