-
Notifications
You must be signed in to change notification settings - Fork 939
Create messaging-compat #4544
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
Create messaging-compat #4544
Conversation
|
Changeset File Check ✅
|
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.
From the CI errors:
- Needs an
.eslintrc.js
- Add
@firebase/messaging-compat
after this line:
firebase-js-sdk/.changeset/config.json
Line 25 in c3e5d5a
"@firebase/messaging-exp",
Binary Size ReportAffected SDKs
Test Logs |
3c6f07b
to
fc4f21d
Compare
Approved pending CI |
Using the modular sdk to recreate legacy API surface
- Update licenses date to 2020 (from 2017, 2018) - Declare Module in `registerMessagingCompat.ts` - Update build rule (package.json): -- add `app-comapt` as a dev dependency
Thanks Christina for the input here. Changes are - Add entry in changeset file - Add eslintrc.js to `messaging-compat`
- return type in `onMessage`
- Updated dependencies versions - Remove redundant namespace declarations
fc4f21d
to
d0476f0
Compare
Using the modular sdk to recreate legacy API surface