Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I send push notification without using device token

I want to send automatic push notifications to my clients who are installing my flutter application. Can I do it without getting their device tokens. I am using firestore as my database

like image 861
Hasini Avatar asked Jan 01 '26 03:01

Hasini


1 Answers

You can send messages to client apps using topic messaging, but each client app will need to be subscribed to the named topic. You will not be able to single out a specific device without a device token.

like image 130
Doug Stevenson Avatar answered Jan 04 '26 11:01

Doug Stevenson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!