Skip to content
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

Push Notifications from core #30

Open
shuhanmirza opened this issue Sep 28, 2020 · 2 comments
Open

Push Notifications from core #30

shuhanmirza opened this issue Sep 28, 2020 · 2 comments
Assignees

Comments

@shuhanmirza
Copy link
Member

No description provided.

@shuhanmirza shuhanmirza self-assigned this Sep 28, 2020
@meafs meafs pinned this issue Apr 23, 2021
@meafs meafs self-assigned this Apr 24, 2021
@meafs
Copy link
Member

meafs commented Apr 24, 2021

Commit cd58ebd

To get it working on the app side:
Java code:

FirebaseMessaging.getInstance().subscribeToTopic("Stream").addOnCompleteListener(task -> {
            if (task.isSuccessful()) {
                //Successfully Subscribed to Notification Service
            } else {
                //Subscription  Notification Service failed
            }
        });

@meafs
Copy link
Member

meafs commented Apr 24, 2021

I'll complete this task once server issue gets fixed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants