FirebasePushNotificationPlugin | Firebase Push Notification Plugin for Xamarin iOS | Notification library

 by   CrossGeeks C# Version: 3.4.1 License: MIT

kandi X-RAY | FirebasePushNotificationPlugin Summary

kandi X-RAY | FirebasePushNotificationPlugin Summary

FirebasePushNotificationPlugin is a C# library typically used in Messaging, Notification, Firebase, Xamarin applications. FirebasePushNotificationPlugin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Firebase Push Notification Plugin for Xamarin iOS and Android
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FirebasePushNotificationPlugin has a low active ecosystem.
              It has 384 star(s) with 179 fork(s). There are 32 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 130 open issues and 308 have been closed. On average issues are closed in 72 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of FirebasePushNotificationPlugin is 3.4.1

            kandi-Quality Quality

              FirebasePushNotificationPlugin has 0 bugs and 0 code smells.

            kandi-Security Security

              FirebasePushNotificationPlugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FirebasePushNotificationPlugin code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FirebasePushNotificationPlugin is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              FirebasePushNotificationPlugin releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.
              FirebasePushNotificationPlugin saves you 14 person hours of effort in developing the same functionality from scratch.
              It has 41 lines of code, 0 functions and 29 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FirebasePushNotificationPlugin
            Get all kandi verified functions for this library.

            FirebasePushNotificationPlugin Key Features

            No Key Features are available at this moment for FirebasePushNotificationPlugin.

            FirebasePushNotificationPlugin Examples and Code Snippets

            No Code Snippets are available at this moment for FirebasePushNotificationPlugin.

            Community Discussions

            QUESTION

            FirebasePushNotificationPlugin(xamarin) - events not fire when app in background(android)
            Asked 2020-Jul-13 at 11:52

            I use this plugin for my Xamarin Forms app(android). Any event not fire when app is in background. Events work when the application is in the foreground. But app is background any event not fire, the app is just opening. But I need to pass the message parameters to the application. I'm not sure if this is a bug, maybe this is my mistake. I will be grateful for any help. I use this api for send message:

            https://fcm.googleapis.com/fcm/send

            This is my payload:

            ...

            ANSWER

            Answered 2020-Jul-12 at 13:08

            When the app is in the background firebase use their notification system that way your code not called.

            If you want that your code will be called you need to pass the data through the data object only and not use the notification object.

            so your notification object need to be like that:

            "data": { "id_serv" : "12", "id_group" : "1", "click_action":"Accept", "body" : "test", "title" : "test" },

            "priority": "high", "condition": "'g1' in topics" }

            More info here: FB Receive massages

            Source https://stackoverflow.com/questions/62737751

            QUESTION

            Xamarin Android iOS FirebasePushNotificationPlugin not receive message but token receves
            Asked 2020-Jul-03 at 14:52

            i'm using xamarin iOS FirebasePushNotificationPlugin for cloud messages, but i'm receiving the token but i can not receive any notification. CrossFirebasePushNotification.Current.OnNotificationReceived even not firing.

            here is how my appDelegate looks likes.

            ...

            ANSWER

            Answered 2020-Jul-03 at 14:52

            Issue is based on Apple key, apple key should be upload to firebase cloud panel and it'll work

            Source https://stackoverflow.com/questions/62482558

            QUESTION

            Push notification in xamarin.forms
            Asked 2020-Jan-02 at 12:34

            I asking this question for clarification about push notification in xamarin. I have a xamarin.forms app which will display certain items in list view.The back-end of my app is in .Net. The items which shows in list view inside app is added from back-end.What I am trying to achieve is whenever items add in back-end, I want to receive notification in my app.

            For the notification part I found two options.

            1. FirebasePlugin Link
            2. Azure push notification

            I need some clarifications about

            1. Which way should I follow? Is there any other cost effective way to implement push notifications in ios and android in cross platform way(Xamarin.forms)?
            2. For implementing push notifications in ios ,is APN certificate is mandatory? Currently I don't have apple developer account.So for testing notification in ios seems difficult. Any help or guidance is appreciated
            ...

            ANSWER

            Answered 2020-Jan-02 at 11:54
            1. Which way should I follow? Is there any other cost effective way to implement push notifications in ios and android in cross platform way(Xamarin.forms)?

            From my experience the easiest way for me was to use firebase console to manage notifications both for Android and iOS. I have similar platform that uses push notifications to users whenever webapp database is updated, by certain users. To my disappointment Azure Push were more complicated to manage.

            1. For implementing push notifications in ios ,is APN certificate is mandatory? Currently I don't have apple developer account.So for testing notification in ios seems difficult. Any help or guidance is appreciated

            Yes. Apple developer account is mandatory. Moreover you cannot test your push notifications on iOS emulator. You must use physical device.

            Source https://stackoverflow.com/questions/59562819

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FirebasePushNotificationPlugin

            Available on NuGet: http://www.nuget.org/packages/Plugin.FirebasePushNotification
            Install into your .NETStandard project and Client projects.

            Support

            Here you will find detailed documentation on setting up and using the Firebase Push Notification Plugin for Xamarin.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/CrossGeeks/FirebasePushNotificationPlugin.git

          • CLI

            gh repo clone CrossGeeks/FirebasePushNotificationPlugin

          • sshUrl

            git@github.com:CrossGeeks/FirebasePushNotificationPlugin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link