rizafran

Results 134 comments of rizafran

Thanks for reporting, @mustafauskuplu. Is the issue reproducible locally? If so, could you provide the detailed steps in reproducing the issue?

Thanks for the update, @sergiocampama. I'll now be closing this ticket.

Thanks for reporting, @sreejith-krishna. Could you confirm if you're using sqlite in your code? One possible reason might be related to sqlite implementation in the app that is incompatible with...

Thanks for reporting, @RajaveluC. It seems that your issue is related to #12794.

Sorry for the late response, @dinodev0101. Per checking, iOS App Extensions are supported in Firebase Auth. You may try to explore and test this [sample app](https://github.com/charlotteliang/firebase-ios-app-extensions) which uses Firebase in...

Thanks for filing a ticket, @yodagamaheshan. I tried to reproduce the issue with a swizzling method enabled but I was able to receive notifications. Could you confirm if you're sending...

Hi @yodagamaheshan, in order for me to reproduce it locally, could you provide a code snippet on how you're calling the `registerForRemoteNotifications()` if it's not in `application(_:didFinishLaunchingWithOptions:)`? Thanks.

Thanks for sharing your code snippet, @yodagamaheshan. I tried to use the code in my sample app, but I'm still able to receive notifications. Here are the steps I did:...

Hi @songzhiming, with the unregistered error, the existing registration token can be rendered invalid in the following scenarios: - If the client app unregisters with FCM. - If the client...

Thanks for reporting, @p16r. I tried to reproduce the issue but I wasn't able to get the same error. Could you clarify on what you mean by "_I have been...