I'm using Firebase as a backend for my ios app and i want to use push notifications, so i did a little research and i found out that Batch can be integrated with firebase to resolve the issu of push notifications, can anybody help me to integrate Batch to Firebase or advise me to a better alternatives to use for my App ?
Thanks
Related
I'm trying to send push notifications using Firebase cloud messaging but I'm having issue adding firebase SDK and initializing app. I've searched almost everything about this but there's no documentation for integrating Firebase SDK with Ruby.
Any help would be much appreciated. Thanks
I've searched almost everything about this but there's no documentation for integrating Firebase SDK with Ruby.
I would like to build an Ionic 4 app for iOS platform only (no android/windows/web version required) that supports APNS based Push Notifications. My backend is going to be NodeJS/ExpressJS based. After so many days of searching I wasn't able to find one solid example/solution that does not use a third party service such as OneSignal or Firebase. This is an enterprise app and we cannot use a thirdparty service other than Apple's APNS. We'd like to send the notification from our NodeJS backend to APNS (which I am well aware of how to implement). What've I've been suffering with is to find a good Ionic 4 library that allows me to interact with the OS's Push Notification capabilities such as capturing device token, listening for notifications when app is in foreground etc. Could someone please direct me to a good resource that shows how to accomplish this straightforward requirement of using Ionic 4 to work with ios push notifications sent via APNS?
My suggestion for you is to implement this functionality in swift and create a plugin which will call your javascript code.
I think this is a simple example of how to implement push notifications with swift.
You should get the phonegap-plugin-push plugin, which is popular and well mantained. It supports both APNS and Firebase, and it is remarkably well documented. Not sure about Ionic 4 support, but that's a solid starting point anyway.
Currently I am working on a PWA, and the implementation of Web push notifications using FCM is working only for Android and web on desktop. Does there exist any approach to implement push notifications in IOS devices using Firebase Cloud Messaging? Specifically, can iOS receive push notifications in background mode?
You use it with Firebase or not, web push notifications in iOS has some limitations. Read on what is possible and what is not here.
I'm a newbie iOS developer and trying to implement device to device notification in iOS something to handle friend requests etc.. I'm looking for documentation that guides me in the process. I'm using firebase as my backend system but I'm cannot find any documentation about device to device notification . I also checked out One Signal but still having hard time figuring out how this is implemented , Can anyone point me in the right direction
You'd need to implement this logic with server-side code using one of Firebase's server SDKs. You can look their fantastic documentation to learn more.
hope it help:
OS X and iOS application and framework to play with the Apple Push Notification service (APNs)
https://github.com/noodlewerk/NWPusher
when it is required to add Firebase into iOS, it is necessary to provide the bundle ID. I would like to know whether Firebase can be added to MDM client in iOS. In that case, anyone knows the Bundle ID of iOS MDM client? Are there any additional implementation steps than adding Firebase to any other iOS apps?
When you need to send Push Notification to iOS devices using new Firebase Cloud Messaging service (renamed from Google Cloud Messaging), then you can add firebase to your iOS project.
Am not sure whats your question regarding adding to MDM, it doesn't work that way.
you can check out how it works and how to set it up for iOS projects using the following link,
https://firebase.google.com/docs/cloud-messaging