You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try message = messaging.Message( notification = messaging.Notification( title='my app', body='my message', sound='default' ), data=data, topic='all', )
it has an exception got an unexpected keyword argument 'sound'
how to add sound to notification?