Skip to content

Commit

Permalink
Merge pull request #5 from IO-Design-Team/feature/contributing-sdk-links
Browse files Browse the repository at this point in the history
Add JS SDK links to CONTRIBUTING.md
  • Loading branch information
Rexios80 authored Sep 14, 2024
2 parents 4f1d07a + 4401841 commit 8afddc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ The process for adding new interop code is as follows:
- File and folder names should be converted to `snake_case`
- All identifiers should be strict `camelCase` or `PascalCase` unless doing so affects readability. For example, `photoURL` in JS should be changed to `photoUrl` in dart with an `@JS('photoURL')` annotation.
- Adding lint ignores is fine in cases where fixing the lint would make code or comments less faithful to the source material

## JS SDK Links

If interop for any other SDKs is necessary, please update this list

- [firebase-admin](https://github.com/firebase/firebase-admin-node)
- [firebase-functions](https://github.com/firebase/firebase-functions)
- [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore)

0 comments on commit 8afddc1

Please sign in to comment.