-
Notifications
You must be signed in to change notification settings - Fork 9
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: FCM v1 #316
Merged
Merged
feat: FCM v1 #316
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d700411
feat: FCM v1
chris13524 0caa7e2
chore: lots of boilerplate
chris13524 3fa1538
fix: bad match
chris13524 0484caf
fix: missing route
chris13524 fe90937
chore: rename test case
chris13524 eb78db0
fix: var.grafana_auth
chris13524 bef12c8
fix: nullability constraint
chris13524 b5f74d0
feat: use FCM v1 instead if configured
chris13524 ff4b6a9
fix: tests
chris13524 3fcc91f
chore: various fixes/improvements to use new version of fcm-rust
chris13524 37f019f
chore: update
chris13524 63df7de
Merge branch 'main' of https://github.com/WalletConnect/echo-server i…
chris13524 377e73d
fix: wrong variable
chris13524 81029d1
fix: remove removed fields
chris13524 7106639
chore: document secrets
chris13524 e1400cc
fix: compile errors
chris13524 52b4cf6
fix: provide valid JWTs to credentials tests
chris13524 4b12842
fix: error handling
chris13524 3f7a8c5
chore: remove patches
chris13524 96d2915
Merge branch 'main' of https://github.com/WalletConnect/echo-server i…
chris13524 c717e97
fix: fmt
chris13524 6a20d9d
fix: FCM v1 enabled_providers test
chris13524 ef99f83
fix: more enabled_providers tests
chris13524 c6a64d8
fix: secrets
chris13524 e0c138b
chore: comment, reorder
chris13524 310cc1c
chore: comment
chris13524 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## `PROD_JWT_SECRET` & `STAGING_JWT_SECRET` | ||
|
||
From 1Password: `cloud/push-server-jwt/prod` and `cloud/push-server-jwt/staging` | ||
|
||
Generated randomly and used by Cloud app to sign JWTs. | ||
|
||
## `ECHO_TEST_FCM_V1_CREDENTIALS` | ||
|
||
FCM v1 service account credentials for test cases. | ||
|
||
Setup: | ||
- Go to the Push Server Tests Firebase project: https://console.firebase.google.com/project/push-server-tests-cc0f7/settings/cloudmessaging | ||
- On Cloud Messaging tab, under the "Firebase Cloud Messaging API (V1)" header, click the "Manage Service Accounts" link | ||
- Select the service account and click "Manage keys" | ||
- Click "Add key" and select "Create new key" and pick JSON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoids this error in newer TF versions and matches other repos: