-
Notifications
You must be signed in to change notification settings - Fork 31
Release Status #1
Comments
Our goals are to have something in place by the end of the year, and we'd reach out to users on the Google Form to see if they'd be interested in giving the library a go with Alpha. What that something is:
|
My company is interested in this module too. Please give me shout out when it is available. |
Did you mean by end of 2019 or end of 2020? |
:D 2019 We're super close to putting something in alpha state, just doing some testing/cleanup at the moment. |
@Ehesp looking forward to see what's cooking :) |
Hey all! Just a heads up that we're now in the final stages of an alpha release (see above), finishing/tidying up the Android code, documentation & website. We'll be reaching out soon (target end of the week), stay tuned. |
Hey, super side note but I think the website should be updated => https://invertase.io/oss/react-native-firebase/releases/v6.0.0#where-is-the-notifications-library? I was under the impression their would be a notifications module which I believe is definitely no longer the case. |
Hey all, We've just published the documentation which we've been working on alongside the library, this should give you an idea of how to use the APIs and which features we're supporting. We're currently working on getting the SDK in a publishable state and we'll update soon once its live. Documentation: https://notifee.app/react-native/docs/overview We'd love some feedback on the documentation approach that we've taken with Notifee, so please let us know if you have any thoughts. As a side note, you may notice that we've now changed the pricing model so that a single purchase now includes life time access to all updates now without the need for any further purchases. The pricing has remained the same. Hopefully this alleviates some concerns people had about paying for updates. |
Hey again all 👋 The alpha package with Android support is published on NPM 🎉 , however we're still testing a few things and going through docs & types and making sure everything is working well before we open up the account/license management pages, but... you're welcome to try it out in the meantime as a license is not required in development. You'll also notice that we've open sourced the React Native module code on this repo - we still love open-source so we'll continue trying to open source as much as we can, however; the core internals of Notifee will remain closed source. We'll update with more info in due course but until then, happy early testing! |
Hey again everyone 👋 Website is now fully live, purchasing, account management, licensing etc is now available. Would love for a few people to test it out etc and as a thanks for doing that and for participating in this issue I've created a coupon code you can use at checkout for 60% off, for the next 5 people; If you're a core contributor to any of our Open Source products, or have a fully Open Source app, or are a non-profit organisation (e.g. charity) then please get in touch here and we'll be happy to grant you a free license. iOS is coming along well and we hope to have a release out by the end of the month that includes iOS. |
Ruddy dark mode :D Will sort. Thanks :) |
Thanks for the feedback @lukeggchapman - this has been sorted now 🙈 |
Hi there. I want to purchase this for my app, so 2 fast questions. Ios still not ready? And is it clever to use it in production app ? |
iOS not ready yet, hoping to have a release end of the month which includes iOS. For production, the current release which is Android only is pretty stable |
@Ehesp @Salakar now that purchases are available do you have a roadmap and chart of current functionality? For example I need local scheduled notification support for my app which appears to be missing as of now. It would be nice to know, at least roughly, when these features will be available for use. |
@AndrewMorsillo we'll get a roadmap up this week. Scheduling (or Triggers in Notifee) is next after initial iOS support, there's actually already a fair bit of code for it in place on Android however we held off releasing it so we could make sure the API was viable for both platforms. |
Hey all 👋 Another quick update, iOS support is almost there, see PR #13 - once this PR lands we'll be doing another release to get iOS out there and work on the documentation. Following the iOS release, we'll begin roadmapping new features, with triggers (e.g. schedules) being being first shortly after iOS (as mentioned above). |
I've been testing notifee on a new project from my company (we already bought a license), it works perfectly well on android, a lot of options for customizing our notifications. It's a great solution for notifications integrated with firebase in RN. |
Thanks @Salakar for the update. However i'm curious about a thing and before buying license: will the Notifee iOS library be able to display notification from FCM message payload in "background/dead" app state? I mean for the moment, using only RNF I can send either notification OR message to my iPhone version of the app, but not both. |
@Tyldar I think this should help clarify FCM behaviour in Notifee; https://notifee.app/react-native/docs/integrations/fcm
This shouldn't be the case on the RNF v6 messaging module, both are supported and we're using both in some of our apps. On a side note; we'll be going through RNF messaging after Notifee iOS launch and making sure everything is integrating well with Notifee and also making improvements to it based on code in Notifee, e.g. better permissions requesting apis for iOS. |
Any updates on when iOS integration will be ready? At least approximately. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hey all, we've just merged initial iOS support into master, for those willing to try it out early and help test it out; we've just published Known iOS issues:
Docs are not currently live; in the meantime please use the reference docs as a guide;
As always please report all issues 🙃 |
@Tyki that's interesting, can you provide some more information please? That will affect us also. |
I believe @Tyki is referring to this: https://firebase.googleblog.com/2020/06/crashlytics-sdk-now-available.html. That said, |
The same question. Just wondering if scheduled notifications will be ready before this date. |
This comment has been minimized.
This comment has been minimized.
Not trying to digress the conversation further, but FWIW I was able to get |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi, Kind regards, |
Hello! @Salakar - Any timeframe or roadmap for timer feature on iOS? |
Hi! We are using notifee, but handling remote fcm images in iOS is very needed, hope you will bring it soon |
Hi all, there's been a new release (v0.11.0) with Trigger Notifications for Android, introducing the following APIs:
More info on how to use them over on the docs (https://notifee.app/react-native/docs/triggers). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There's been a new release (v0.12.1) that includes iOS support for trigger notifications 😄 Check out release notes for details. (https://notifee.app/react-native/docs/release-notes). |
There's been a new release (v0.13.0) that includes remote image support for iOS attachments, a new Check out release notes for more info. (https://notifee.app/react-native/docs/release-notes). |
Just wanted to flag that the latest release has not been tagged (v0.14.0). This caused some confusion on my team this morning when we were trying to update and read about changes. @helenaford |
It's now tagged. Thanks for flagging that up, sorry for the confusion. |
New release is up (v0.15.0) with some new APIs 😎 On Android, additional support to prevent the app from being killed has been added: And, on both platforms, it's now possible to cancel either a displayed or trigger notification with the following APIs: Please check out the release notes for more info. As always, we appreciate the feedback 😸 |
Hey Y'all, a pre-release is up (v0.16.0-0) that we'd love feedback on. Changes include:
|
v0.16.0 has now been released 😄 Notifee now includes support for Apple Silicon (arm64) and Mac Catalyst builds 🔥 Check out release notes for more info. (https://notifee.app/react-native/docs/release-notes). |
Notifee has since shipped to stable release versioning so I'm going to go ahead and close this issue. Thanks everyone :) Keep an eye on https://notifee.app/react-native/docs/release-notes for releases. |
With all this noise in the previous thread the main question still stays without an answer:
Are there any news about the release date /alpha, beta, pre/ ?
The text was updated successfully, but these errors were encountered: