-
Notifications
You must be signed in to change notification settings - Fork 205
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
Develop #321
Develop #321
Conversation
Added test for v1 baseapi
Added v1 endpoints for pyFCm in new v1 package.
Implemented priority for android formatted codes with black
- Added black formatting steps to check whether the codes are formatted or not before merge
- Added black formatting steps to check whether the codes are formatted or not before merge
- Fixed pipeline - should run on every action for code quality checks
Fixed tests for async
- Formatted code
Hi @olucurious , Thanks |
Hi @olucurious, Thanks |
@olucurious, |
yes @olucurious, please review and merge the PR, as the deadline is 20th June for the legacy FCM APIs to get deprecated |
I'm doing some refactoring, but an update will be pushed today |
@olucurious , |
Hi @olucurious, sorry to bother you, but could you please review and merge the PR at your earliest convenience? We need sufficient time to test it in our dev environments before moving it to production. |
pyfcm/__meta__.py
Outdated
|
||
__version__ = '1.5.2' | ||
__version__ = "1.5.2" |
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.
__version__ = "1.5.2" | |
__version__ = "1.5.5" |
need to fix version string 1.5.5 or somthing
author_email=meta["__email__"], | ||
description=meta["__summary__"], | ||
long_description=read("README.rst"), | ||
packages=["pyfcm"], |
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.
packages=["pyfcm"], | |
packages=["pyfcm", "pyfcm.v1"], |
pyfcm.v1
is missing
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.
Hi @wkpark ,
Good catch.
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.
Hi @olucurious ,
Do we need this to be mentioned in the packages list?
Hey fellas, some necessary breaking changes are introduced in the new version(https://github.com/olucurious/PyFCM/tree/develop) due to changes and limitations in the v1 API. Any thoughts before I push to pypi? |
Co-authored-by: ibrahimpl <89786754+ibrahimpl@users.noreply.github.com>
No, everything is fine, Did you check in your machine? If everything is working same, then I am happy to see this to be merged 🙂 |
Thank you so much @Subhrans for kicking off the migration with your PR contribution 👏🏾👏🏾 |
@olucurious and @Subhrans |
See also #308 |
Fixed in 2.0.2 |
we have error ! steps:
test code on the server side:
use to use method .notify_single_device but now FCMNotification has no this method |
Can you manually test from the Firebase console? |
Hi @olucurious, |
No description provided.