-
Notifications
You must be signed in to change notification settings - Fork 938
Fix FCM rxjs Incompatibility #3221
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
Merged
Merged
Changes from 43 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
dde3bfd
Enable the FCM integration test (IT) for Chrome.
099c76a
[AUTOMATED]: License Headers
14d38bc
Enable integration test (IT) for FCM.
zwu52 910e6a1
Correct int syntax
zwu52 b46f232
This file wasn't auto-saved
zwu52 1e68ca5
Trigger FCM IT
zwu52 b8ed1ba
Test Secrets can be accessed w/o dotenv
zwu52 37fb7c9
Add fcm sercret to workflow
zwu52 8d3e700
Update test-changed.yml
zwu52 cac7b80
test send (background only)
zwu52 5909104
remove dotenv
zwu52 2df79b5
feed secrest into test:all workflow
zwu52 fccb108
Update test-all.yml
zwu52 3ea2c73
background messaging checking
zwu52 81a84f0
[AUTOMATED]: License Headers
zwu52 9038d1a
rerun
zwu52 a1345e7
added waiting
zwu52 1bcab1c
wait
zwu52 75b5ba6
Update test-send.js
zwu52 36d2272
Update test-send.js
zwu52 8e7c27d
Examine wrong sercret
zwu52 976d3cd
Update sendMessage.js
zwu52 343af85
Update sendMessage.js
zwu52 0750f00
Update sendMessage.js
zwu52 068b173
Update sendMessage.js
zwu52 e3fcea3
Update sendMessage.js
zwu52 fdb4ca2
Merge branch 'master' into test
zwu52 b60d010
update fcm project
zwu52 3acc255
Update package.json
zwu52 4f12ef8
Update test-send.js
zwu52 1d2368c
open new tab for backgournd receive
zwu52 6ab745f
removed test-send
zwu52 4c5e360
Adding Reties
zwu52 2f9b9bc
Change timeout limit
zwu52 4775b91
retry 3 times
zwu52 1e54408
adjust mocha setting
zwu52 5753fa5
update
zwu52 dc4cca8
Enable foreground tesing
zwu52 fc3a3fb
Merge branch 'master' into test
zwu52 9b57708
Fix FCM rxjs incompatibility
zwu52 af71124
Use one listener to handle next and observer for onMessage
zwu52 71561e4
Merge branch 'master' of https://github.com/firebase/firebase-js-sdk …
zwu52 2feb4a7
Add changeset to the PR
zwu52 4aca0f2
Update tough-rings-bake.md
zwu52 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 hidden or 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,6 @@ | ||
--- | ||
'firebase': minor | ||
'@firebase/messaging': minor | ||
--- | ||
|
||
Added support for `onMessage` so the internal callback can work with [Subscriber](https://rxjs.dev/api/index/class/Subscriber) |
This file contains hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.