Uwe Klawitter

Results 6 comments of Uwe Klawitter

But what to do if I also have a "limit"? In this case it need to be possible to use "orderBy" :-/

I have the same problem. Could you fix it?

Are you using a linux server? Can you access the URL via CURL?

I kind of have the same problem like @fpauk . I can send notifications and they show up, but when I put the app in background and than in foreground...

Adding "foreground: true" solved this problem for me: const notification = { id, title, text, silent: false, foreground: true }; this.notifications.schedule(notification);`

> Worked for me. I use Xcode 10.2 and qrscanner Version 3.0.1