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

Notification not fired #562

Open
wants to merge 347 commits into
base: master
Choose a base branch
from
Open

Conversation

mudiadamz
Copy link

@mudiadamz mudiadamz commented Dec 6, 2018

This plugin is work, but i still need to add some line at root-level build.gradle to make it really work, based on this google guide: https://firebase.google.com/docs/cloud-messaging/android/first-message

buildscript {
    // ...
    dependencies {
        // ...
        classpath 'com.google.gms:google-services:4.2.0' // google-services plugin
    }
}

allprojects {
    // ...
    repositories {
        // ...
        google() // Google's Maven repository
    }
}

andrehtissot and others added 30 commits March 29, 2020 22:44
…n-ios-added

New onFirebaseDataNotificationIOS
To ease, on building directly on XCode right after adding the GoogleService-Info.plist to root dir and the plugin
andrehtissot and others added 30 commits November 1, 2020 16:39
Fix install error on windows
Fixed umlaut problems on iOS when the notification was tapped and the app is closed
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

Successfully merging this pull request may close these issues.

7 participants