-
Notifications
You must be signed in to change notification settings - Fork 441
Subscribing/Unsubscribing to topics doesn't work on Android [Bug] #1098
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
Comments
it may be the same problem mentioned here |
Just encountered the same problem, which both prevents new notifications and prevents us from unregistering old ones. The first log is always printed, the second one never.
Clearing all data from app settings seems to allow a singular Version 8.0.0, just using Messaging & Analytics |
Hi @OrionDev23, Thanks for reporting the issue. It's possible that this is related to #1088. In order to confirm this, could you provide a minimal, reproducible example of your project along with the steps you've taken before facing this behavior? |
Basically i have multiple shops that i can sub to in order to get notifications from their new stuff. |
@OrionDev23 @ModischFabrications Thanks for reporting this and the sample code. @ModischFabrications
The exception you threw in the continuation block will be stored in the Also, did you override @OrionDev23 I'll add more details in #1088 |
@chkuang-g So i guess i'll stick up with 7.2 for android for now and 8.1 for ios as it doesn't have any problem. |
Got it. As I described in #1088 (comment), Since this is a duplicated bug, I will close this and move the conversation to #1088 for issue management sake. I will escalate this issue to the team. Thanks for the reporting. |
Duplicate of #1088 |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
When i try to subscribe to a topic, and wait for the operation to finish, it ends in endless loop as the operation doesn't seem to work, same thing when unsubscring, it was working using 7.2.
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? yes
What's the issue repro rate? 80% (only works for the first run (when the app is installed)
What happened? How can we make the problem occur?
Try subscribing / usubscring to a topic in a task and wait for the operation to finish then do something else
The text was updated successfully, but these errors were encountered: