Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(user-notification): Firebase Credentials Setup for Local Development #17199

Merged
merged 13 commits into from
Dec 13, 2024
Merged
2 changes: 2 additions & 0 deletions apps/services/user-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Get secrets:
yarn get-secrets user-notification
```

> **Important**: For local development, the `FIREBASE_CREDENTIALS` environment variable needs to be cleaned of newlines. After running `get-secrets`, make sure to remove any newline characters from the `FIREBASE_CREDENTIALS` value in your environment.

Initalize dependencies:

```sh
Expand Down
1 change: 0 additions & 1 deletion apps/services/user-notification/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"yarn get-secrets user-notification",
"yarn nx run services-user-notification:dev-services",
"yarn nx run services-user-notification:migrate",
"yarn nx run services-user-notification:seed"
Expand Down
Loading