Skip to content

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