Flo
Flo
Hey, got the same issue here. The Links are working, but I can't push new URL. I have a working example here : https://codesandbox.io/s/vvznjm8mz3
I go it working when doing like this : https://codesandbox.io/s/p2wp49mmp0 I didn't get that I should not use BrowserRouter. Thanks
Yeah that's what I thought too, I felt like cheating; I've updated the codebox :) I was doing two things wrong : - Using two different instances of `history` -...
Hi, I come accross the same issue. When your app goes into background, do you have the "Disconnected from FCM" log ? For instance, here are my plugins : ```...
> Hi, Add just window.FirebasePlugin.grantPermission(); > it works for me. That's what I've already done. The solution was really simple. I didn't set any certificate in firebase (the `.p12` file)....
@RicardoMSFaria : Here is the exact code I have after the `ondeviceready` event. ```js window.FirebasePlugin.hasPermission((data) => { if (data.isEnabled) { console.log("Permission already granted"); } else { window.FirebasePlugin.grantPermission(() => { console.log("Permission...
@carlosmouracorreia : I had this error because the id sent to the remove function wasn't a Number
Exactly the same here for the `serviceBus.maxMessageBatchSize` which, on our side, should be different from one queue to another for example.
Hi @wluisi, I'm facing the exact same issue here. Did you manage to solve it ? @silviuaavram, I tried also your solution (juste having lis) and it doesnt work on...
To complete the response here : you can create a dummy nginx conf like this :  And then add an advanced configuration like this ```nginx root /downloads; location /...