Santiago Podestá
Santiago Podestá
Hi David! First of all, thanks for taking the time to try and contribute to the project. There could be memory leaks as you say, I have not looked for...
I'm having the same issue. I guess they want us to move to other authentication methods.
In my case the problem was caused by using a Typescript feature not supported by the version used by the project. If you are using VS Code, you can make...
@frostybee > I just added the following to the ResourceDictionary in App.xaml and it worked. > > ``` > > > > > > > > ``` This breaks the...
I was wondering if it makes sense to create a topic, make all your target devices subscribe to it and then send your message to that topic. Would that be...
Maybe you can use `onSnapToItem` on each inner carousel to notify the parent one when snapping to the last item.
With `mode='parallax'`, the size of your items is the size of the component returned by your `renderItem` function (mine is called `CarouselSlide`) affected by the `modeConfig` object properties. I recommend...
I also had these problems (except the sharedApplication one) and still can't make images appear on the notification. Even though the Notification Service extension is running (I'm modifying the title...
It's just the autogenerated one with the `populateNotificationContent` from Firebase. ```objc #import "NotificationService.h" #import "FirebaseMessaging.h" @interface NotificationService () @property (nonatomic, strong) void (^contentHandler)(UNNotificationContent *contentToDeliver); @property (nonatomic, strong) UNMutableNotificationContent *bestAttemptContent; @end...