I'm currently looking for a WordPress plugin which is compatible with Firebase Cloud messaging. I'm trying to create a Xamarin app and want to pull data from a WordPress site. Firebase is now recommended over Google cloud Messaging, however I can't seem to find any plugins that are compatible with it?
Does anyone know any they would recommend for this?
Appreciate the help you guys!
Firebase Cloud Messaging (FCM) is the "next" version of GCM...
For Xamarin.Android there is a beta Nuget currently available:
<package id="Xamarin.Firebase.Messaging" version="32.4.0-beta2" targetFramework="monoandroid60" />
Ref: https://github.com/xamarin/XamarinComponents/issues/29
For Xamarin.iOS:
No prebuilt Nugets available yet...
Google provides the iOS frameworks via CocoaPods and a downloadable .zip, I am using Xamarin.iOS Binding projects for Firebase on Xamarin.iOS.
Ref: https://firebase.google.com/docs/ios/setup
For Xamarin.Forms:
No prebuilt Nugets available yet...
Related
Somehow I updated my firebase version. I think I was using firebase 8 and now its 10.1.0. Since then I started having problems. How can I downgrade firebase in a react native project? From where is thee version 10.1.0 selected? I do not see it in package.json.
We have to develop a Flutter application with your SDK, however, we must allow the use of your SDK in offline mode. Unfortunately, the premium version is not yet developed for Flutter. What do you think is the best approach to allow using offline mode on a Flutter project?
Our 4.x SDKs are currently in active development. Offline mode including map, positioning, routing etc has been planned for the 4.x SDKs. Some of the modules will be available in the upcoming releases. So, please check back later for the update.
Im using the android part of FCM unity SDK for my game, and a standard APNs integrate for iOS platform.
So I want disable the iOS part of FCM unity sdk completely, I removed all the plugins in iOS folder, disabled cocoapod settings, but still got this error
No GoogleService-Info.plist files found in your project.
Finally I just follow the SDK guide download a GoogleService-Info.plist file from firebase console, mute the build error.
I think this is the only way to disable the iOS part currently.
How can I use Firebase into Xamarin.Forms
Seems that the only "official" way is through Xamarin.GooglePlayServicesComponent, but what if i want to deploy my app for iOS or UWP?
For ios you have GoogleApisForiOSComponents. Also, you can find the components in nuget
I am trying to integrate the cordova-plugin-sqlite-2 plugin into my IBM MobileFirst application to be able to manipulate native databases from JavaScript.
I always encounter the same message "transaction wait for open operation". I think that I was not able to install the plugin correctly.
I've seen many tutorials that explain how to install plugins into an existing Cordova project but it's not the same structure.
So, my question is: What are steps to integrate this plugin to an existing MobileFirst application in which I already have an android environment?
MobileFirst Hybrid applications do not support 3rd party Cordova plug-ins.
Your options are:
Using MobileFirst 7.1, create a Cordova app using the MobileFirst CLI, where your chances are higher for a successfull plug-in integration: https://www.raymondcamden.com/2015/08/18/developing-hybrid-mobile-apps-with-ibm-mobilefirst-7-1/
If using Hybrid is a must, you may attempt the following workaround for plug-in integration: https://mobilefirstplatform.ibmcloud.com/blog/2015/08/03/integrating-3rd-party-cordova-plug-ins/
Migrating Hybrid apps to Cordova apps: http://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.dev.doc/dev/t_migrating_cordova_project.html