Hatem Ragab

Results 48 comments of Hatem Ragab

i have tried it not working on the web

i have good news it works in the native side there are bug with firebase_messageing package #9563

@darshankawar thanks for your time i have updated the question i use firebase messaging v ```firebase_messaging 13.0.2``` current behavior doesn't show any console log i also try it in debug...

Two cases not received Please try to run the firebase example And my repo example minimize the app so you can see the logs

I will upgrade flutter sdk to lasted version And share the steps i have done while run the official example

I will explains in details what i have done while testing 1. Run git clone https://github.com/firebase/flutterfire 2. melos bs 3. create new notifications key on apple developer account 4. under...

so wired on the other hand if i implement this code in my ios native project ``` import UIKit import Flutter import flutter_local_notifications import GoogleMaps import Firebase import FirebaseMessaging import...

@russellwheatley hope you can help me there thanks for your time @darshankawar

> @hatemragab we face this issue only as described in #9536. But I just saw you are testing on iphone old models and we have not tested on that phones...

> @hatemragab can we see your notification json? ```admin .messaging() .sendToDevice( [token], { data: { foo:'bar', }, notification: { title: 'A great title', body: 'Great content', }, }, { //...